.health-contact {
    margin-bottom: 80px;
    margin-top: 60px;
    scroll-margin-top: 130px;
}

.health-contact__panel {
    background: #f7f5f7;
    margin: 0 auto;
    max-width: 680px;
    padding: 40px;
}

.health-contact__title {
    color: #3c0a50;
    font-size: 28px;
    margin-bottom: 12px;
}

.health-contact__description {
    margin-bottom: 30px;
}

.health-contact__fields {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

.health-contact__form {
    display: block !important;
}

.health-contact__field--wide {
    grid-column: 1 / -1;
}

.health-contact__field label,
.health-contact__field small {
    display: block;
}

.health-contact__field label {
    color: #333;
    font-weight: 700;
    margin-bottom: 8px;
}

.health-contact__field input {
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    min-height: 48px;
    padding: 10px 12px;
    width: 100%;
}

.health-contact__field input:focus {
    border-color: #f01f6e;
    box-shadow: 0 0 0 2px rgba(240, 31, 110, 0.2);
    outline: 0;
}

.health-contact__field input:focus::placeholder {
    color: transparent;
}

.health-contact__field small {
    color: #616161;
    font-size: 13px;
    margin-top: 6px;
}

.health-contact__field-error:not(:empty) {
    color: #b00020;
}

.health-contact__required {
    color: #616161;
    font-size: 13px;
    margin: 24px 0 14px;
}

.health-contact__submit,
.health-contact-cta__link {
    background: #d3135f;
    border: 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 13px 24px;
    text-decoration: none;
}

.health-contact__submit:hover,
.health-contact__submit:focus,
.health-contact-cta__link:hover,
.health-contact-cta__link:focus {
    background: #8c0032;
    color: #fff;
}

.health-contact__message {
    border-left: 4px solid;
    margin-bottom: 28px;
    padding: 14px 18px;
}

.health-contact__message--success {
    background: #e8f5e9;
    border-color: #2e7d32;
}

.health-contact__message--error {
    background: #fff3e0;
    border-color: #ef6c00;
}

.health-contact__privacy {
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 32px;
    padding-top: 24px;
}

.health-contact-cta {
    background: #fff;
    bottom: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
    max-width: 380px;
    padding: 28px;
    position: fixed;
    right: 24px;
    width: calc(100% - 48px);
    z-index: 8;
}

.health-contact-cta[hidden] {
    display: none;
}

.health-contact-cta__close {
    background: transparent;
    border: 0;
    color: #333;
    font-size: 28px;
    line-height: 1;
    padding: 4px 8px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.health-contact-cta__title {
    color: #3c0a50;
    font-size: 22px;
    margin-bottom: 12px;
    padding-right: 24px;
}

.health-contact-cta p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .health-contact__panel {
        padding: 28px 20px;
    }

    .health-contact__fields {
        grid-template-columns: 1fr;
    }

    .health-contact__field--wide {
        grid-column: auto;
    }

    .health-contact-cta {
        bottom: 16px;
        right: 16px;
        width: calc(100% - 32px);
    }
}
