.nlf-contact-form-wrap {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #071b38;
    box-sizing: border-box;
}

.nlf-contact-form,
.nlf-contact-form * {
    box-sizing: border-box;
}

.nlf-contact-form label {
    display: block;
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    color: #071b38;
}

.nlf-contact-form label span {
    font-weight: 400;
}

.nlf-contact-form input[type="text"],
.nlf-contact-form input[type="email"],
.nlf-contact-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #cbd2da;
    border-radius: 3px;
    background: #fff;
    color: #1c2b3d;
    font-size: 14px;
    padding: 8px 10px;
    margin: 0 0 7px;
    outline: none;
    box-shadow: none;
}

.nlf-contact-form input[type="text"],
.nlf-contact-form input[type="email"] {
    height: 34px;
}

.nlf-contact-form textarea {
    min-height: 222px;
    resize: vertical;
    line-height: 1.45;
}

.nlf-contact-form input:focus,
.nlf-contact-form textarea:focus {
    border-color: #7aa7d9;
    box-shadow: 0 0 0 1px rgba(0, 115, 170, .12);
}

.nlf-cf-consent {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
}

.nlf-cf-consent-title {
    margin-bottom: 2px;
}

.nlf-cf-checkbox {
    display: flex !important;
    align-items: flex-start;
    gap: 5px;
    margin: 0 !important;
    cursor: pointer;
}

.nlf-cf-checkbox input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
    accent-color: #0876d1;
}

.nlf-cf-checkbox span {
    display: block;
}

.nlf-cf-links {
    margin: 4px 0 18px;
    font-size: 12px;
}

.nlf-cf-links a {
    color: #005fb8;
    text-decoration: underline;
}

.nlf-contact-form button {
    display: inline-block;
    min-width: 93px;
    height: 39px;
    padding: 0 18px;
    border: 0;
    border-radius: 3px;
    background: #0876d1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.nlf-contact-form button:hover {
    background: #0668b9;
}

.nlf-cf-notice {
    padding: 11px 13px;
    margin-bottom: 15px;
    border-radius: 3px;
    font-size: 13px;
}

.nlf-cf-success {
    background: #edf9f0;
    border: 1px solid #b8dfc0;
    color: #206b2e;
}

.nlf-cf-error {
    background: #fff1f1;
    border: 1px solid #e5baba;
    color: #8a2424;
}

@media (max-width: 520px) {
    .nlf-contact-form-wrap {
        max-width: 100%;
    }
    .nlf-contact-form textarea {
        min-height: 180px;
    }
}
