.breadcrumbs_blog {
    margin: 24px 0;
    text-transform: capitalize;
    font-weight: 600
}

.breadcrumbs_blog a {
    text-decoration: none !important;
    font-size: 16px;
    color: rgba(255, 79, 0, .8)
}

.breadcrumbs_blog a:hover {
    opacity: .6
}

.breadcrumbs_blog__delimiter {
    padding: 0 4px;
    color: rgba(255, 79, 0, .8);
    font-weight: 400
}

.breadcrumbs_blog__current {
    color: #23242c;
    font-weight: 400
}

.title_block {
    margin: 0;
    color: #000;
    font-size: 26px;
    font-weight: 700
}

.headline {
    margin-top: 24px;
    margin-bottom: 30px
}

.headline__title {
    color: var(--color-black2);
    font-weight: 900;
    font-size: 30px;
    margin: 16px;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize
}

.headline__text {
    color: var(--color-black3);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.fix_game__content {
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.links {
    margin-top: 18px
}

.links__link {
    height: 30px;
    padding: 8px 15px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    transition: .3s;
    line-height: 30px;
    text-transform: capitalize
}

.links__link:hover {
    background-color: #ff500e;
    color: #fff
}

/* ================================================= */
.Category_category__Bqrlq {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    color: #5920c5;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    background: #fff;
    border-radius: 6px;
    margin: unset;
}

.Category_category__Bqrlq:first-child {
    margin-left: -6px;
}

html[data-theme=dark] .Category_category__Bqrlq {
    background: hsla(240, 0%, 60%, .1)
}

.Date_date__lzJ0M {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #544c63;
    margin-bottom: 0;
}

.BlogCard_container__ZX_XY {
    display: block;
    /* background: #f0eff2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .07); */
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 9px;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
}

html[data-theme=dark] .BlogCard_container__ZX_XY {
    background: #a6a1b2;
}

.BlogCard_container__ZX_XY:hover .BlogCard_title__NmJ1k {
    color: rgba(255, 79, 0, .8);
}

.BlogCard_container__ZX_XY:hover .BlogCard_cardImage__vldTL {
    transform: scale(1.05);
    transition: transform .3s ease-in
}

@media(max-width:769px) {
    .BlogCard_container__ZX_XY:hover .BlogCard_cardImage__vldTL {
        transform: scale(1);
        transition: none
    }
}

.BlogCard_cardImageContainer__MmMKQ {
    overflow: hidden
}

.BlogCard_cardImage__vldTL {
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in
}

.BlogCard_description__3k1q6 {
    padding: 8px 15px;
    padding-bottom: 18px;
}

.BlogCard_infoBlock___Wxns {
    display: flex;
    align-items: center;
    gap: 8px;
    /* margin-bottom: 12px */
}

.BlogCard_title__NmJ1k {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #292433;
    margin: unset;
    margin-bottom: 9px;
    margin-top: 3px;
    word-wrap: break-word
}

.BlogCard_text__MMLoe {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6B627A;
    word-wrap: break-word;
    margin: unset;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.Blog_container__6GCXk {
    /* margin: 0 auto 84px; */
    margin: 0 auto 16px;
    /* max-width: 1750px */
    border-radius: 10px;
}

.Blog_container__6GCXk a {
    color: inherit;
    text-decoration: none
}

.Blog_container__6GCXk a:hover {
    color: rgba(255, 79, 0, .8);
}

.Blog_header__7AQZ9 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

@media(max-width:720px) {
    .Blog_header__7AQZ9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
}

.Blog_title__h_n0U {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    letter-spacing: -.5px;
    color: #292433;
}

@media(max-width:720px) {
    .Blog_title__h_n0U {
        font-size: 24px
    }
}

.Blog_containerCards___90OW {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: minmax(143px, auto);
    grid-auto-flow: dense;
    width: 100%;
}