.fp-commercial-contact-form .fp-commercial-label {
    display: block;
    margin: 0 0 6px;
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.fp-commercial-contact-form .fp-commercial-compliance {
    clear: both;
    width: 100%;
    margin: 18px 0;
    color: #303030;
    font-size: 13px;
    line-height: 1.5;
}

.fp-commercial-contact-form .fp-commercial-required-note {
    margin: 0 0 12px;
    font-weight: 600;
}

.fp-commercial-contact-form .fpcc-privacy-notice {
    margin: 0 0 14px;
    color: #555;
}

.fp-commercial-contact-form .fpcc-privacy-notice a {
    color: #0f2a44;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fp-commercial-contact-form .fp-commercial-consent {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin: 0;
}

.fp-commercial-contact-form .fp-commercial-consents {
    box-sizing: border-box;
    clear: both;
    width: 100%;
    margin: 10px 0 16px;
    padding: 15px 16px;
    border: 1px solid #b89058;
    border-left: 4px solid #0f2a44;
    border-radius: 4px;
    background: #f7f7f5;
    color: #303030;
}

.fp-commercial-contact-form .fp-commercial-consent-title {
    margin: 0 0 10px;
    color: #0f2a44;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.fp-commercial-contact-form .fp-commercial-consent input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: #0f2a44;
    cursor: pointer;
}

.fp-commercial-contact-form .fp-commercial-consent label {
    margin: 0;
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
}

.fp-commercial-contact-form input:focus-visible,
.fp-commercial-contact-form textarea:focus-visible,
.fp-commercial-contact-form .fp-commercial-consent input:focus-visible {
    outline: 2px solid #588890;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .fp-commercial-contact-form .fp-commercial-compliance {
        margin: 16px 0;
        font-size: 12.5px;
    }

    .fp-commercial-contact-form .fp-commercial-consent {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
    }

    .fp-commercial-contact-form .fp-commercial-consents {
        margin: 8px 0 14px;
        padding: 14px;
    }

    .fp-commercial-contact-form .fp-commercial-consent-title {
        font-size: 15px;
    }

    .fp-commercial-contact-form .fp-commercial-consent input[type="checkbox"] {
        width: 26px;
        height: 26px;
    }

    .fp-commercial-contact-form .fp-commercial-consent label {
        font-size: 14px;
    }
}
