.navidashigh-faq-accordion-container,
.navidashigh-faq-accordion-container * {
    box-sizing: border-box;
}

.navidashigh-faq-accordion-container {
    --navidashigh-faq-question-bg: #fdf0ed;
    --navidashigh-faq-question-color: #000000;
    --navidashigh-faq-question-padding-x: 20px;
    --navidashigh-faq-question-padding-y: 14px;
    --navidashigh-faq-question-padding-top: var(--navidashigh-faq-question-padding-y);
    --navidashigh-faq-question-padding-right: var(--navidashigh-faq-question-padding-x);
    --navidashigh-faq-question-padding-bottom: var(--navidashigh-faq-question-padding-y);
    --navidashigh-faq-question-padding-left: var(--navidashigh-faq-question-padding-x);
    --navidashigh-faq-item-gap: 10px;
    --navidashigh-faq-answer-bg: #ffffff;
    --navidashigh-faq-answer-color: #383838;
    --navidashigh-faq-answer-padding-x: 15px;
    --navidashigh-faq-answer-padding-y: 15px;
    --navidashigh-faq-answer-padding-top: var(--navidashigh-faq-answer-padding-y);
    --navidashigh-faq-answer-padding-right: var(--navidashigh-faq-answer-padding-x);
    --navidashigh-faq-answer-padding-bottom: var(--navidashigh-faq-answer-padding-y);
    --navidashigh-faq-answer-padding-left: var(--navidashigh-faq-answer-padding-x);
    --navidashigh-faq-answer-border-radius: 10px;
    --navidashigh-faq-accent: #fabb00;
    --navidashigh-faq-title-color: #1d2327;
    --navidashigh-faq-title-line-color: #fabb00;
    --navidashigh-faq-title-font-size: 24px;
    --navidashigh-faq-title-content-gap: 10px;
    --navidashigh-faq-question-content-gap: 0px;
    --navidashigh-faq-animation-duration: 0.35s;
    --navidashigh-faq-icon-size: 16px;
    --navidashigh-faq-question-border-color: #e5e7eb;
    --navidashigh-faq-question-border-width: 0px;
    --navidashigh-faq-question-border-radius: 10px;
    --navidashigh-faq-question-shadow-x: 0px;
    --navidashigh-faq-question-shadow-y: 4px;
    --navidashigh-faq-question-shadow-blur: 18px;
    --navidashigh-faq-question-shadow-spread: 0px;
    --navidashigh-faq-question-shadow-color-rgb: 0,0,0;
    --navidashigh-faq-question-shadow-opacity: 0;
    width: 100%;
    text-align: start;
}

.navidashigh-faq-heading {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 var(--navidashigh-faq-title-content-gap);
    color: var(--navidashigh-faq-title-color) !important;
    font-size: var(--navidashigh-faq-title-font-size);
    line-height: 1.6;
}

.navidashigh-faq-heading--none {
    padding: 0;
    border: 0;
}

.navidashigh-faq-heading--none::after {
    content: none;
}

.navidashigh-faq-heading--full {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--navidashigh-faq-title-line-color);
}

.navidashigh-faq-heading--short {
    padding-bottom: 12px;
}

.navidashigh-faq-heading--short::after {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 48px;
    height: 4px;
    border-radius: 999px;
    background: var(--navidashigh-faq-title-line-color);
}

.navidashigh-faq-heading--side.navidashigh-faq-heading--side-right {
    padding-right: 14px;
    padding-left: 0;
}

.navidashigh-faq-heading--side.navidashigh-faq-heading--side-left {
    padding-right: 0;
    padding-left: 14px;
}

.navidashigh-faq-heading--side::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 70%;
    min-height: 24px;
    border-radius: 999px;
    background: var(--navidashigh-faq-title-line-color);
    transform: translateY(-50%);
}

.navidashigh-faq-heading--side.navidashigh-faq-heading--side-right::after {
    right: 0;
    left: auto;
}

.navidashigh-faq-heading--side.navidashigh-faq-heading--side-left::after {
    right: auto;
    left: 0;
}

.navidashigh-faq-accordion {
    margin: 0;
    padding: 0;
}

.navidashigh-faq-item {
    margin: 0 0 var(--navidashigh-faq-item-gap);
    border: 0;
    border-radius: 10px;
    overflow: visible;
    background: transparent;
}

.navidashigh-faq-item:last-child {
    margin-bottom: 0;
}

.navidashigh-faq-question-heading {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

.navidashigh-faq-question {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: var(--navidashigh-faq-question-padding-top) var(--navidashigh-faq-question-padding-right) var(--navidashigh-faq-question-padding-bottom) var(--navidashigh-faq-question-padding-left) !important;
    background-color: var(--navidashigh-faq-question-bg) !important;
    background-image: none !important;
    color: var(--navidashigh-faq-question-color) !important;
    cursor: pointer;
    text-align: start;
    direction: inherit;
    line-height: 1.8;
    user-select: none;
    position: relative;
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    border: var(--navidashigh-faq-question-border-width) solid var(--navidashigh-faq-question-border-color) !important;
    border-radius: var(--navidashigh-faq-question-border-radius) !important;
    box-shadow:
        var(--navidashigh-faq-question-shadow-x)
        var(--navidashigh-faq-question-shadow-y)
        var(--navidashigh-faq-question-shadow-blur)
        var(--navidashigh-faq-question-shadow-spread)
        rgba(var(--navidashigh-faq-question-shadow-color-rgb), var(--navidashigh-faq-question-shadow-opacity));
}

.navidashigh-faq-item.is-open .navidashigh-faq-question {
    border-radius: var(--navidashigh-faq-question-border-radius) !important;
}

.navidashigh-faq-question:focus-visible {
    outline: 2px solid var(--navidashigh-faq-accent);
    outline-offset: 2px;
}

.navidashigh-faq-question-text {
    display: block;
    color: inherit !important;
    font-size: 16px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.navidashigh-faq-arrow {
    flex: 0 0 auto;
    margin-inline-start: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--navidashigh-faq-accent);
}

.navidashigh-faq-arrow-icon {
    display: block;
    width: var(--navidashigh-faq-icon-size);
    height: var(--navidashigh-faq-icon-size);
}

.navidashigh-faq-arrow-up {
    display: none;
}

.navidashigh-faq-item.is-open .navidashigh-faq-arrow-down {
    display: none;
}

.navidashigh-faq-item.is-open .navidashigh-faq-arrow-up {
    display: block;
}

.navidashigh-faq-answer[hidden] {
    display: none !important;
}

.navidashigh-faq-answer {
    margin-top: var(--navidashigh-faq-question-content-gap);
    padding: var(--navidashigh-faq-answer-padding-top) var(--navidashigh-faq-answer-padding-right) var(--navidashigh-faq-answer-padding-bottom) var(--navidashigh-faq-answer-padding-left) !important;
    border-radius: var(--navidashigh-faq-answer-border-radius) !important;
    background-color: var(--navidashigh-faq-answer-bg) !important;
}

.navidashigh-faq-answer-content {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: var(--navidashigh-faq-answer-color) !important;
    overflow-wrap: anywhere;
}

.navidashigh-faq-answer-content p,
.navidashigh-faq-answer-content li,
.navidashigh-faq-answer-content span { color: inherit; }
.navidashigh-faq-answer-content > :first-child { margin-top: 0; }
.navidashigh-faq-answer-content > :last-child { margin-bottom: 0; }
.navidashigh-faq-answer-content p { margin: 0 0 10px; }
.navidashigh-faq-answer-content ul,
.navidashigh-faq-answer-content ol {
    margin: 0 0 10px;
    margin-inline-start: 20px;
    padding: 0;
    padding-inline-start: 18px;
}
.navidashigh-faq-answer-content a { color: var(--navidashigh-faq-accent); text-decoration: underline; text-underline-offset: 3px; }
.navidashigh-faq-answer-content img { max-width: 100%; height: auto; }


.navidashigh-faq-accordion[data-animation-enabled="1"] .navidashigh-faq-answer:not([hidden]) {
    display: grid !important;
    grid-template-rows: 0fr;
    opacity: 0;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0;
    transition:
        grid-template-rows var(--navidashigh-faq-animation-duration) ease,
        opacity var(--navidashigh-faq-animation-duration) ease,
        padding-top var(--navidashigh-faq-animation-duration) ease,
        padding-bottom var(--navidashigh-faq-animation-duration) ease,
        margin-top var(--navidashigh-faq-animation-duration) ease;
}

.navidashigh-faq-accordion[data-animation-enabled="1"] .navidashigh-faq-item.is-open .navidashigh-faq-answer:not([hidden]) {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-top: var(--navidashigh-faq-answer-padding-top) !important;
    padding-bottom: var(--navidashigh-faq-answer-padding-bottom) !important;
    margin-top: var(--navidashigh-faq-question-content-gap);
}

.navidashigh-faq-accordion[data-animation-enabled="1"] .navidashigh-faq-answer-content {
    min-height: 0;
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .navidashigh-faq-accordion[data-animation-enabled="1"] .navidashigh-faq-answer:not([hidden]) {
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 768px) {
    .navidashigh-faq-question-text,
    .navidashigh-faq-answer-content { font-size: 14px; }
    .navidashigh-faq-question-text { font-weight: 500; }
}


.faqlia-elementor-shortcode-notice {
    box-sizing: border-box;
    width: 100%;
    padding: 14px 16px;
    border: 1px dashed #c3c4c7;
    border-radius: 8px;
    background: #f6f7f7;
    color: #50575e;
    font-size: 13px;
    line-height: 1.8;
    text-align: start;
}
