.blog-layout {
    padding-top: 34px;
    padding-bottom: 70px;
}

.blog-page,
.blog-article {
    width: 100%;
}


/* ШАПКА РАЗДЕЛА */

.blog-page__hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 260px;
    margin-bottom: 30px;
    padding: clamp(32px, 5vw, 60px);
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 86% 25%,
            rgba(211, 169, 52, 0.22),
            transparent 31%
        ),
        linear-gradient(135deg, #141518 0%, #25272b 100%);
    color: #ffffff;
}

.blog-page__hero::before,
.blog-page__hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.blog-page__hero::before {
    right: -105px;
    bottom: -220px;
    width: 440px;
    height: 440px;
}

.blog-page__hero::after {
    right: 90px;
    bottom: -275px;
    width: 440px;
    height: 440px;
}

.blog-page__hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.blog-page__hero .eyebrow {
    color: #d8b249;
}

.blog-page__hero h1 {
    margin: 11px 0 16px;
    font-size: clamp(38px, 6vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.blog-page__hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.65;
}

.blog-page__hero-ball {
    position: relative;
    z-index: 2;
    display: grid;
    flex: 0 0 auto;
    width: clamp(125px, 17vw, 205px);
    aspect-ratio: 1;
    margin-left: 35px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%, #f7f7f7 0 8%, transparent 9%),
        radial-gradient(circle at 62% 32%, #222 0 10%, transparent 11%),
        radial-gradient(circle at 47% 58%, #222 0 12%, transparent 13%),
        radial-gradient(circle at 70% 69%, #222 0 9%, transparent 10%),
        radial-gradient(circle at 27% 70%, #222 0 9%, transparent 10%),
        linear-gradient(145deg, #fafafa, #cfcfd2);
    box-shadow:
        0 25px 45px rgba(0, 0, 0, 0.35),
        inset -18px -18px 30px rgba(0, 0, 0, 0.16);
    transform: rotate(-11deg);
}

.blog-page__hero-ball span {
    width: 28%;
    aspect-ratio: 1;
    border-radius: 34% 42% 38% 45%;
    background: #222327;
    transform: rotate(24deg);
}


/* СЕТКА И КАРТОЧКИ */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.blog-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e4e6;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 13px 34px rgba(15, 17, 20, 0.06);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.blog-card:hover {
    border-color: #d7c17e;
    box-shadow: 0 19px 44px rgba(15, 17, 20, 0.11);
    transform: translateY(-5px);
}

.blog-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #1b1c1f;
    text-decoration: none;
}

.blog-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.blog-card:hover .blog-card__media img {
    transform: scale(1.045);
}

.blog-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background:
        radial-gradient(circle at 50% 45%, rgba(206, 164, 46, 0.2), transparent 27%),
        linear-gradient(145deg, #17181b, #292b30);
}

.blog-card__placeholder img {
    width: 38%;
    max-width: 115px;
    height: auto;
    opacity: 0.82;
    filter: drop-shadow(0 15px 18px rgba(0, 0, 0, 0.3));
}

.blog-card__category {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 8px 11px;
    border-radius: 9px;
    background: rgba(17, 18, 20, 0.87);
    color: #e2bb50;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.blog-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: #93959a;
    font-size: 12px;
    font-weight: 700;
}

.blog-card__meta span::before {
    content: "•";
    margin-right: 9px;
    color: #c69a25;
}

.blog-card__title {
    margin: 0 0 14px;
    font-size: clamp(21px, 2vw, 27px);
    line-height: 1.2;
    letter-spacing: -0.028em;
}

.blog-card__title a {
    color: #1b1c1f;
    text-decoration: none;
}

.blog-card__title a:hover {
    color: #9d7410;
}

.blog-card__excerpt {
    display: -webkit-box;
    margin-bottom: 23px;
    overflow: hidden;
    color: #707277;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.blog-card__excerpt p {
    margin: 0;
}

.blog-card__excerpt img,
.blog-card__excerpt iframe,
.blog-card__excerpt table,
.blog-card__excerpt h2,
.blog-card__excerpt h3,
.blog-card__excerpt ul,
.blog-card__excerpt ol {
    display: none;
}

.blog-card__more {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    margin-top: auto;
    color: #1b1c1f;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}

.blog-card__more span {
    transition: transform 0.2s ease;
}

.blog-card__more:hover {
    color: #9d7410;
}

.blog-card__more:hover span {
    transform: translateX(4px);
}


/* ПОЛНАЯ СТАТЬЯ */

.blog-article {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(25px, 4vw, 48px);
    border: 1px solid #e5e5e7;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(15, 17, 20, 0.07);
}

.blog-article__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #7d5c0b;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.blog-article__back span {
    transition: transform 0.2s ease;
}

.blog-article__back:hover span {
    transform: translateX(-4px);
}

.blog-article__header {
    max-width: 830px;
    margin: 0 auto 31px;
    text-align: center;
}

.blog-article__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 17px;
    color: #8b8d92;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blog-article__meta span {
    color: #9d7410;
}

.blog-article__meta time::before {
    content: "•";
    margin-right: 18px;
    color: #caa02f;
}

.blog-article__header h1 {
    margin: 0;
    color: #17181b;
    font-size: clamp(35px, 5vw, 61px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.blog-article__lead {
    max-width: 760px;
    margin: 22px auto 0;
    color: #686a70;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.7;
}

.blog-article__lead p {
    margin: 0;
}

.blog-article__cover {
    margin: 0 0 38px;
    overflow: hidden;
    border-radius: 18px;
    background: #eeeeef;
}

.blog-article__cover img {
    display: block;
    width: 100%;
    max-height: 580px;
    object-fit: cover;
}

.blog-article__content {
    max-width: 790px;
    margin: 0 auto;
    color: #303136;
    font-size: 17px;
    line-height: 1.82;
}

.blog-article__content > *:first-child {
    margin-top: 0;
}

.blog-article__content h2 {
    margin: 47px 0 18px;
    color: #17181b;
    font-size: clamp(27px, 3vw, 37px);
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.blog-article__content h3 {
    margin: 35px 0 15px;
    color: #1c1d20;
    font-size: clamp(22px, 2.5vw, 29px);
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.blog-article__content p {
    margin: 0 0 22px;
}

.blog-article__content a {
    color: #8f6810;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.blog-article__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 14px;
}

.blog-article__content blockquote {
    margin: 33px 0;
    padding: 23px 25px;
    border-left: 4px solid #cba02f;
    border-radius: 0 13px 13px 0;
    background: #f6f3e9;
    color: #4f4a3d;
    font-size: 18px;
}

.blog-article__content ul,
.blog-article__content ol {
    margin: 24px 0;
    padding-left: 24px;
}

.blog-article__content li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.blog-article__content table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
    font-size: 14px;
}

.blog-article__content th,
.blog-article__content td {
    padding: 13px 14px;
    border: 1px solid #dedee1;
    text-align: left;
}

.blog-article__content th {
    background: #1c1d20;
    color: #ffffff;
}

.blog-article__content iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 30px auto;
    border: 0;
    border-radius: 14px;
}

.blog-article__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    max-width: 790px;
    margin: 48px auto 0;
    padding: 27px 29px;
    border-radius: 17px;
    background: #1b1c1f;
    color: #ffffff;
}

.blog-article__footer > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blog-article__footer-label {
    color: #d8b249;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-article__footer strong {
    font-size: 17px;
    line-height: 1.35;
}

.blog-article__footer a {
    flex: 0 0 auto;
    color: #e0b84b;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}


/* НАВИГАЦИЯ DLE */

.blog-page .navigation,
.blog-page .pages,
.blog-page .page_nav {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.blog-page .navigation a,
.blog-page .navigation span,
.blog-page .pages a,
.blog-page .pages span,
.blog-page .page_nav a,
.blog-page .page_nav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid #dedee1;
    border-radius: 10px;
    background: #ffffff;
    color: #303136;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.blog-page .navigation span,
.blog-page .pages span,
.blog-page .page_nav span,
.blog-page .navigation a:hover,
.blog-page .pages a:hover,
.blog-page .page_nav a:hover {
    border-color: #c89c29;
    background: #cda231;
    color: #18191c;
}


/* АДАПТИВ */

@media (max-width: 1040px) {
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .blog-layout {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    .blog-page__hero {
        min-height: 230px;
        padding: 32px 26px;
    }

    .blog-page__hero-ball {
        width: 125px;
        margin-left: 18px;
        opacity: 0.65;
    }

    .blog-article {
        padding: 25px 20px;
        border-radius: 19px;
    }

    .blog-article__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .blog-page__hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-page__hero-ball {
        position: absolute;
        right: -28px;
        bottom: -38px;
        width: 160px;
        margin: 0;
        opacity: 0.24;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card__body {
        padding: 21px;
    }

    .blog-article__meta {
        gap: 8px 11px;
    }

    .blog-article__meta time::before {
        margin-right: 11px;
    }

    .blog-article__lead,
    .blog-article__content {
        font-size: 16px;
    }

    .blog-article__footer {
        padding: 23px;
    }
}

/* Корректный вывод загружаемого изображения из дополнительного поля DLE */
.blog-card__media img,
.blog-article__cover img {
    max-width: 100%;
}

.blog-card__media img {
    margin: 0;
    border: 0;
}

.blog-article__cover img {
    margin: 0;
}



/* Исправленный вывод дополнительного поля image в DLE */
.blog-card__image-output,
.blog-card__image-output > a,
.blog-card__image-output .xfieldimagegallery,
.blog-card__image-output .xfieldimagegallery > a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card__image-output {
    position: absolute;
    inset: 0;
}

.blog-card__image-output img,
.blog-card__image-output picture,
.blog-card__image-output picture img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    object-fit: cover;
}

.blog-card__media-link {
    position: absolute;
    z-index: 3;
    inset: 0;
}

.blog-card__category {
    z-index: 4;
    pointer-events: none;
}

.blog-article__cover > a,
.blog-article__cover .xfieldimagegallery,
.blog-article__cover .xfieldimagegallery > a {
    display: block;
    width: 100%;
}

.blog-article__cover img,
.blog-article__cover picture,
.blog-article__cover picture img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 0;
    object-fit: cover;
}

.blog-article__content figure {
    max-width: 100%;
    margin: 32px 0;
}

.blog-article__content figure img {
    display: block;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    border-radius: 14px;
}

.blog-article__content figcaption {
    margin-top: 10px;
    color: #85878c;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}


/* АВТОМАТИЧЕСКОЕ СОДЕРЖАНИЕ СТАТЕЙ БЛОГА */

.blog-toc {
    max-width: 790px;
    margin: 0 auto 42px;
    overflow: hidden;
    border: 1px solid #e4dcc5;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            rgba(205, 162, 49, 0.11),
            rgba(255, 255, 255, 0.94) 42%
        ),
        #ffffff;
    box-shadow: 0 10px 30px rgba(28, 29, 32, 0.05);
}

.blog-toc[hidden] {
    display: none;
}

.blog-toc__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 67px;
    padding: 0 24px;
    cursor: pointer;
    list-style: none;
    color: #1b1c1f;
    user-select: none;
}

.blog-toc__summary::-webkit-details-marker {
    display: none;
}

.blog-toc__summary::after {
    content: "−";
    display: grid;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 9px;
    background: #1b1c1f;
    color: #e0b84b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.blog-toc:not([open]) .blog-toc__summary::after {
    content: "+";
}

.blog-toc__title {
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.blog-toc__hint {
    margin-left: auto;
    color: #8c8e93;
    font-size: 12px;
    font-weight: 650;
}

.blog-toc__nav {
    max-height: 440px;
    padding: 21px 24px 25px;
    overflow-y: auto;
    border-top: 1px solid rgba(154, 116, 20, 0.16);
    scrollbar-color: #c89c29 #f0eee8;
    scrollbar-width: thin;
}

.blog-toc__list,
.blog-toc__sublist {
    margin: 0;
}

.blog-toc__list {
    padding-left: 24px;
}

.blog-toc__sublist {
    margin-top: 9px;
    padding-left: 23px;
    list-style-type: decimal;
}

.blog-toc__item {
    color: #a47a13;
}

.blog-toc__item + .blog-toc__item {
    margin-top: 10px;
}

.blog-toc__item--h3 + .blog-toc__item--h3 {
    margin-top: 7px;
}

.blog-toc__link {
    color: #3d3e42;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    text-underline-offset: 3px;
    transition:
        color 0.18s ease,
        text-decoration-color 0.18s ease;
}

.blog-toc__item--h3 .blog-toc__link {
    color: #6d6f74;
    font-size: 13px;
    font-weight: 650;
}

.blog-toc__link:hover,
.blog-toc__link.is-active {
    color: #956c08;
    text-decoration: underline;
    text-decoration-color: #cda231;
}

.blog-article__content h2[id],
.blog-article__content h3[id] {
    scroll-margin-top: 105px;
}

.blog-heading-with-anchor {
    position: relative;
}

.blog-heading-anchor {
    display: inline-flex;
    margin-left: 0.32em;
    color: #b88917 !important;
    font-size: 0.62em;
    font-weight: 800;
    text-decoration: none !important;
    opacity: 0;
    transform: translateY(-0.08em);
    transition: opacity 0.18s ease;
}

.blog-heading-with-anchor:hover .blog-heading-anchor,
.blog-heading-anchor:focus {
    opacity: 1;
}

@media (max-width: 700px) {
    .blog-toc {
        margin-bottom: 32px;
        border-radius: 14px;
    }

    .blog-toc__summary {
        min-height: 61px;
        padding: 0 18px;
    }

    .blog-toc__title {
        font-size: 17px;
    }

    .blog-toc__hint {
        display: none;
    }

    .blog-toc__nav {
        max-height: 390px;
        padding: 18px 17px 21px;
    }

    .blog-toc__list {
        padding-left: 21px;
    }

    .blog-toc__sublist {
        padding-left: 18px;
    }

    .blog-heading-anchor {
        opacity: 0.42;
    }
}


/* МЕТАИНФОРМАЦИЯ, ПРОСМОТРЫ И КНОПКА «ПОДЕЛИТЬСЯ» */
.blog-article__info { position:relative; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:15px 22px; max-width:820px; margin:27px auto 0; }
.blog-article__info-list { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:10px 18px; }
.blog-article__info-item { display:inline-flex; align-items:center; gap:7px; color:#77797e; font-size:13px; font-weight:650; line-height:1.35; white-space:nowrap; }
.blog-article__info-item svg { width:17px; height:17px; fill:none; stroke:#af8216; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.blog-article__info-item strong { color:#343539; font-weight:800; }
.blog-share-button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:43px; padding:0 17px; border:0; border-radius:11px; background:#cda231; color:#18191c; cursor:pointer; font:inherit; font-size:13px; font-weight:850; transition:background .2s ease,transform .2s ease,box-shadow .2s ease; }
.blog-share-button svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.blog-share-button:hover { background:#dfb843; box-shadow:0 8px 20px rgba(164,122,19,.2); transform:translateY(-2px); }
.blog-share-button.is-success { background:#202124; color:#fff; }
.blog-share-status { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }

/* ПОХОЖИЕ СТАТЬИ */
.blog-related { max-width:920px; margin:55px auto 0; padding-top:41px; border-top:1px solid #e4e4e6; }
.blog-related__header { margin-bottom:23px; }
.blog-related__header .eyebrow { color:#9a7418; }
.blog-related__header h2 { margin:7px 0 0; color:#18191c; font-size:clamp(28px,3vw,38px); line-height:1.12; letter-spacing:-.035em; }
.blog-related__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:19px; }
.blog-related__grid > :nth-child(n + 4) { display:none; }
.blog-related-card { min-width:0; overflow:hidden; border:1px solid #e4e4e6; border-radius:16px; background:#fff; box-shadow:0 10px 28px rgba(15,17,20,.055); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.blog-related-card:hover { border-color:#d3b65f; box-shadow:0 16px 34px rgba(15,17,20,.1); transform:translateY(-4px); }
.blog-related-card__media { position:relative; aspect-ratio:16/9; overflow:hidden; background:#202124; }
.blog-related-card__image-output,.blog-related-card__image-output>a,.blog-related-card__image-output .xfieldimagegallery,.blog-related-card__image-output .xfieldimagegallery>a { display:block; width:100%; height:100%; }
.blog-related-card__image-output img,.blog-related-card__image-output picture,.blog-related-card__image-output picture img { display:block; width:100%!important; height:100%!important; margin:0!important; border:0; border-radius:0; object-fit:cover; transition:transform .38s ease; }
.blog-related-card:hover .blog-related-card__image-output img { transform:scale(1.045); }
.blog-related-card__placeholder { display:grid; width:100%; height:100%; place-items:center; background:radial-gradient(circle at 50% 45%,rgba(206,164,46,.2),transparent 29%),linear-gradient(145deg,#17181b,#292b30); }
.blog-related-card__placeholder img { width:72px; max-width:35%; height:auto; opacity:.83; }
.blog-related-card__media-link { position:absolute; z-index:2; inset:0; }
.blog-related-card__body { padding:18px 18px 20px; }
.blog-related-card__body time { display:block; margin-bottom:9px; color:#999ba0; font-size:11px; font-weight:750; }
.blog-related-card__body h3 { margin:0; font-size:18px; line-height:1.3; letter-spacing:-.02em; }
.blog-related-card__body h3 a { color:#202124; text-decoration:none; }
.blog-related-card__body h3 a:hover { color:#936b0c; }
@media (max-width:820px) { .blog-related__grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .blog-related__grid > :nth-child(3) { display:none; } }
@media (max-width:620px) { .blog-article__info { align-items:stretch; flex-direction:column; } .blog-article__info-list { align-items:flex-start; flex-direction:column; gap:9px; } .blog-share-button { width:100%; } .blog-related { margin-top:42px; padding-top:32px; } .blog-related__grid { grid-template-columns:1fr; } .blog-related__grid > :nth-child(2) { display:none; } .blog-related-card__body h3 { font-size:19px; } }
/* ПРЯМАЯ ОБЛОЖКА В ПОХОЖИХ СТАТЬЯХ */
.blog-related-card__image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    transition: transform 0.38s ease;
}

.blog-related-card:hover .blog-related-card__image {
    transform: scale(1.045);
}

