.scv-form input, .scv-form button {
    font-size: 16px;
    box-sizing: border-box;
}
.scv-form {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #eee;
    margin-bottom: 20px;
}
.scv-result {
    margin-top: 20px;
}
@media (max-width: 600px) {
    .scv-form {
        padding: 10px;
    }
    .scv-form input, .scv-form button {
        font-size: 15px;
    }
} 