/*
 * Blog listing and single-post styles for Richfolds.
 */

:root {
    --richfolds-h2-size: clamp(2rem, 4.2vw, 3.25rem);
    --richfolds-section-line-width: 2.4rem;
    --richfolds-section-line-opacity: 0.65;
}

.rf-bl1-hero {
    position: relative;
    min-height: 0;
    height: clamp(320px, 38vw, 430px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: var(--rf-bl1-hero-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    margin: 14px;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(9, 28, 45, 0.18);
}

.rf-bl1-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 30%, rgba(38, 175, 210, 0.28), transparent 32%),
        radial-gradient(circle at 86% 74%, rgba(17, 172, 192, 0.24), transparent 28%),
        linear-gradient(135deg, rgba(7, 55, 88, 0.78), rgba(4, 28, 53, 0.8)),
        linear-gradient(rgba(7, 19, 28, 0.22), rgba(7, 19, 28, 0.42));
}

.rf-bl1-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 5.5rem 1.5rem;
}

.rf-bl1-content {
    width: min(100%, 960px);
    margin: 0 auto;
}

.rf-bl1-title {
    margin: 0;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.96;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.rf-bl1-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    max-width: min(100%, 760px);
    margin: 1.35rem auto 0;
    padding: 0.62rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9999px;
    background: rgba(15, 32, 39, 0.42);
    color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
}

.rf-bl1-breadcrumb__link,
.rf-bl1-breadcrumb__current {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1;
}

.rf-bl1-breadcrumb__link {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.rf-bl1-breadcrumb__link:hover,
.rf-bl1-breadcrumb__link:focus {
    color: #ffffff;
}

.rf-bl1-breadcrumb__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    color: #20d1eb;
}

.rf-bl1-breadcrumb__icon svg,
.rf-bl1-breadcrumb__separator svg {
    width: 100%;
    height: 100%;
}

.rf-bl1-breadcrumb__separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.85rem;
    height: 0.85rem;
    color: rgba(255, 255, 255, 0.52);
}

.rf-bl1-breadcrumb__current {
    color: #ffffff;
    max-width: min(42vw, 340px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rf-bl2-page {
    background: #fbfaf8;
}

.rf-bl2-section {
    padding: 72px 0 88px;
}

.rf-bl2-boxed-container {
    width: min(100%, 1260px);
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}

.rf-bl2-header {
    width: min(100%, 900px);
    margin: 0 auto 40px;
    text-align: center;
}

.rf-bl2-heading {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: var(--richfolds-h2-size);
    line-height: 1.1;
    color: #22374a;
}

.rf-bl2-intro {
    margin: 1rem auto 0;
    max-width: 680px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #5b6773;
}

.rf-bl2-header-line {
    width: min(100%, 760px);
    height: 2px;
    margin: 1.3rem auto 0;
    background: linear-gradient(to right, transparent, #d6a329 14%, #d6a329 86%, transparent);
}

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

.rf-bl2-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dbe5ea;
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(21, 34, 47, 0.08);
}

.rf-bl2-card-media {
    position: relative;
    display: block;
    aspect-ratio: 1.18 / 0.82;
    overflow: hidden;
    background: linear-gradient(135deg, #d9e6ea, #f8e1c0);
}

.rf-bl2-card-image,
.rf-bl2-card-placeholder {
    width: 100%;
    height: 100%;
    display: block;
}

.rf-bl2-card-image {
    object-fit: cover;
    transition: transform 0.35s ease;
}

.rf-bl2-card:hover .rf-bl2-card-image,
.rf-bl2-card:focus-within .rf-bl2-card-image {
    transform: scale(1.04);
}

.rf-bl2-card-placeholder {
    background:
        linear-gradient(145deg, rgba(34, 55, 74, 0.12), rgba(214, 163, 41, 0.18)),
        linear-gradient(135deg, #eff5f6, #f6efe3);
}

.rf-bl2-card-date {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 76px;
    min-height: 92px;
    padding: 12px 10px;
    border-radius: 10px;
    background: rgba(184, 205, 208, 0.48);
    color: #ffffff;
    backdrop-filter: blur(6px);
}

.rf-bl2-card-date strong {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.rf-bl2-card-date span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
}

.rf-bl2-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 28px 28px;
}

.rf-bl2-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.rf-bl2-card-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border: 1px solid #cfd9de;
    border-radius: 4px;
    background: #ffffff;
    color: #233648;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.rf-bl2-card-category:hover,
.rf-bl2-card-category:focus {
    border-color: #0b5563;
    color: #0b5563;
}

.rf-bl2-card-author {
    color: #334155;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.rf-bl2-card-title {
    margin: 0;
    color: #0f2235;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.rf-bl2-card-title a {
    color: inherit;
    text-decoration: none;
}

.rf-bl2-card-title a:hover,
.rf-bl2-card-title a:focus {
    color: #0b5563;
}

.rf-bl2-card-subheading {
    margin: 1rem 0 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #4f5964;
}

.rf-bl2-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0f2235;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rf-bl2-card-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #102a3a;
    color: #ffffff;
    transition: transform 0.3s ease, background-color 0.2s ease;
}

.rf-bl2-card-btn-icon svg {
    width: 14px;
    height: 14px;
}

.rf-bl2-card-btn:hover,
.rf-bl2-card-btn:focus {
    color: #0b5563;
}

.rf-bl2-card-btn:hover .rf-bl2-card-btn-icon,
.rf-bl2-card-btn:focus .rf-bl2-card-btn-icon {
    background: #0b5563;
    transform: rotate(45deg);
}

.rf-bl2-empty {
    max-width: 700px;
    margin: 0 auto;
    padding: 48px 32px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e8e4de;
    box-shadow: 0 14px 34px rgba(21, 34, 47, 0.06);
}

.rf-bl2-empty-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: var(--richfolds-h2-size);
    color: #22374a;
}

.rf-bl2-empty-text {
    margin: 1rem 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #5b6773;
}

.rf-bl2-pagination {
    margin-top: 42px;
}

.rf-bl2-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rf-bl2-pagination .page-numbers li {
    margin: 0;
}

.rf-bl2-pagination .page-numbers a,
.rf-bl2-pagination .page-numbers span {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    padding: 0.7rem 0.95rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5dbe0;
    background: #ffffff;
    color: #22374a;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.rf-bl2-pagination .page-numbers a:hover,
.rf-bl2-pagination .page-numbers a:focus {
    border-color: #0b5563;
    color: #0b5563;
}

.rf-bl2-pagination .page-numbers .current {
    border-color: #163b58;
    background: #163b58;
    color: #ffffff;
}

.rf-bp1-page {
    background: #ffffff;
}

.rf-bp1-boxed-container,
.rf-bp2-boxed-container {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}

.rf-bp1-boxed-container--narrow {
    max-width: 1200px;
}

.rf-bp1-layout-section {
    padding: 72px 0 84px;
}

.rf-bp1-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
    align-items: start;
}

.rf-bp1-title {
    margin: 0 0 14px;
    font-family: 'Playfair Display', serif;
    font-size: var(--richfolds-h2-size);
    line-height: 1.15;
    color: #1f4b68;
}

.rf-bp1-article {
    min-width: 0;
}

.rf-bp1-article-header {
    margin-bottom: 30px;
}

.rf-bp1-subheading {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-style: italic;
    color: #5b6773;
}

.rf-bp1-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 16px;
    color: #5b6773;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.rf-bp1-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rf-bp1-meta__item a {
    color: inherit;
    text-decoration: none;
}

.rf-bp1-meta__item a:hover,
.rf-bp1-meta__item a:focus {
    color: #0b5563;
}

.rf-bp1-meta__item::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20d1eb;
    flex-shrink: 0;
}

.rf-bp1-intro-media {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 20px;
    background: #f6f2eb;
    box-shadow: 0 18px 40px rgba(21, 34, 47, 0.12);
}

.rf-bp1-intro-image,
.rf-bp1-intro-placeholder {
    width: 100%;
    height: 100%;
    display: block;
}

.rf-bp1-intro-image {
    max-height: 440px;
    min-height: 320px;
    object-fit: cover;
}

.rf-bp1-intro-placeholder {
    max-height: 440px;
    min-height: 320px;
    background:
        linear-gradient(145deg, rgba(34, 55, 74, 0.12), rgba(214, 163, 41, 0.18)),
        linear-gradient(135deg, #eff5f6, #f6efe3);
}

.rf-bp1-content {
    font-family: 'Roboto', sans-serif;
    color: #334155;
    line-height: 1.85;
    font-size: 17px;
}

.rf-bp1-content > :first-child {
    margin-top: 0;
}

.rf-bp1-content > :last-child {
    margin-bottom: 0;
}

.rf-bp1-content h1,
.rf-bp1-content h2,
.rf-bp1-content h3,
.rf-bp1-content h4,
.rf-bp1-content h5,
.rf-bp1-content h6 {
    margin: 1.9em 0 0.7em;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    color: #1f4b68;
}

.rf-bp1-content h3 {
    color: #17425e;
    font-size: 25px;
}

.rf-bp1-content h2 {
    font-size: var(--richfolds-h2-size);
}

.rf-bp1-content p,
.rf-bp1-content ul,
.rf-bp1-content ol,
.rf-bp1-content blockquote {
    margin: 0 0 1.2rem;
}

.rf-bp1-content a {
    color: #0b5563;
}

.rf-bp1-content img {
    max-width: 100%;
    height: auto;
}

.rf-bp1-content blockquote {
    padding: 1.2rem 1.4rem;
    border-left: 3px solid #d6a329;
    background: #f8f5ef;
    color: #22374a;
}

.rf-bp1-return-wrap {
    margin-top: 3rem;
}

.rf-bp1-return-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 0.9rem 1.6rem;
    border: 1px solid #1f2937;
    background: #ffffff;
    color: #1f2937;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(21, 34, 47, 0.08);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.rf-bp1-return-btn:hover,
.rf-bp1-return-btn:focus {
    background: #1f2937;
    border-color: #1f2937;
    color: #ffffff;
}

.rf-bp1-sidebar {
    min-width: 0;
}

.rf-bp1-side-box {
    position: sticky;
    top: 24px;
    padding: 22px 18px;
    border: 1px solid #d8e3e8;
    border-radius: 4px;
    background: #f5fbfd;
    box-shadow: 0 12px 30px rgba(21, 34, 47, 0.06);
}

.rf-bp1-side-section + .rf-bp1-side-section {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #d8e3e8;
}

.rf-bp1-side-title {
    margin: 0 0 14px;
    color: #1f4b68;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 1.2;
}

.rf-bp1-recent-list {
    display: grid;
    gap: 12px;
}

.rf-bp1-recent-item {
    display: grid;
    grid-template-columns: 77px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.rf-bp1-recent-thumb {
    display: block;
    width: 77px;
    height: 77px;
    overflow: hidden;
    border-radius: 2px;
    background: linear-gradient(135deg, #d9e6ea, #f8e1c0);
}

.rf-bp1-recent-image,
.rf-bp1-recent-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.rf-bp1-recent-image {
    object-fit: cover;
}

.rf-bp1-recent-placeholder {
    background:
        linear-gradient(145deg, rgba(34, 55, 74, 0.12), rgba(214, 163, 41, 0.18)),
        linear-gradient(135deg, #eff5f6, #f6efe3);
}

.rf-bp1-recent-body {
    min-width: 0;
    padding-top: 0;
}

.rf-bp1-recent-link {
    color: #233648;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    text-decoration: none;
}

.rf-bp1-recent-link:hover,
.rf-bp1-recent-link:focus {
    color: #0b5563;
}

.rf-bp1-category-list {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rf-bp1-category-list li {
    margin: 0;
}

.rf-bp1-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 12px;
    border: 1px solid #d8e3e8;
    border-radius: 2px;
    background: #ffffff;
    color: #334155;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.rf-bp1-category-list a:hover,
.rf-bp1-category-list a:focus {
    border-color: #0b5563;
    color: #0b5563;
}

.rf-bp1-category-count {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.rf-bp1-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rf-bp1-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid #d8e3e8;
    border-radius: 2px;
    background: #ffffff;
    color: #334155;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.rf-bp1-tag:hover,
.rf-bp1-tag:focus {
    border-color: #0b5563;
    background: #0b5563;
    color: #ffffff;
}

.rf-bp2-recent {
    padding: 72px 0 84px;
    background-image: linear-gradient(#ffffff78, #ffffff78), url('https://the-tahki-institute.websitepro.hosting/wp-content/uploads/2026/04/What-I-do-scaled.webp');
    background-position: center bottom;
    background-size: auto, cover;
    background-repeat: no-repeat;
}

.rf-bp2-header {
    margin-bottom: 2rem;
}

.rf-bp2-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: var(--richfolds-h2-size);
    line-height: 45px;
    color: #1f4b68;
}

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

.rf-bp2-card {
    display: grid;
    grid-template-columns: 183px minmax(0, 1fr);
    align-items: start;
    background: rgba(247, 241, 233, 0.94);
    box-shadow: 0 12px 30px rgba(21, 34, 47, 0.08);
    overflow: hidden;
}

.rf-bp2-card-media {
    display: block;
    align-self: start;
    width: 183px;
    min-width: 183px;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #d9e6ea, #f8e1c0);
}

.rf-bp2-card-image,
.rf-bp2-card-placeholder {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
}

.rf-bp2-card-image {
    object-fit: cover;
}

.rf-bp2-card-placeholder {
    background:
        linear-gradient(145deg, rgba(34, 55, 74, 0.12), rgba(214, 163, 41, 0.18)),
        linear-gradient(135deg, #eff5f6, #f6efe3);
}

.rf-bp2-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 18px 0;
}

.rf-bp2-card-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 24px;
    color: #1f4b68;
}

.rf-bp2-card-title a {
    color: inherit;
    text-decoration: none;
}

.rf-bp2-card-title a:hover,
.rf-bp2-card-title a:focus {
    color: #0b5563;
}

.rf-bp2-card-text {
    margin: 0.85rem 0 1.1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #4f5964;
}

.rf-bp2-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0.6rem 1rem;
    border: 1px solid #a67d22;
    background: #a67d22;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rf-bp2-card-btn:hover,
.rf-bp2-card-btn:focus {
    background: #0b5563;
    border-color: #0b5563;
    color: #ffffff;
}

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

    .rf-bp1-layout,
    .rf-bp2-grid {
        grid-template-columns: 1fr;
    }

    .rf-bp1-side-box {
        position: static;
    }

    .rf-bp2-card {
        grid-template-columns: 183px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .rf-bl1-hero {
        height: clamp(280px, 72vw, 360px);
        margin: 10px;
        border-radius: 12px;
    }

    .rf-bl1-inner {
        padding: 4.75rem 1.25rem;
    }

    .rf-bl1-title {
        font-size: 2.8rem;
    }

    .rf-bl1-breadcrumb {
        gap: 0.45rem;
        padding: 0.56rem 0.82rem;
    }

    .rf-bl1-breadcrumb__current {
        max-width: 150px;
    }

    .rf-bl2-section {
        padding: 56px 0 72px;
    }

    .rf-bl2-boxed-container {
        padding: 0 18px;
    }

    .rf-bl2-grid {
        grid-template-columns: 1fr;
    }

    .rf-bl2-card-body {
        padding: 20px 20px 22px;
    }

    .rf-bl2-card-title {
        font-size: 20px;
    }

    .rf-bl2-card-date {
        top: 12px;
        left: 12px;
        width: 64px;
        min-height: 78px;
    }

    .rf-bp1-boxed-container,
    .rf-bp2-boxed-container {
        padding: 0 18px;
    }

    .rf-bp1-layout-section {
        padding: 56px 0 40px;
    }

    .rf-bp1-intro-image,
    .rf-bp1-intro-placeholder {
        min-height: 220px;
    }

    .rf-bp1-return-btn {
        width: 100%;
    }

    .rf-bp1-side-box {
        padding: 18px 16px;
    }

    .rf-bp1-recent-item {
        grid-template-columns: 77px minmax(0, 1fr);
    }

    .rf-bp1-recent-thumb {
        width: 77px;
        height: 77px;
    }

    .rf-bp2-recent {
        padding: 56px 0 64px;
    }

    .rf-bp2-card {
        grid-template-columns: 1fr;
    }

    .rf-bp2-card-media {
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
    }

    .rf-bp1-recent-item {
        grid-template-columns: 77px minmax(0, 1fr);
        gap: 12px;
    }

    .rf-bp1-recent-thumb {
        width: 77px;
        height: 77px;
    }
}
