.elementor-35 .elementor-element.elementor-element-083c7d0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-83f0440 *//* =========================================================
   HIDDEN DÜZELTMESİ
   Yükleme yazısının sürekli görünmesini engeller
========================================================= */

.yv-publications [hidden] {
    display: none !important;
}


/* =========================================================
   KATEGORİ FİLTRE ALANI
========================================================= */

.yv-publications__filter-area {
    width: 100%;

    display: grid;
    grid-template-columns:
        250px
        minmax(0, 1fr);

    align-items: stretch;

    margin: 0 0 23px;
    padding: 0;

    overflow: hidden;

    background: #ffffff;

    border-top: 1px solid #e1e6ec;
    border-bottom: 1px solid #e1e6ec;

    border-right: 0;
    border-left: 0;
    border-radius: 0;

    box-shadow: none;
}


/* =========================================================
   SOL KONU BAŞLIKLARI ALANI
========================================================= */

.yv-publications__filter-heading {
    min-height: 76px;

    display: flex;
    align-items: center;

    gap: 14px;

    padding: 14px 22px;

    background: #ffffff;

    border-right: 1px solid #e2e7ed;
}

.yv-publications__filter-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f8edf0;
    border-radius: 50%;
}

.yv-publications__filter-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: #b80035;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.yv-publications__filter-heading > div {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.yv-publications__filter-heading > div > span {
    color: #b80035;

    font-size: 8px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.7px;
}

.yv-publications__filter-heading strong {
    color: #09244a;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}


/* =========================================================
   SAĞ FİLTRE BUTONLARI
========================================================= */

.yv-publications__filters {
    min-width: 0;
    min-height: 76px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 9px;

    margin: 0;
    padding: 16px 18px;

    background: #ffffff;
}

.yv-publications__filter {
    min-height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin: 0;
    padding: 9px 14px;

    color: #59677c;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.3;

    background: #ffffff;

    border: 1px solid #dfe4eb;
    border-radius: 4px;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.yv-publications__filter:hover {
    color: #b80035;

    border-color: rgba(184, 0, 53, 0.3);

    transform: translateY(-1px);
}

.yv-publications__filter.is-active {
    color: #ffffff;

    background: #b80035;
    border-color: #b80035;
}

.yv-publications__filter-count {
    min-width: 21px;
    height: 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 5px;

    color: #778398;

    font-size: 9px;

    background: #f1f3f6;
    border-radius: 10px;
}

.yv-publications__filter.is-active
.yv-publications__filter-count {
    color: #b80035;

    background: #ffffff;
}

.yv-publications__filter-loading {
    color: #8791a2;

    font-size: 11.5px;
}


/* =========================================================
   YAYINLAR YÜKLENİYOR ALANI
========================================================= */

.yv-publications__status {
    width: 100%;
    min-height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 20px;

    color: #7a8597;

    font-size: 13px;

    background: #ffffff;

    border-top: 1px solid #e1e6ec;
    border-bottom: 1px solid #e1e6ec;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .yv-publications__filter-area {
        grid-template-columns:
            220px
            minmax(0, 1fr);
    }

}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 767px) {

    .yv-publications__filter-area {
        grid-template-columns: 1fr;
    }

    .yv-publications__filter-heading {
        min-height: 72px;

        border-right: 0;
        border-bottom: 1px solid #e2e7ed;
    }

    .yv-publications__filter-heading strong br {
        display: none;
    }

    .yv-publications__filters {
        min-height: 65px;

        flex-wrap: nowrap;

        gap: 8px;

        padding: 13px 14px;

        overflow-x: auto;

        scrollbar-width: thin;
    }

    .yv-publications__filter {
        flex: 0 0 auto;
    }

}/* End custom CSS */