.haight-menus-wrapper .haight-accordion-header::after,
.haight-menus-wrapper .haight-accordion-header::before,
.haight-menus-wrapper .haight-accordion-item::after,
.haight-menus-wrapper .haight-accordion-item::before {
    display: none !important;
    content: "" !important;
}

.haight-menus-wrapper .haight-accordion-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    cursor: pointer !important;
    user-select: none;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100% !important;
}

.haight-menus-wrapper .haight-accordion-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    color: #000 !important;
    display: inline-block !important;
}

.haight-menus-wrapper .haight-acc-icon {
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #000 !important;
}

.haight-menus-wrapper .haight-accordion-item.is-open .haight-acc-icon::before {
    content: "−" !important;
}

.haight-menus-wrapper .haight-accordion-item:not(.is-open) .haight-acc-icon::before {
    content: "+" !important;
}

.haight-menus-wrapper .haight-acc-icon {
    font-size: 0 !important;
}

.haight-menus-wrapper .haight-acc-icon::before {
    font-size: 14px !important;
}

.haight-menus-wrapper .haight-accordion-item:not(.is-open) .haight-acc-content {
    display: none !important;
}

.haight-menus-wrapper .haight-accordion-item.is-open .haight-acc-content {
    display: block !important;
}

.haight-menus-wrapper .haight-footer-accordion-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.haight-menus-wrapper .haight-accordion-item {
    border-top: 1px solid #D9D9D9;
}

.haight-menus-wrapper .haight-acc-content {
    padding-right: 1.25rem;
    padding-bottom: 1rem;
}

.haight-menus-wrapper .haight-acc-content a,
.haight-menus-wrapper .haight-acc-content li {
    font-size: 10px !important;
    color: #000 !important;
    display: block;
    font-weight: 100 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .haight-menus-wrapper > div,
    .haight-menus-wrapper .haight-footer-accordion-container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        gap: 40px !important;
    }

    .haight-menus-wrapper .haight-accordion-item {
        flex: 1;
        min-width: 110px;
        border: none;
    }

    .haight-menus-wrapper .haight-accordion-header {
        padding: 0;
        margin-bottom: 0.25rem;
        gap: 8px;
    }

    .haight-menus-wrapper .haight-acc-content {
        padding: 0;
    }

    .haight-menus-wrapper .haight-acc-content a,
    .haight-menus-wrapper .haight-acc-content li {
        margin-bottom: 0.25rem;
        font-size: 10px !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        text-transform: capitalize !important;
        color: #000 !important;
    }

    .haight-menus-wrapper .haight-acc-content a:hover {
        text-decoration: underline !important;
    }
}

.haight-newsletter-form .nf-form-layout,
.haight-newsletter-form .nf-form-content,
.haight-newsletter-form nf-fields-wrap {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.haight-newsletter-form .nf-form-title,
.haight-newsletter-form .nf-field-label {
    display: none !important;
}

/* Sucesso: mensagem do Ninja (se a ação estiver ativa) ou a padrão do tema (footer.js), no mesmo padrão do erro */
.haight-newsletter-form .nf-response-msg,
.haight-newsletter-form .haight-newsletter-success {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-align: left !important;
    color: #000000 !important;
}

.haight-newsletter-form .nf-response-msg p {
    margin: 0 !important;
}

.haight-newsletter-form nf-fields-wrap,
.haight-newsletter-form .nf-form-fields-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    position: relative !important;
}

.haight-newsletter-form nf-fields-wrap:focus-within,
.haight-newsletter-form .nf-form-fields-wrap:focus-within {
    border-color: #000000 !important;
}

.haight-newsletter-form nf-field,
.haight-newsletter-form .nf-field-container {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

.haight-newsletter-form nf-field:first-child,
.haight-newsletter-form .nf-field-container:first-child {
    flex: 1 !important;
}

.haight-newsletter-form input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 8px 0 16px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    font-size: 10px !important;
    font-weight: 100 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    /* O e-mail digitado aparece como foi escrito (o placeholder continua capitalizado) */
    text-transform: none !important;
    color: #000000 !important;
    border-radius: 0 !important;
    height: auto !important;
}

.haight-newsletter-form input::placeholder {
    color: #433D3F !important;
    opacity: 1 !important;
    font-weight: 100 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}

.haight-newsletter-form .nf-element[type="button"],
.haight-newsletter-form .nf-element[type="submit"] {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 0 0 0 12px !important;
    margin-bottom: 16px !important;
    white-space: nowrap !important;
    height: auto !important;
    line-height: normal !important;
}

.haight-newsletter-form .nf-loading-spinner,
.haight-newsletter-form .nf-msg-processing {
    display: none !important;
}

/*
 * Erros da newsletter no padrão do blog: uma linha de texto pequeno em caixa alta,
 * logo abaixo do sublinhado, sem empurrar o layout (o Ninja Forms coloca o erro
 * ao lado do campo, dentro da linha, e repete um segundo aviso embaixo).
 */
.haight-newsletter-form .nf-field-container {
    position: static !important;
}

.haight-newsletter-form form {
    position: relative;
}

.haight-newsletter-form .nf-after-field,
.haight-newsletter-form .nf-form-errors {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.haight-newsletter-form .nf-error-msg {
    margin: 8px 0 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-align: left !important;
    color: #b3261e !important;
}

/* Com erro no campo, o aviso geral ("Corrija os erros...") é redundante */
.haight-newsletter-form:has(.nf-after-field .nf-error-msg) .nf-form-errors {
    display: none !important;
}

.haight-newsletter-form nf-fields-wrap:has(.nf-fail),
.haight-newsletter-form .nf-form-fields-wrap:has(.nf-fail) {
    border-bottom-color: #b3261e !important;
}

.haight-newsletter-form .nf-element[type="submit"]:disabled,
.haight-newsletter-form .nf-element[type="button"]:disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.haight-menus-wrapper .haight-acc-content a:active,
.haight-menus-wrapper .haight-acc-content a:focus {
    text-decoration: underline !important;
}