.faq-wrapper-27c5e18f {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    font-family: inherit;
}

.faq-left-col-27c5e18f {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}

/* Pinned while the questions scroll past. --faq-sticky-top-27c5e18f is set
   from JS to clear the admin bar / a sticky site header. */
.faq-left-sticky-27c5e18f {
    position: sticky;
    top: var( --faq-sticky-top-27c5e18f, 24px );
    align-self: flex-start;
}
a.faq-button-27c5e18f svg {
    width: 14px;
    fill: #fff;
    margin-left: 7px;
}
/* Column is just a stack now -- each accordion below is its own card. */
.faq-right-col-27c5e18f {
    flex: 2;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Left Column Styling */
.faq-badge-27c5e18f {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var( --e-global-color-59f1a927 );
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border: solid 1px var( --e-global-color-9fb9924 );
}

.faq-badge-27c5e18f svg {
    width: 16px;    
}

.faq-main-title-27c5e18f {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin: 0 0 10px;
    color: var( --e-global-color-59f1a927 );
}

/* Search box (left column) */
.faq-hidden-27c5e18f {
    display: none !important;
}

.faq-search-27c5e18f {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 420px;
    min-height: 52px;
    margin-bottom: 10px;
    padding: 0 14px;
    background: #F1F8F5;
    border: none;
    border-radius: 12px;
}

.faq-search-icon-27c5e18f {
    flex: none;
    width: 17px;
    fill: var( --e-global-color-59f1a927 );
    pointer-events: none;
}

input[type="search"].faq-search-input-27c5e18f {
    flex: 1;
    min-width: 0;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 13px 8px 13px 11px;
    font-size: 15px;
    line-height: 1.4;
    color: #1A1A1A;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.faq-search-input-27c5e18f::placeholder {
    color: #9AA5A1;
}

input[type="search"].faq-search-input-27c5e18f:hover,
input[type="search"].faq-search-input-27c5e18f:focus {
    outline: none;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Kill the browser's own clear affordance -- there's a styled one. */
.faq-search-input-27c5e18f::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.faq-search-clear-27c5e18f {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.faq-search-clear-27c5e18f:hover {
    background: #E8F5F1;
}

.faq-search-clear-27c5e18f svg {
    width: 10px;
    fill: #5C6B66;
}

/* Quick filter chips */
.faq-chips-27c5e18f {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 420px;
    margin-bottom: 12px;
}

.faq-chip-27c5e18f {
    padding: 6px 14px;
    background: #E8F5F1;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.4;
    color: var( --e-global-color-59f1a927 );
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
}

/* The theme decorates buttons with a pseudo-element / inline icon; the chips
   are text-only, so strip anything that isn't the label. */
.faq-chip-27c5e18f::before,
.faq-chip-27c5e18f::after {
    content: none !important;
    display: none !important;
}

.faq-chip-27c5e18f i,
.faq-chip-27c5e18f svg,
.faq-chip-27c5e18f .fa,
.faq-chip-27c5e18f [class*="icon"] {
    display: none !important;
}

.faq-chip-27c5e18f:hover {
    background: #D9EDE6;
}

/* The theme paints button:focus/:active, which left a released chip looking
   selected until it lost focus. Selection is the class, nothing else. */
.faq-chip-27c5e18f:focus,
.faq-chip-27c5e18f:active {
    background: #E8F5F1;
    color: var( --e-global-color-59f1a927 );
    outline: none;
    box-shadow: none;
}

.faq-chip-27c5e18f:focus:hover {
    background: #D9EDE6;
}

.faq-chip-27c5e18f:focus-visible {
    border-color: var( --e-global-color-59f1a927 );
    box-shadow: 0 0 0 3px #E8F5F1;
}

.faq-chip-all-27c5e18f,
.faq-chip-all-27c5e18f:focus,
.faq-chip-all-27c5e18f:active {
    background: #fff;
    border-color: #DCE7E3;
}

.faq-chip-27c5e18f.is-active-27c5e18f,
.faq-chip-27c5e18f.is-active-27c5e18f:hover,
.faq-chip-27c5e18f.is-active-27c5e18f:focus,
.faq-chip-27c5e18f.is-active-27c5e18f:active {
    background: var( --e-global-color-59f1a927 );
    border-color: var( --e-global-color-59f1a927 );
    color: #fff;
}

.faq-search-status-27c5e18f {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 500;
    color: #7A8580;
}

.faq-search-status-27c5e18f.is-empty-27c5e18f {
    color: #B4443C;
}

.faq-description-27c5e18f {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.faq-button-27c5e18f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var( --e-global-color-59f1a927 );
    color: #ffffff;
    padding: 9px 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
	margin-top:15px;
    transition: all 0.3s ease;
}

.faq-button-27c5e18f:hover {
    opacity: 0.9;
    color: #ffffff !important;
}

/* Right Column (Accordion) Styling */
.faq-accordion-27c5e18f {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

/* Category label: sits between cards, not inside one. */
.faq-section-title-27c5e18f {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 -4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var( --e-global-color-59f1a927 );
}

.faq-section-title-27c5e18f::before {
    content: "";
    flex: none;
    width: 4px;
    height: 15px;
    border-radius: 2px;
    background: currentColor;
}

.faq-right-col-27c5e18f > .faq-section-title-27c5e18f:first-child {
    margin-top: 0;
}

/* Group heading: a real heading above its card, not a row inside it. */
.faq-group-title-27c5e18f {
    margin: 26px 0 10px;
    padding: 0;
    background: none;
    border: none;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
}

.faq-right-col-27c5e18f > .faq-group-title-27c5e18f:first-child {
    margin-top: 0;
}

/* When a category label sits directly above the group heading, tighten
   the gap so they read as one title block. */
.faq-section-title-27c5e18f + .faq-group-title-27c5e18f {
    margin-top: 10px;
}

.faq-item-27c5e18f {
    border-bottom: 1px solid #EBEBEB;
}

.faq-item-27c5e18f:last-child {
    border-bottom: none;
}

.faq-item-27c5e18f.active {
    background-color: #F8FCFA;
}

.faq-item-title-27c5e18f {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 500;
    color: #1A1A1A;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}
.faq-item-title-27c5e18f:hover {
    background: #F8FCFA;
    color: var( --e-global-color-59f1a927 );
}
.faq-item-title-27c5e18f.active:hover {
    background-color: #F8FCFA;
    color: var( --e-global-color-59f1a927 );
}
.faq-item-title-27c5e18f:focus {
    background: #F8FCFA !important;
    color: var( --e-global-color-59f1a927 ) !important;
}
.faq-item-title-27c5e18f.active:focus {
    background-color: #F8FCFA !important;
    color: var( --e-global-color-59f1a927 ) !important;
}
.faq-item-content-inner-27c5e18f p:last-child {
    margin: 0;
}
.faq-icon-27c5e18f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #E8F5F1;
    color: var( --e-global-color-59f1a927 );
    flex-shrink: 0;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.faq-icon-27c5e18f i {
    font-size: 12px;
}

.faq-icon-27c5e18f.active i {
    color: #ffffff !important;
}

.faq-item-content-27c5e18f {
    display: none;
    padding: 24px 30px 24px 30px;
    color: #666;
    font-size: 15px;
	line-height:24px;
}
button.faq-item-title-27c5e18f {
    border-bottom: solid 1px transparent;
}
button.faq-item-title-27c5e18f.active {
    border-color: #0065662e;
}
    .faq-wrapper-27c5e18f > .faq-button-27c5e18f {
        display: none;
    }
.faq-description-27c5e18f p {
    margin: 0;
}
@media (max-width: 768px) {
    .faq-wrapper-27c5e18f {
        flex-direction: column;
    }
    .faq-left-col-27c5e18f {
        padding-right: 0;
    }
    /* Stacked layout -- pinning it would cover the questions. */
    .faq-left-sticky-27c5e18f {
        position: static;
    }
    .faq-main-title-27c5e18f {
        font-size: 26px;
    }
    .faq-left-col-27c5e18f .faq-button-27c5e18f {
        display: none;
    }
    .faq-wrapper-27c5e18f > .faq-button-27c5e18f {
        display: inline-flex;
        width: fit-content;
        margin: 0 auto;
    }
	.faq-left-sticky-27c5e18f {
		text-align: center;
	}
	.faq-left-sticky-27c5e18f .heading__divider.left {
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.faq-main-title-27c5e18f {
        font-size: 22px;
		line-height: 26px;
    }
}