.tx-sy-faq .faq-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px; 
}

.tx-sy-faq .faq-search-form__label {
    flex: 1 0 100%;
    font-weight: 600;
    color: #12395c;
}

.tx-sy-faq .faq-search-form__row {
    display: flex;
    flex: 1 0 100%;
    max-width: 100%;
}

.tx-sy-faq .faq-search-form__input {
    flex: 1 1 auto;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    font-size: 16px;  
    max-width: calc(100% - 62px);
}

.tx-sy-faq .faq-search-form__submit {
    /* padding: 10px 24px;
    background-color: #12395c;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px; */
    border: none;
    background-color: #0f4f89;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    color: #fff;
    display: inline-block;
    font-family: Barlow-Medium;
    font-size: 0;
    line-height: 28px;
    padding: 12px 32px 18px;
    text-align: center;
    cursor: pointer;
}

.tx-sy-faq .faq-search-form__submit:hover {
    background-color: #903;
}

.tx-sy-faq .faq-search-form__clear {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    white-space: nowrap;
}

.tx-sy-faq .faq-search-form__clear:hover {
    color: #903;
}

.tx-sy-faq .faq-no-results {
    font-size: 18px;
    color: #666;
    padding: 20px 0;
}

.tx-sy-faq .faq-category {
    margin-bottom: 40px;
}

.tx-sy-faq .faq-category__title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #903;
    margin-bottom: 16px;
}

.tx-sy-faq .faq-item {
    border-bottom: 1px solid #ddd;
}

.tx-sy-faq .faq-item__heading {
    margin: 0;
}

.tx-sy-faq .faq-item__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 16px 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #12395c;
    cursor: pointer;
}

.tx-sy-faq .faq-item:hover .faq-item__trigger{
    color: #903;
}

.tx-sy-faq .faq-item:hover .faq-item__icon::before,
.tx-sy-faq .faq-item:hover .faq-item__icon::after {
    background-color: #903;
}


.tx-sy-faq .faq-item__icon {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.tx-sy-faq .faq-item__icon::before,
.tx-sy-faq .faq-item__icon::after {
    content: "";
    position: absolute;
    background-color: #12395c;
    transition: transform 0.2s ease;
}

.tx-sy-faq .faq-item__icon::before {
    top: 9px;
    left: 2px;
    width: 16px;
    height: 2px;
}

.tx-sy-faq .faq-item__icon::after {
    top: 2px;
    left: 9px;
    width: 2px;
    height: 16px;
}

.tx-sy-faq .faq-item--open .faq-item__icon::after {
    transform: scaleY(0);
}

.tx-sy-faq .faq-item__content {
    padding: 0 0 20px;
    font-size: 20px;
    line-height: 26px;
    color: #333;
}

.tx-sy-faq .faq-item__content[hidden] {
    display: none;
}

@media (max-width: 767px) {
    .tx-sy-faq .faq-search-form__row {
        flex-direction: column;
    }
}

.faq_navigation {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .faq_navigation {
        position: sticky;
        top: 120px;
    }
}


.faq-item__content-inner p{
    font-size: 20px;  
    line-height: 30px;
}


.faq-mobilenav {
    display: none;
}

.faq-category-link__title {
    background: #903;
    color: #fff;
    display: inline-block;
    width: 100%;
    cursor: pointer;  
    font-family: Barlow-Medium;
    font-size: 20px;
    line-height: 28px;
    padding: 12px 32px 18px;
    text-align: center;
    margin-bottom: 10px;
}

.faq_top {
    text-align: right;
    cursor: pointer;
}


@media (max-width: 1023px) {

    .faq-item__content-inner p{
        font-size: 18px;  
        line-height: 26px;
    }

    .tx-sy-faq .faq-search-form {
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px; 
    }
    .tx-sy-faq .faq-search-form .faq-search-form__label {
        font-size: 20px;
    }

    .faq-category-nav {
        margin-top: 0!important;
    }

    .faq-category-links {
        position: relative;
    }

    .faq-mobilenav {
        border: none;
        background: #903;
        color: #fff;
        display: inline-block;
        font-family: Barlow-Medium;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        padding: 12px 32px 18px;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

    .faq-mobilenav::after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        content: "\25BC";
        font-size: 12px;
        pointer-events: none;
        transition: transform 0.2s ease;
    }

    .faq-category-links--inner {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        border-radius: 4px;
        z-index: 1000;
        display: none;
    }

    .faq-category-link__title {
        background: #fff;
        border: 1px solid #ddd;
        display: block;
        width: 100%;
        color: black;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .tx-sy-faq .faq-search-form__input {
        max-width: 100%;
    }
}
