.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-accordion-header {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.25rem;
}

.haight-menus-wrapper .haight-accordion-title {
    font-size: var(--text-h6, 0.75rem);
    font-weight: 700;
    text-transform: uppercase;
}

.haight-menus-wrapper .haight-acc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.haight-menus-wrapper .haight-acc-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
}

.haight-menus-wrapper .haight-acc-content a {
    font-size: var(--text-h6, 0.75rem);
    color: #000;
    display: block;
    font-weight: 250;
    margin-bottom: 1.125rem;
}

.haight-menus-wrapper .haight-acc-content li {
    margin-bottom: 1.125rem;
}

@media (min-width: 1024px) {
    .haight-menus-wrapper .haight-footer-accordion-container {
        flex-direction: row;
        justify-content: flex-start;
        gap: 3.75rem;
    }

    .haight-menus-wrapper .haight-accordion-item {
        border: none;
        min-width: 110px;
    }

    .haight-menus-wrapper .haight-accordion-header {
        padding: 0;
        margin-bottom: 0.25rem;
    }

    .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;
    }
}

/* Customização Ninja Forms */
.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,
.haight-newsletter-form .nf-response-msg {
    display: none !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: 250 !important;
    line-height: 1.5rem !important;
    letter-spacing: -0.025em !important;
    color: #e5e7eb !important;
    border-radius: 0 !important;
    height: auto !important;
}

.haight-newsletter-form input::placeholder {
    color: #433D3F !important;
    opacity: 1 !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: #000 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0.025em !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;
}