.blog-page {
    --blog-accent: var(--color-primary);
    --blog-accent-active: var(--color-primary-active);
    --blog-accent-soft: var(--color-primary-soft);
}

.blog-shell,
.blog-article-shell {
    width: var(--bodycare-content-width, calc(100% - 56px));
    margin: 0 auto;
    padding: 72px 0 88px;
}

.blog-article-shell {
    padding-top: 48px;
}

.blog-hero {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    margin-bottom: 42px;
}

.blog-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: #746d84;
    font-size: 14px;
    font-weight: 750;
}

.blog-breadcrumbs a {
    color: var(--blog-accent);
}

.blog-breadcrumbs a:not(:last-child)::after {
    margin-left: 8px;
    color: #b8b0ca;
    content: "/";
}

.blog-breadcrumbs--article {
    margin-bottom: 32px;
}

.blog-hero__intro h1 {
    max-width: 10ch;
    margin: 0;
    color: #08070c;
    font-size: 56px;
    line-height: 1;
}

.blog-hero__intro p {
    max-width: 50ch;
    margin: 18px 0 28px;
    color: #514b5e;
    font-size: 16px;
    line-height: 1.65;
}

.blog-search {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    width: min(460px, 100%);
    min-height: 50px;
    border: 1px solid rgba(30, 23, 46, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(55, 40, 94, .055);
}

.blog-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #191522;
    outline: none;
    padding: 0 16px;
}

.blog-search button {
    display: grid;
    place-items: center;
    border: 0;
    border-left: 1px solid rgba(30, 23, 46, .08);
    background: transparent;
    color: #21183d;
    cursor: pointer;
}

.blog-search :is(input, button):focus-visible,
.blog-topic-list a:focus-visible,
.blog-feature-card__content a:focus-visible,
.blog-section__head a:focus-visible,
.blog-card a:focus-visible,
.blog-mini-card:focus-visible,
.blog-sidebar a:focus-visible,
.blog-article-nav a:focus-visible {
    outline: 2px solid var(--blog-accent);
    outline-offset: 3px;
}

.blog-pagination a:focus-visible {
    outline: 2px solid var(--blog-accent);
    outline-offset: 3px;
}

.blog-search__results {
    position: absolute;
    z-index: 40;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    overflow: auto;
    max-height: 380px;
    border: 1px solid rgba(30, 23, 46, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(30, 23, 46, .18);
}

.blog-search-result {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid rgba(30, 23, 46, .08);
}

.blog-search-result:hover {
    background: var(--blog-accent-soft);
}

.blog-search-result img {
    width: 72px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
}

.blog-search-result span {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.blog-search-result small,
.blog-search-result em,
.blog-card__meta,
.blog-card__footer,
.blog-sidebar-posts em,
.blog-mini-card small {
    color: #746d84;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.blog-search-result strong {
    overflow: hidden;
    color: #111;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-search__state,
.blog-search__all {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 14px;
    color: var(--blog-accent);
    font-weight: 900;
}

.blog-topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.blog-topic-list a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(var(--theme-accent-rgb), .22);
    border-radius: 999px;
    background: var(--blog-accent-soft);
    color: var(--blog-accent-active);
    font-size: 13px;
    font-weight: 900;
}

.blog-topic-list a[aria-current="page"],
.blog-topic-list a.is-active {
    background: var(--blog-accent);
    color: #fff;
}

.blog-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 0;
    aspect-ratio: 16 / 7;
    border-radius: 8px;
    background: #f3eee8;
}

.blog-feature-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-feature-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 248, 239, .88), rgba(255, 248, 239, .38), rgba(255, 248, 239, .08));
    content: "";
}

.blog-feature-card__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(420px, 72%);
    padding: 40px;
}

.blog-feature-card__content span,
.blog-card__meta span,
.blog-sidebar-posts small,
.blog-article__meta span,
.blog-content-text span,
.blog-content-image figcaption span {
    color: var(--blog-accent);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog-feature-card__content h2 {
    margin: 0;
    color: #111;
    font-size: 34px;
    line-height: 1.08;
}

.blog-feature-card__content p {
    margin: 0;
    color: #372f43;
    line-height: 1.6;
}

.blog-feature-card__content a,
.blog-sidebar-banner a {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 46px;
    border-radius: 8px;
    background: var(--blog-accent);
    color: #fff;
    font-weight: 900;
    padding: 0 18px;
}

.blog-section {
    margin-top: 40px;
}

.blog-section__head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}

.blog-section__head h2 {
    margin: 0;
    color: #111;
    font-size: 34px;
}

.blog-section__head a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--blog-accent);
    font-weight: 900;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(30, 23, 46, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(30, 23, 46, .055);
}

.blog-card__media {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #faf7fb;
}

.blog-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__body {
    display: grid;
    flex: 1;
    gap: 12px;
    grid-template-rows: auto auto minmax(68px, 1fr) auto;
    min-width: 0;
    padding: 16px;
}

.blog-card__meta,
.blog-card__footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.blog-card h3 {
    min-width: 0;
    max-width: 100%;
    margin: 0;
    color: #111;
    font-size: 16px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.blog-card h3 a {
    color: inherit;
    overflow-wrap: anywhere;
}

.blog-card p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #4f485d;
    font-size: 13px;
    line-height: 1.5;
}

.blog-card__footer span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.blog-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.blog-mini-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(30, 23, 46, .1);
    border-radius: 8px;
    background: #fff;
}

.blog-mini-card img {
    width: 86px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.blog-mini-card span,
.blog-sidebar-posts span {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.blog-mini-card strong,
.blog-sidebar-posts strong {
    overflow: hidden;
    color: #111;
    font-weight: 900;
    text-overflow: ellipsis;
}

.blog-empty {
    grid-column: 1 / -1;
    border: 1px solid rgba(30, 23, 46, .1);
    border-radius: 8px;
    background: #fff;
    padding: 28px;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    min-height: 44px;
    margin-top: 28px;
}

.blog-pagination__pages {
    display: flex;
    gap: 6px;
    align-items: center;
}

.blog-pagination a,
.blog-pagination__pages > span,
.blog-pagination__arrow {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(30, 23, 46, .12);
    border-radius: 8px;
    background: #fff;
    color: #332b40;
    font-size: 14px;
    font-weight: 900;
}

.blog-pagination__arrow {
    gap: 6px;
    min-width: 104px;
    padding: 0 14px;
}

.blog-pagination__pages > span[aria-current="page"] {
    border-color: var(--blog-accent);
    background: var(--blog-accent);
    color: #fff;
}

.blog-pagination__arrow[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: .42;
}

.blog-pagination svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.blog-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 42px;
    align-items: start;
}

.blog-article {
    min-width: 0;
}

.blog-article__hero {
    width: 100%;
    aspect-ratio: 16 / 7;
    border-radius: 8px;
    object-fit: cover;
}

.blog-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 14px 0 28px;
}

.blog-article h1 {
    margin: 24px 0 0;
    color: #08070c;
    font-size: 48px;
    line-height: 1.06;
}

.blog-author {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin: 42px 0 0 auto;
    text-align: right;
}

.blog-author img {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    object-fit: cover;
}

.blog-author span {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    align-items: baseline;
}

.blog-author small,
.blog-author em {
    color: #746d84;
    font-size: 14px;
    font-style: normal;
    font-weight: 750;
}

.blog-author em::before {
    margin-right: 6px;
    content: "·";
}

.blog-content {
    display: grid;
    gap: 48px;
    width: 100%;
}

.blog-content-text,
.blog-content-video,
.blog-product-block {
    display: grid;
    min-width: 0;
    gap: 14px;
}

.blog-content :is(h2, h3) {
    margin: 0;
    color: #111;
    line-height: 1.16;
}

.blog-content h2 {
    font-size: 32px;
}

.blog-content h3 {
    font-size: 25px;
}

.blog-content p {
    margin: 0;
    color: #302a39;
    font-size: 18px;
    line-height: 1.78;
}

.blog-content-rich {
    display: grid;
    min-width: 0;
    max-width: 100%;
    gap: 12px;
}

.blog-content-rich :is(p, h2, h3, ul, ol) {
    margin: 0;
}

.blog-content-rich :is(ul, ol) {
    display: grid;
    gap: 7px;
    color: #302a39;
    font-size: 18px;
    line-height: 1.72;
    padding-left: 24px;
}

.blog-content-rich a {
    color: var(--blog-accent);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-content-rich .table-container {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(30, 23, 46, .12);
    border-radius: 8px;
}

.blog-content-rich table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    color: #302a39;
    font-size: 16px;
    line-height: 1.5;
}

.blog-content-rich th,
.blog-content-rich td {
    border-right: 1px solid rgba(30, 23, 46, .1);
    border-bottom: 1px solid rgba(30, 23, 46, .1);
    padding: 13px 15px;
    text-align: left;
    vertical-align: top;
}

.blog-content-rich th:last-child,
.blog-content-rich td:last-child {
    border-right: 0;
}

.blog-content-rich tbody tr:last-child td {
    border-bottom: 0;
}

.blog-content-rich th {
    background: #f7f4fb;
    color: #21182d;
    font-weight: 850;
}

.blog-content-rich tbody tr:nth-child(even) {
    background: #fcfafd;
}

.blog-content-rich hr {
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(30, 23, 46, .12);
}

.blog-content-image {
    display: grid;
    gap: 12px;
    margin: 0;
}

.blog-content-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 8px;
    object-fit: contain;
}

.blog-content-image figcaption {
    display: grid;
    gap: 6px;
}

.blog-content-image figcaption strong {
    font-size: 22px;
}

.blog-content-image[data-image-layout="left"] {
    grid-template-columns: fit-content(300px) minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 16px;
    align-items: start;
}

.blog-content-image[data-image-layout="left"] figcaption {
    grid-column: 1 / -1;
}

.blog-content-image[data-image-layout="left"] img {
    width: auto;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
}

.blog-content-image[data-image-layout="left"] > .blog-content-rich {
    align-self: start;
}

.blog-content-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
    background: #111;
}

.blog-content-quote,
.blog-content-tip {
    margin: 0;
    border-radius: 8px;
    padding: 22px;
}

.blog-content-quote {
    border-left: 4px solid var(--blog-accent);
    background: var(--blog-accent-soft);
}

.blog-content-quote p {
    color: #221735;
    font-size: 22px;
    font-weight: 850;
    line-height: 1.55;
}

.blog-content-quote cite {
    display: block;
    margin-top: 12px;
    color: #746d84;
    font-style: normal;
    font-weight: 850;
}

.blog-content-tip {
    background: linear-gradient(135deg, #f5f1ff, #eef8f4);
}

.blog-content-faq {
    display: grid;
    min-width: 0;
    gap: 18px;
}

.blog-faq-list {
    display: grid;
    gap: 10px;
}

.blog-faq-item {
    overflow: clip;
    border: 1px solid rgba(30, 23, 46, .12);
    border-radius: 8px;
    background: #fff;
}

.blog-faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 18px;
    align-items: center;
    min-height: 64px;
    padding: 15px 18px;
    color: #21182d;
    cursor: pointer;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.35;
    list-style: none;
}

.blog-faq-item summary::-webkit-details-marker {
    display: none;
}

.blog-faq-item summary:focus-visible {
    outline: 2px solid var(--blog-accent);
    outline-offset: -3px;
}

.blog-faq-item summary i {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--blog-accent-soft);
    color: var(--blog-accent);
}

.blog-faq-item summary i::before,
.blog-faq-item summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .18s ease;
}

.blog-faq-item summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-faq-item[open] summary {
    color: var(--blog-accent);
}

.blog-faq-item[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg) scaleX(0);
}

.blog-faq-item__answer {
    border-top: 1px solid rgba(30, 23, 46, .1);
    padding: 16px 18px 20px;
}

.blog-content-divider {
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(30, 23, 46, .12);
}

.blog-imported-products {
    margin-top: 42px;
}

.blog-imported-products h2 {
    margin: 0 0 18px;
}

.blog-imported-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.blog-product-snippet {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    border: 1px solid rgba(30, 23, 46, .1);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
}

.blog-product-block .blog-product-snippet {
    max-width: none;
}

.blog-product-block__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.blog-product-snippet__media {
    display: grid;
    width: 156px;
    aspect-ratio: 1 / 1.12;
    place-items: center;
}

.blog-product-snippet__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-product-snippet__body {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.blog-product-snippet__body small {
    color: var(--blog-accent);
    font-size: 11px;
    font-weight: 850;
}

.blog-product-snippet__body h3 {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.25;
}

.blog-product-snippet__body h3 a {
    color: inherit;
}

.blog-product-snippet__body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #5e5668;
    font-size: 12px;
    line-height: 1.4;
}

.blog-product-snippet__footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.blog-product-snippet__footer strong {
    color: #111;
    font-size: 15px;
}

.blog-product-snippet__footer a {
    color: var(--blog-accent);
    font-size: 12px;
    font-weight: 900;
}

.blog-article-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.blog-article-nav a {
    display: grid;
    gap: 6px;
    min-height: 92px;
    border: 1px solid rgba(30, 23, 46, .1);
    border-radius: 8px;
    background: #fff;
    padding: 16px;
}

.blog-article-nav small {
    color: #746d84;
    font-weight: 800;
}

.blog-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 22px;
}

.blog-search--sidebar {
    width: 100%;
}

.blog-sidebar-card,
.blog-sidebar-banner {
    min-width: 0;
    border: 1px solid rgba(30, 23, 46, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(30, 23, 46, .06);
    padding: 20px;
}

.blog-sidebar-card h2,
.blog-sidebar-banner h2 {
    margin: 0 0 16px;
    color: #111;
    font-size: 22px;
}

.blog-sidebar-categories,
.blog-sidebar-posts {
    display: grid;
}

.blog-sidebar-categories a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    min-height: 46px;
    border-bottom: 1px solid rgba(30, 23, 46, .08);
    color: #20182f;
    font-weight: 850;
}

.blog-sidebar-categories a:last-child {
    border-bottom: 0;
}

.blog-sidebar-categories em {
    display: grid;
    min-width: 34px;
    height: 26px;
    place-items: center;
    border-radius: 999px;
    background: var(--blog-accent-soft);
    color: var(--blog-accent);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.blog-sidebar-posts {
    gap: 14px;
}

.blog-sidebar-posts a {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(30, 23, 46, .08);
}

.blog-sidebar-posts a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar-posts img {
    width: 92px;
    height: 82px;
    border-radius: 8px;
    object-fit: cover;
}

.blog-sidebar-banner {
    overflow: hidden;
    background: var(--blog-accent);
    color: #fff;
}

.blog-sidebar-banner img {
    width: calc(100% + 40px);
    height: 170px;
    margin: -20px -20px 18px;
    object-fit: cover;
}

.blog-sidebar-banner h2,
.blog-sidebar-banner p {
    color: #fff;
}

.blog-sidebar-banner p {
    line-height: 1.6;
}

.blog-sidebar-banner a {
    background: #fff;
    color: var(--blog-accent-active);
}

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

    .blog-hero,
    .blog-article-layout {
        grid-template-columns: 1fr;
    }

    .blog-hero {
        gap: 36px;
    }

    .blog-hero__intro h1 {
        font-size: 48px;
    }

    .blog-article h1 {
        font-size: 42px;
    }

    .blog-sidebar {
        position: static;
    }
}

@media (max-width: 760px) {
    .blog-shell,
    .blog-article-shell {
        width: min(100% - 28px, 680px);
        padding-top: 72px;
    }

    .blog-article-shell {
        padding-top: 40px;
    }

    .blog-hero {
        gap: 24px;
    }

    .blog-hero__intro h1 {
        max-width: 12ch;
        font-size: 44px;
    }

    .blog-feature-card {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .blog-feature-card__content {
        width: 100%;
        padding: 28px;
    }

    .blog-feature-card__content h2,
    .blog-section__head h2,
    .blog-content h2 {
        font-size: 26px;
    }

    .blog-article h1 {
        font-size: 34px;
    }

    .blog-article__meta {
        margin-bottom: 24px;
    }

    .blog-article__hero {
        aspect-ratio: 16 / 9;
    }

    .blog-content {
        gap: 36px;
    }

    .blog-faq-item summary {
        grid-template-columns: minmax(0, 1fr) 30px;
        gap: 12px;
        min-height: 58px;
        padding: 13px 14px;
        font-size: 17px;
    }

    .blog-faq-item summary i {
        width: 30px;
        height: 30px;
    }

    .blog-faq-item__answer {
        padding: 14px 14px 17px;
    }

    .blog-content-image[data-image-layout="left"] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .blog-content-image[data-image-layout="left"] figcaption {
        grid-column: auto;
    }

    .blog-content-image[data-image-layout="left"] img {
        width: auto;
        max-width: 50%;
        justify-self: start;
    }

    .blog-card-grid,
    .blog-mini-grid,
    .blog-imported-products__grid,
    .blog-article-nav,
    .blog-search-result {
        grid-template-columns: 1fr;
    }

    .blog-search-result img {
        width: 100%;
        height: 160px;
    }

    .blog-card {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
    }

    .blog-card__media {
        aspect-ratio: auto;
        height: 100%;
        min-height: 100%;
    }

    .blog-card__media img {
        object-fit: cover;
    }

    .blog-card__body {
        grid-template-rows: auto auto minmax(0, 1fr) auto;
        gap: 8px;
        padding: 12px;
    }

    .blog-card h3 {
        font-size: 14px;
    }

    .blog-card p {
        min-height: 0;
        -webkit-line-clamp: 2;
        font-size: 12px;
    }

    .blog-product-snippet {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .blog-product-snippet__media {
        width: 112px;
        aspect-ratio: 1 / 1.12;
    }

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

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