@import "../_variables.css";

/* Container can be reused */
.faqs-wrapper {
    position: relative;
    display: flex;
    gap: var(--mp40);
}

.faqs-content {
    flex: 1;
}

.faqs-content-header {
    font-family: Canela Trial serif !important;
    font-weight: var(--font-weight-700);
    font-style: Bold;
    font-size: var(--font-size-40);
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: var(--mp20);
    color: rgba(31, 41, 55, 1);
}

.faqs-sidebar {
    flex: 0 0 25.538rem;
}

.faqs-sidebar .uk-search-input {
    border-radius: var(--border-radius-16);
    height: 4.3077rem;
    border: 1px solid var(--Black-Transparent-5, rgba(0, 0, 0, 0.05));
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-14);
    line-height: var(--line-height-20);
    color: rgba(0, 0, 0, 0.7);
}

.faqs-sidebar-header {
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-20);
    line-height: var(--line-height-28);
    margin-bottom: var(--mp20);
    color: rgba(17, 24, 39, 1);
}

.faqs-search {
    width: 100%;
    margin-bottom: var(--mp20);
}

.faqs-category-menu {
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-16);
    line-height: var(--line-height-24);
    color: rgba(107, 114, 128, 1);
}




/* Clear button inside search input */
.faqs-search-clear {
    pointer-events: auto;
    position: absolute;
    right: var(--mp10);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: var(--mp4);
    color: #000;
    transition: background-color 0.2s ease;
}

.uk-accordion-title {
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-18);
    line-height: var(--line-height-28);
    color: rgba(55, 65, 81, 1);
}

.uk-accordion-title::before {
    display: none !important;
}

.faqs-toggle-icon {
    position: absolute;
    right: var(--mp24);
    top: 50%;
    transform: translateY(-50%);
}

.uk-accordion-content {
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-16);
    line-height: var(--line-height-24);
    color: rgba(55, 65, 81, 1);
}

.uk-nav-default>li.uk-active>a {
    background: linear-gradient(252.65deg, #E5052C 8.18%, #250E45 91.82%);
    color: rgba(255, 255, 255, 1);
    border-radius: 9999px;
    padding: var(--mp16) var(--mp24);

}

.uk-nav-default>li>a {
    border-radius: var(--mp24);
    padding: var(--mp16) var(--mp24);
}

.faqs-accordion .uk-accordion-title {
    padding-left: var(--mp24);
    position: relative;
}

.faqs-accordion .uk-accordion-content {
    padding-left: var(--mp24);
    padding-bottom: var(--mp24);
}

.faqs-accordion>li.uk-open {
    background: #fff;
    border-radius: var(--mp24);
    box-shadow: 0 var(--mp4) var(--mp12) rgba(0, 0, 0, 0.06);
    padding-top: var(--mp24);
}