
.kfg-wc-nd-box {
    margin-top: 24px;
    padding: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
}
.kfg-wc-nd-box h2 {
    margin-top: 0;
}
.kfg-wc-nd-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.kfg-wc-nd-form .form-row {
    margin: 0 0 16px;
}
.kfg-wc-nd-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.kfg-wc-nd-form input[type="text"],
.kfg-wc-nd-form input[type="email"],
.kfg-wc-nd-form input[type="tel"],
.kfg-wc-nd-form textarea {
    width: 100%;
}
.kfg-wc-nd-consent label {
    font-weight: 400;
}
.kfg-wc-nd-consent input {
    margin-right: 8px;
}
.kfg-wc-nd-submit {
    width: 100%;
    padding: 14px 20px !important;
    font-size: 16px !important;
}
.kfg-wc-nd-note {
    margin: 12px 0 0;
    font-size: 13px;
    opacity: .75;
}
.kfg-wc-nd-phone {
    padding: 12px 16px;
    border-radius: 8px;
    background: #f6f6f6;
}
@media (max-width: 640px) {
    .kfg-wc-nd-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .kfg-wc-nd-box {
        padding: 20px;
    }
}
