.inner-page-bg {
    background: #f7f9fd;
}

.inner-page-header-wrapper {
    background: #fff;
    box-shadow: none;
}

.inner-page-header-wrapper header {
    position: relative;
    z-index: 20;
    display: block !important;
    width: 100% !important;
    background: #fff;
}

.inner-page-header-wrapper header > nav:first-of-type {
    display: block !important;
    width: 100% !important;
    background: #204c96;
}

.inner-page-header-wrapper header > nav:nth-of-type(2) {
    display: block !important;
    width: 100% !important;
}

.inner-page-header-wrapper .container {
    width: min(1440px, calc(100% - 32px));
    max-width: none;
}

.inner-page-header-wrapper .header-top {
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.inner-page-header-wrapper .header-top > .header-logo,
.inner-page-header-wrapper .header-top > .header-top-links {
    float: none !important;
}

.inner-page-header-wrapper .header-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
}

.inner-page-header-wrapper .header-logo img {
    width: 75px !important;
    height: 75px !important;
    object-fit: contain;
    display: block;
}

.inner-page-header-wrapper .logo-text-wrapper .bold-text,
.inner-page-header-wrapper .logo-text-wrapper .small-text {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
    line-height: 1.06;
}

.inner-page-header-wrapper .logo-text-wrapper .bold-text {
    font-size: 25px;
    font-weight: 800;
}

.inner-page-header-wrapper .logo-text-wrapper .small-text {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 800;
}

.inner-page-header-wrapper .header-top-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.inner-page-header-wrapper .small-links ul,
.inner-page-header-wrapper .social-links ul,
.inner-page-header-wrapper .bottom-nav-links ul {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner-page-header-wrapper .small-links .main-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.inner-page-header-wrapper .small-links .main-link .home-icon {
    color: #fff;
}

.inner-page-header-wrapper .rower {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner-page-header-wrapper .social-links ul {
    gap: 9px;
}

.inner-page-header-wrapper .social-links a,
.inner-page-header-wrapper .lang-button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.inner-page-header-wrapper .bottom-nav {
    min-height: 60px;
    display: block !important;
    width: 100% !important;
    background: #fff;
    border-bottom: 1px solid #dfe6f1;
}

.inner-page-header-wrapper .bottom-nav > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 60px;
}

.inner-page-header-wrapper .bottom-nav-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 60px;
    color: #073b83;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.inner-page-header-wrapper .bottom-nav-links a.active::after,
.inner-page-header-wrapper .bottom-nav-links a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #f2757a;
}

.inner-page-header-wrapper .bottom-nav-search-container {
    flex: 0 0 230px;
}

.inner-page-header-wrapper .bottom-nav-search-container .input-search-wrapper-relative {
    position: relative;
    width: 100%;
    height: 46px;
    border: 1px solid #9db3d4;
    border-radius: 15px;
    background: #fff;
}

.inner-page-header-wrapper .bottom-nav-search-container input {
    width: 100%;
    height: 44px;
    padding: 0 58px 0 20px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #204c96;
    font-size: 14px;
}

.inner-page-header-wrapper .bottom-nav-search-container button {
    position: absolute;
    top: 4px;
    right: 4px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: #55b9e4;
    font-size: 16px;
}

.inner-page-header-wrapper .overlay-trigger {
    position: relative;
}

.inner-page-header-wrapper .sub-menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none;
    min-width: 210px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(20, 48, 89, .16);
}

.inner-page-header-wrapper .overlay-trigger:hover .sub-menu-list {
    display: block;
}

.inner-page-header-wrapper .sub-menu-list ul {
    display: grid;
    gap: 0;
}

.inner-page-header-wrapper .sub-menu-list a {
    min-height: 38px;
    white-space: nowrap;
}

.page-container {
    padding-top: 0px;
    background: #eef3f9;
}

.inner-page__wrapper {
    width: min(1420px, calc(100% - 32px));
    margin: 0 auto;
}

.module-breadcrumb-container.breadcrumb-v2 {
    margin-bottom: 0px;
}

.module-breadcrumb-container .breadcrumb {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 24px 0 16px;
    border-radius: 20px;
    background: #fff;
}

.module-breadcrumb-container .bread-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #8ba4cc;
    font-size: 14px;
}

.module-breadcrumb-container .bread-links .main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8ba4cc;
    text-decoration: none;
}

.module-breadcrumb-container .bred-main-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #f2f5fa;
    color: #8aa4cc;
    font-size: 20px;
}

.module-breadcrumb-container .footer-buttons,
.module-breadcrumb-container .social-media-links,
.module-breadcrumb-container .font-size-controls {
    display: flex;
    align-items: center;
    gap: 9px;
}

.module-breadcrumb-container .footer-buttons a,
.module-breadcrumb-container .print-button a,
.module-breadcrumb-container .font-size-controls .control-item {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #204c96;
    background: #eef3f9;
    text-decoration: none;
    font-weight: 900;
}

.module-breadcrumb-container .bread-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8ba4cc;
    text-decoration: none;
    font-size: 14px;
}

.inner-page-content .inner-page-rower {
    align-items: flex-start;
}

.page-module-news {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.page-module-news .page-module-news-card {
    position: relative;
    overflow: hidden;
    min-height: 510px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(23, 54, 105, .09);
    text-decoration: none;
}

.page-module-news .page-module-news-card .news-category {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    min-height: 30px;
    padding: 8px 14px;
    border-radius: 8px;
    color: #fff;
    background: #ee7c7e;
    font-size: 12px;
    font-weight: 800;
}

.page-module-news .page-module-news-card .img-wrapper {
    height: 240px;
    overflow: hidden;
}

.page-module-news .page-module-news-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-module-news .page-module-news-card .news-body {
    padding: 24px 24px 22px;
}

.page-module-news .page-module-news-card .news-title {
    min-height: 58px;
    color: #153f7d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.page-module-news .page-module-news-card .news-short-content {
    margin-top: 14px;
    min-height: 92px;
    color: #355a91;
    font-size: 15px;
    line-height: 1.5;
}

.page-module-news .page-module-news-card .news-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.page-module-news .detail-button,
.page-module-news .date-area {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #204c96;
    font-size: 12px;
    font-weight: 800;
}

.news-filter-container {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
}

.news-filter-container .search-container {
    flex: 1 1 320px;
}

.news-filter-container .input-search-wrapper-relative,
.news-filter-container .dropdown-toggle {
    min-height: 54px;
    border: 1px solid #e1e8f3;
    border-radius: 8px;
    background: #fff;
}

.news-filter-container input {
    width: 100%;
    min-height: 54px;
    padding: 0 54px 0 18px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #153f7d;
}

.news-filter-container button {
    cursor: pointer;
}

.category-filter-dropdown {
    position: relative;
    min-width: 210px;
}

.category-filter-dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: #204c96;
    font-weight: 800;
}

.category-filter-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 5;
    display: none;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(20, 48, 89, .14);
}

.category-filter-dropdown:hover .dropdown-menu {
    display: block;
}

.category-filter-dropdown .dropdown-item {
    width: 100%;
    border: 0;
    padding: 12px 16px;
    background: 0 0;
    color: #333;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    transition: background-color .2s;
}

.category-filter-dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.category-filter-dropdown .dropdown-item.active,
.category-filter-dropdown .dropdown-item:hover {
    color: #fff;
    background: #1c458b;
}

.module-sidebar-news-menu .menu-news-list {
    padding: 0;
    margin: 0;
}

.module-fast-link-list .link {
    text-decoration: none;
}

/* Üst menü referans ölçüleri */
.inner-page-header-wrapper header {
    display: block !important;
}

.inner-page-header-wrapper header > nav:first-of-type {
    display: block !important;
    width: 100% !important;
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    background: #1c458b !important;
}

.inner-page-header-wrapper header > nav:nth-of-type(2),
.inner-page-header-wrapper .bottom-nav {
    display: block !important;
    width: 100% !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
}

.inner-page-header-wrapper .container {
    width: min(1152px, calc(100% - 128px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.inner-page-header-wrapper .header-top,
.inner-page-header-wrapper .bottom-nav > .container {
    height: 100px !important;
    min-height: 100px !important;
    display: flex !important;
    align-items: center !important;
}

.inner-page-header-wrapper .bottom-nav > .container {
    height: 60px !important;
    min-height: 60px !important;
}

.inner-page-header-wrapper .header-logo {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: 370px !important;
    min-width: 370px !important;
    height: 75px !important;
    gap: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.inner-page-header-wrapper .header-logo .img-wrapper {
    position: static !important;
    display: block !important;
    flex: 0 0 75px !important;
    width: 75px !important;
    height: 75px !important;
    overflow: visible !important;
}

.inner-page-header-wrapper .header-logo .img-wrapper img,
.inner-page-header-wrapper .header-logo img {
    position: static !important;
    display: block !important;
    width: 75px !important;
    min-width: 75px !important;
    max-width: none !important;
    height: 75px !important;
    min-height: 75px !important;
    max-height: none !important;
    object-fit: contain !important;
}

.inner-page-header-wrapper .logo-text-wrapper {
    position: static !important;
    display: block !important;
    width: 285px !important;
    min-width: 285px !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.inner-page-header-wrapper .header-top-links {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
}

.inner-page-header-wrapper .small-links,
.inner-page-header-wrapper .rower {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
}

.inner-page-header-wrapper .small-links ul {
    gap: 18px !important;
}

.inner-page-header-wrapper .small-links .main-link {
    min-height: 36px !important;
    height: 36px !important;
}

.inner-page-header-wrapper .sub-menu-list {
    display: none !important;
}

.inner-page-header-wrapper .overlay-trigger:hover .sub-menu-list {
    display: block !important;
}

/* Haber liste sayfası referans görünümü */
.inner-page-content .inner-page-rower {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 20px;
}

.inner-page__sidebar {
    width: 100%;
}

.module-sidebar-full-menu {
    overflow: hidden;
    border-radius: 18px;
    background: #dfe5ef;
}

.module-sidebar-full-menu .menu-header {
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    background: #204c96;
}

.module-sidebar-full-menu .menu-header .title {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.module-sidebar-full-menu .menu-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-sidebar-full-menu .menu-link-list li a {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(24, 55, 105, .08);
    color: #063b84;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.module-sidebar-full-menu .menu-link-list li.active a,
.module-sidebar-full-menu .menu-link-list li a:hover {
    color: #fff !important;
    background: #73818f;
}

.inner-page__content {
    padding: 30px 40px 48px;
    border-radius: 18px;
    background: #fff;
}

.inner-page__content .inner-page__content-header {
    margin-bottom: 18px;
}

.inner-page__content .inner-page__content-header .title {
    margin: 0;
    color: #073b83;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
}

.page-module-news {
    grid-template-columns: 1fr;
    gap: 16px;
}

.page-module-news .page-module-news-card {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 20px;
    min-height: 184px;
    padding: 16px 40px 16px 16px;
    border-radius: 22px;
    box-shadow: 0 20px 46px rgba(23, 54, 105, .08);
}

.page-module-news .page-module-news-card .news-category {
    top: 0;
    right: 0;
    left: auto;
    display: grid;
    place-items: center;
    min-width: 110px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 0 22px 0 18px;
    background: #204c96;
}

.page-module-news .page-module-news-card .img-wrapper {
    width: 250px;
    height: 168px;
    border-radius: 14px;
}

.page-module-news .page-module-news-card .news-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 5px 0 0;
}

.page-module-news .page-module-news-card .news-title {
    min-height: 0;
    max-width: calc(100% - 120px);
    color: #073b83;
    font-size: 17px;
}

.page-module-news .page-module-news-card .news-short-content {
    margin-top: 12px;
    max-width: calc(100% - 120px);
    min-height: 48px;
    color: #8a8a8a;
    font-size: 15px;
    line-height: 1.42;
}

.page-module-news .page-module-news-card .news-footer {
    margin-top: auto;
    padding-top: 14px;
}

.page-module-news .detail-button {
    display: inline-flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    min-height: 39px;
    border: 1px solid #204c96;
    border-radius: 999px;
    color: #204c96;
}

.page-module-news .detail-button .icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 39px;
    color: #fff;
    background: #204c96;
}

.page-module-news .detail-button .text {
    padding: 0 16px 0 10px;
}

.news-filter-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 14px;
    margin-bottom: 20px;
}

.news-filter-container .input-search-wrapper-relative,
.news-filter-container .dropdown-toggle {
    width: 100%;
    height: 54px;
    min-height: 54px;
    border-color: #b8c9e7;
    border-radius: 20px;
}

.category-filter-dropdown {
    width: 200px;
    min-width: 200px;
}

.news-filter-container .search-container {
    min-width: 0;
}

.news-filter-container input {
    height: 52px;
    min-height: 52px;
    padding-left: 16px;
    font-size: 14px;
}

.category-filter-dropdown .dropdown-toggle {
    padding: 0 16px;
    font-size: 13px;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .inner-page-content .inner-page-rower {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .page-module-news {
        grid-template-columns: 1fr;
    }

    .page-module-news .page-module-news-card {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .page-module-news .page-module-news-card .img-wrapper {
        width: 220px;
    }
}

@media (max-width: 800px) {
    .inner-page-header-wrapper .header-top,
    .inner-page-header-wrapper .bottom-nav > .container {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 0;
    }

    .inner-page-header-wrapper .header-top-links,
    .inner-page-header-wrapper .bottom-nav-search-container {
        width: 100%;
    }

    .inner-page-header-wrapper .small-links ul,
    .inner-page-header-wrapper .bottom-nav-links ul {
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .inner-page-header-wrapper .bottom-nav-search-container {
        flex-basis: auto;
    }

    .module-breadcrumb-container .breadcrumb {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px;
    }

    .inner-page-content .inner-page-rower,
    .page-module-news .page-module-news-card,
    .news-filter-container {
        grid-template-columns: 1fr;
        display: grid;
    }

    .inner-page__content {
        padding: 24px 18px;
    }

    .page-module-news .page-module-news-card {
        padding: 14px;
    }

    .page-module-news .page-module-news-card .img-wrapper {
        width: 100%;
    }

    .page-module-news .page-module-news-card .news-title,
    .page-module-news .page-module-news-card .news-short-content {
        max-width: none;
    }

    .category-filter-dropdown {
        min-width: 0;
    }
}

/* Referans haberler sayfası font eşitlemeleri */
.inner-page-header-wrapper .logo-text-wrapper .bold-text {
    color: #fff !important;
    font-family: Cinzel, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 26.4px !important;
    letter-spacing: normal !important;
}

.inner-page-header-wrapper .logo-text-wrapper .small-text {
    color: rgba(255, 255, 255, .9) !important;
    font-family: Cinzel, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 21.6px !important;
    letter-spacing: normal !important;
}

.inner-page-header-wrapper .small-links .main-link {
    font-family: Quicksand, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 19.5px !important;
}

.inner-page-header-wrapper .social-links a,
.inner-page-header-wrapper .lang-button {
    font-family: Quicksand, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 22.5px !important;
}

.inner-page-header-wrapper .bottom-nav-links a {
    color: #1c458b !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
}

.inner-page__content .inner-page__content-header .title {
    color: #1c458b !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 26px !important;
    letter-spacing: normal !important;
}

.news-filter-container input {
    color: #000 !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

.category-filter-dropdown .dropdown-toggle {
    color: #333 !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

.module-sidebar-full-menu .menu-header .title {
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}

.module-sidebar-full-menu .menu-link-list li a {
    color: #1c458b !important;
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 19.5px !important;
}

.page-module-news-card .news-category {
    font-family: Quicksand, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

.page-module-news-card .news-title {
    color: #1c458b !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.2px !important;
}

.page-module-news-card .news-short-content {
    color: #666 !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 19.6px !important;
}

.page-module-news-card .detail-button .text {
    color: #1c458b !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

.page-module-news-card .date-area {
    color: #1c458b !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

.module-page-pagination .pagination li a {
    font-family: Quicksand, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}

/* Açılır kategori görünümü */
.category-filter-dropdown {
    position: relative !important;
}

.category-filter-dropdown .dropdown-toggle {
    border-color: #1c458b !important;
    border-radius: 20px !important;
}

.category-filter-dropdown.is-open .dropdown-toggle i,
.category-filter-dropdown:hover .dropdown-toggle i {
    transform: rotate(180deg);
}

.category-filter-dropdown .dropdown-menu {
    top: calc(100% + 6px) !important;
    display: none !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 4px 4px 14px 14px !important;
    background: #fff !important;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .16) !important;
}

.category-filter-dropdown:hover .dropdown-menu,
.category-filter-dropdown.is-open .dropdown-menu {
    display: block !important;
}

.category-filter-dropdown .dropdown-menu-inner {
    padding: 0 !important;
}

.category-filter-dropdown .dropdown-item {
    width: 100% !important;
    padding: 12px 16px !important;
    border: none !important;
    border-radius: 0 !important;
    background: 0 0 !important;
    color: #333 !important;
    text-align: left !important;
    cursor: pointer !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    transition: background-color .2s !important;
}

.category-filter-dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0 !important;
}

.category-filter-dropdown .dropdown-item.active,
.category-filter-dropdown .dropdown-item:hover {
    background: #1c458b !important;
    color: #fff !important;
}
