﻿.faq_filter_wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.faq_category_selection,
.faq_search {
    width: 100%;
    max-width: 50%;
}

    .faq_search input {
        width: 100%;
    }

    .faq_category_selection .select2-container {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .faq_category_selection .select2-container--default .select2-selection--single {
        font-size: 16px;
        line-height: 50px;
        color: #333;
        padding: 0 20px;
        height: 50px;
        border-color: transparent;
        background: #f9f9f9;
        box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
    }

    .faq_category_selection .select2-container .select2-dropdown {
        top: -20px;
    }

    .faq_category_selection .select2-container--default .select2-selection--single .select2-selection__clear {
        height: 55px;
        color: #FF0000;
    }

@media (max-width: 1024px) {
    .faq_filter_wrapper {
        display: block
    }

    .faq_category_selection,
    .faq_search {
        max-width: 100%;
    }
}


.faq_filteri_omotac {
    padding: 10px;
    margin-bottom: 30px;
    /*border-radius: 10px;*/
    /*border: 1px solid #E8F5FF;*/
    border-bottom: 1px solid #ccc;
}

.faq_filter_title {
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
    color: #0C2661;
    /*border-bottom:1px solid #ccc;*/
}

    .faq_filter_title i {
        margin-right: 10px;
        color: #D0023D;
    }


.faq_card {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
}

.faq_card_header {
    padding: 10px;
}

.faq_card_title p,
.faq_card_title h1,
.faq_card_title h2,
.faq_card_title h3,
.faq_card_title h4,
.faq_card_title h5,
.faq_card_title h6 {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    color: #0C2661;
}

.faq_card_title {
    margin: 0;
    display: flex;
}

.faq_categories_wrapper {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}

.faq_category {
    padding: 2px 10px;
    border: 1px solid #0C2661;
    min-width: 100px;
    border-radius: 10px;
    text-align: center;
    background: #E8F5FF;
    cursor: pointer;
    color: #0C2661;
}

    .faq_category:hover {
        text-decoration: underline;
    }

.faq_card_header {
    border-bottom: 1px solid #ccc;
}


.faq_card_body {
    padding: 10px;
}
