:root {
    --guide-ink: #07182e;
    --guide-muted: #65758a;
    --guide-line: #e3eaf3;
    --guide-yellow: #ffd400;
    --guide-yellow-soft: #fff6cf;
    --guide-card: #ffffff;
}

.guide-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 212, 0, 0.14), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9), transparent 24%),
        #f2f2f2;
    color: var(--guide-ink);
    font-family: var(--dd-body-font, Avenir, Arial, sans-serif);
    padding: 26px 16px 46px;
}

.guide-shell {
    display: grid;
    grid-template-columns: minmax(0, 840px) 290px;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1190px;
}

.guide-article-card,
.guide-side-card,
.store-related-guides {
    background: var(--guide-card);
    border: 1px solid var(--guide-line);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(7, 24, 46, 0.07);
}

.guide-article-card {
    padding: 28px;
}

.guide-breadcrumb {
    align-items: center;
    color: var(--guide-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 7px;
    margin-bottom: 12px;
}

.guide-breadcrumb a {
    color: #0b5fc7;
    font-weight: 700;
    text-decoration: none;
}

.guide-hero {
    border-bottom: 1px solid var(--guide-line);
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.guide-kicker-row,
.guide-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.guide-chip {
    background: #eef5ff;
    border: 1px solid #dce9fb;
    border-radius: 999px;
    color: #0b5fc7;
    display: inline-flex;
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.01em;
    padding: 5px 9px;
}

.guide-chip--warm {
    background: var(--guide-yellow-soft);
    border-color: #ffe581;
    color: #8a6200;
    font-size: 10px;
    opacity: 0.78;
    padding: 4px 8px;
}

.guide-hero h1 {
    color: var(--guide-ink);
    font-size: clamp(29px, 3.2vw, 40px);
    font-weight: 800;
    letter-spacing: -0.032em;
    line-height: 1.11;
    margin: 10px 0 9px;
}

.guide-excerpt {
    color: #33445c;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 10px;
    max-width: 760px;
}

.guide-meta {
    color: var(--guide-muted);
    font-size: 13px;
    font-weight: 650;
    margin-top: 8px;
}

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

.guide-meta span:not(:last-child)::after {
    background: #c9d4e3;
    border-radius: 50%;
    content: "";
    height: 5px;
    margin-left: 4px;
    width: 5px;
}

.guide-featured-image {
    border-radius: 18px;
    margin: 0 0 16px;
    overflow: hidden;
}

.guide-featured-image img {
    display: block;
    height: clamp(220px, 32vw, 350px);
    object-fit: cover;
    width: 100%;
}

.guide-content {
    color: #23334b;
    font-size: 17px;
    line-height: 1.78;
    max-width: 760px;
}

.guide-content h2,
.guide-content h3 {
    color: var(--guide-ink);
    font-weight: 760;
    letter-spacing: -0.018em;
    line-height: 1.22;
    margin: 26px 0 10px;
}

.guide-content h2 {
    font-size: clamp(24px, 2.5vw, 31px);
}

.guide-content h3 {
    font-size: clamp(20px, 2vw, 25px);
}

.guide-content p,
.guide-content ul,
.guide-content ol {
    margin-bottom: 18px;
}

.guide-content a {
    color: #0b5fc7;
    font-weight: 700;
}

.guide-content strong,
.guide-content b {
    color: #14243b;
    font-weight: 720;
}

.guide-content img {
    border-radius: 16px;
    height: auto;
    max-width: 100%;
}

.guide-sidebar {
    align-self: start;
    display: grid;
    gap: 12px;
    position: sticky;
    top: 14px;
}

.guide-side-card {
    padding: 15px;
}

.guide-side-card h2 {
    color: var(--guide-ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.025em;
    margin: 0 0 14px;
}

.guide-store-list,
.guide-coupon-list,
.guide-related-list {
    display: grid;
    gap: 8px;
}

.guide-store-link,
.guide-coupon-link,
.guide-related-link {
    border: 1px solid var(--guide-line);
    border-radius: 14px;
    color: var(--guide-ink);
    display: flex;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.guide-store-link:hover,
.guide-coupon-link:hover,
.guide-related-link:hover {
    border-color: #f0c700;
    box-shadow: 0 12px 24px rgba(7, 24, 46, 0.09);
    transform: translateY(-1px);
}

.guide-store-link__logo {
    align-items: center;
    background: linear-gradient(180deg, #fff 0%, var(--guide-yellow-soft) 100%);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.guide-store-link__logo img {
    border-radius: 50%;
    height: 30px;
    object-fit: contain;
    width: 30px;
}

.guide-store-link strong,
.guide-coupon-link strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.guide-store-link small,
.guide-coupon-link small {
    color: var(--guide-muted);
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.guide-coupon-link {
    display: block;
    padding: 9px 10px;
}

.guide-coupon-link__tag {
    background: var(--guide-yellow-soft);
    border-radius: 999px;
    color: #7c5a00;
    display: inline-flex;
    font-size: 10px;
    font-weight: 760;
    margin-bottom: 6px;
    padding: 4px 7px;
    text-transform: uppercase;
}

.guide-related-link {
    display: block;
    font-size: 13px;
    font-weight: 740;
    line-height: 1.4;
}

.guide-author-row {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    margin: 0 0 4px;
}

.guide-author-row__mark {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, var(--guide-yellow-soft) 100%);
    border: 1px solid #ffe37a;
    border-radius: 50%;
    color: var(--guide-ink);
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 15px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.guide-author-row strong,
.guide-author-row small {
    display: block;
}

.guide-author-row strong {
    color: var(--guide-ink);
    font-size: 13px;
    font-weight: 780;
    line-height: 1.25;
}

.guide-author-row small {
    color: var(--guide-muted);
    font-size: 12px;
    font-weight: 650;
    margin-top: 2px;
}

.store-bottom--guides {
    margin-top: 24px;
}

body#bpm .merchant .main > .store-bottom--guides {
    margin-top: 24px !important;
}

.store-related-guides {
    padding: 18px;
}

.store-related-guides__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
}

.store-related-guide-card {
    border: 1px solid var(--guide-line);
    border-radius: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: 68px minmax(0, 1fr);
    padding: 14px;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.store-related-guide-card:hover {
    border-color: #f2cf28;
    box-shadow: 0 12px 28px rgba(7, 24, 46, 0.08);
    transform: translateY(-1px);
}

.store-related-guide-card__image {
    align-items: center;
    background: linear-gradient(180deg, #fff 0%, var(--guide-yellow-soft) 100%);
    border-radius: 50%;
    display: flex;
    height: 68px;
    justify-content: center;
    overflow: hidden;
    width: 68px;
}

.store-related-guide-card__image img {
    border-radius: 50%;
    height: 48px;
    object-fit: contain;
    width: 48px;
}

.store-related-guide-card__title {
    color: var(--guide-ink);
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.store-related-guide-card__excerpt {
    color: #3a4a62;
    font-size: 13px;
    line-height: 1.5;
    margin: 7px 0 0;
}

.store-related-guide-card__excerpt.is-clamped:not(.is-expanded) {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.store-related-guide-card__toggle {
    background: transparent;
    border: 0;
    color: #0b5fc7;
    cursor: pointer;
    font-size: 12px;
    font-weight: 760;
    margin-top: 6px;
    padding: 0;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.store-related-guide-card__toggle:hover,
.store-related-guide-card__toggle:focus {
    color: #7a5700;
    transform: translateX(2px);
}

.store-related-guide-card__meta {
    color: var(--guide-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    margin-top: 9px;
}

@media (max-width: 980px) {
    .guide-shell {
        grid-template-columns: 1fr;
    }

    .guide-sidebar {
        position: static;
    }

}

@media (min-width: 992px) {
    body#bpm .merchant .main > .store-bottom--guides {
        margin-top: 30px !important;
    }
}

@media (max-width: 991px) {
    body#bpm .merchant .main > .store-bottom--guides {
        order: 5;
        margin-top: 22px !important;
    }

    body#bpm .merchant .main > .store-bottom--faq {
        order: 6;
    }
}

@media (max-width: 640px) {
    .guide-page {
        padding: 22px 12px 36px;
    }

    .guide-article-card {
        border-radius: 18px;
        padding: 22px 16px;
    }

    .guide-hero h1 {
        font-size: 29px;
    }

    .guide-excerpt {
        font-size: 16px;
    }

    .guide-content {
        font-size: 16px;
    }

    .store-related-guides {
        padding: 14px;
    }
}

.blog-hub-page {
    background:
        radial-gradient(circle at 10% 6%, rgba(255, 212, 0, 0.14), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.92), transparent 25%),
        #f2f2f2;
    color: var(--guide-ink);
    font-family: var(--dd-body-font, Avenir, Arial, sans-serif);
    padding: 26px 16px 48px;
}

.blog-hub-hero,
.blog-featured-section,
.blog-hub-layout {
    margin: 0 auto;
    max-width: 1280px;
}

.blog-hub-hero {
    align-items: stretch;
    background:
        radial-gradient(circle at 86% 88%, rgba(255, 212, 0, 0.22), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #fffdf2 100%);
    border: 1px solid var(--guide-line);
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(7, 24, 46, 0.07);
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 340px;
    margin-bottom: 22px;
    overflow: hidden;
    padding: 22px;
}

.blog-hub-hero__eyebrow,
.guide-inline-cta__eyebrow {
    color: #8a6200;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.blog-hub-hero h1 {
    color: var(--guide-ink);
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 820;
    letter-spacing: -0.038em;
    line-height: 1.08;
    margin: 0;
    max-width: 660px;
}

.blog-hub-hero p {
    color: #33445c;
    font-size: 15px;
    line-height: 1.52;
    margin: 9px 0 0;
    max-width: 600px;
}

.blog-search-card,
.blog-filter-card,
.blog-cta-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--guide-line);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(7, 24, 46, 0.07);
}

.blog-search-card {
    align-self: center;
    padding: 15px;
}

.blog-search-card label {
    color: var(--guide-ink);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.blog-search-card__row {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 999px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
}

.blog-search-card__row input {
    background: transparent;
    border: 0;
    color: var(--guide-ink);
    font-size: 14px;
    min-width: 0;
    outline: 0;
    padding: 11px 15px;
}

.blog-search-card__row button,
.blog-cta-card__actions a,
.guide-hero-cta a,
.guide-inline-cta a {
    align-items: center;
    background: linear-gradient(135deg, #f4c900 0%, #ffe66f 100%);
    border: 0;
    border-radius: 999px;
    color: #07182e;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.blog-search-card__row button {
    border-radius: 999px;
    margin: 5px;
    min-width: 90px;
    padding: 9px 16px;
}

.blog-category-strip {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--guide-line);
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(7, 24, 46, 0.055);
    display: flex;
    gap: 14px;
    margin: 0 auto 18px;
    max-width: 1280px;
    padding: 12px 14px;
}

.blog-category-strip > span {
    color: var(--guide-ink);
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.blog-category-strip div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-category-strip a {
    background: #f6f8fb;
    border: 1px solid #dce6f2;
    border-radius: 999px;
    color: var(--guide-ink);
    font-size: 12px;
    font-weight: 760;
    padding: 7px 11px;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.blog-category-strip a:hover,
.blog-category-strip a.is-active {
    background: var(--guide-yellow-soft);
    border-color: #ffe37a;
    transform: translateY(-1px);
}

.blog-search-card__row button:hover,
.blog-cta-card__actions a:hover,
.guide-hero-cta a:hover,
.guide-inline-cta a:hover {
    box-shadow: 0 12px 22px rgba(244, 201, 0, 0.26);
    transform: translateY(-1px);
}

.blog-featured-section {
    margin-bottom: 20px;
}

.blog-section-heading {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 12px;
}

.blog-section-heading h2 {
    color: var(--guide-ink);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.028em;
    line-height: 1.1;
    margin: 0;
}

.blog-section-heading p {
    color: var(--guide-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 6px 0 0;
}

.blog-section-heading--inline {
    align-items: center;
}

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

.blog-feature-card,
.blog-article-card {
    background: #ffffff;
    border: 1px solid var(--guide-line);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(7, 24, 46, 0.065);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.blog-feature-card:hover,
.blog-article-card:hover {
    border-color: #f1ca18;
    box-shadow: 0 18px 38px rgba(7, 24, 46, 0.09);
    transform: translateY(-2px);
}

.blog-feature-card--lead {
    grid-row: auto;
}

.blog-feature-card__image,
.blog-article-card__image {
    background: linear-gradient(180deg, #ffffff 0%, var(--guide-yellow-soft) 100%);
    display: block;
    overflow: hidden;
}

.blog-feature-card__image img,
.blog-article-card__image img {
    display: block;
    height: 136px;
    object-fit: cover;
    width: 100%;
}

.blog-feature-card--lead .blog-feature-card__image img {
    height: 136px;
}

.blog-feature-card__body,
.blog-article-card__body {
    padding: 14px;
}

.blog-card-meta {
    align-items: center;
    color: var(--guide-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: 750;
    gap: 6px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.blog-card-meta span {
    background: #f4f7fb;
    border: 1px solid #e2ebf6;
    border-radius: 999px;
    padding: 5px 8px;
}

.blog-feature-card h2,
.blog-article-card h3 {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.028em;
    line-height: 1.2;
    margin: 0 0 8px;
}

.blog-feature-card--lead h2 {
    font-size: 20px;
}

.blog-feature-card h2 a,
.blog-article-card h3 a {
    color: var(--guide-ink);
    text-decoration: none;
}

.blog-feature-card p,
.blog-article-card p {
    color: #3a4a62;
    font-size: 13.5px;
    line-height: 1.48;
    margin: 0;
}

.blog-hub-layout {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: 280px minmax(0, 1fr);
}

.blog-hub-sidebar {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 16px;
}

.blog-filter-card,
.blog-cta-card {
    padding: 16px;
}

.blog-filter-card__title {
    color: var(--guide-ink);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.blog-filter-link,
.blog-store-widget a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 16px;
    color: var(--guide-ink);
    display: flex;
    font-size: 13px;
    font-weight: 760;
    gap: 10px;
    justify-content: space-between;
    padding: 9px 10px;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.blog-filter-link small,
.blog-store-widget small {
    color: var(--guide-muted);
    font-size: 12px;
    font-weight: 680;
}

.blog-filter-link:hover,
.blog-store-widget a:hover,
.blog-filter-link.is-active {
    background: var(--guide-yellow-soft);
    border-color: #ffe37a;
    transform: translateX(2px);
}

.blog-list-section {
    min-width: 0;
}

.blog-clear-link {
    color: #0b5fc7;
    font-size: 14px;
    font-weight: 760;
    text-decoration: none;
}

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

.blog-card-stores {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.blog-card-stores a {
    background: var(--guide-yellow-soft);
    border: 1px solid #ffe37a;
    border-radius: 999px;
    color: #7a5700;
    font-size: 12px;
    font-weight: 760;
    padding: 6px 9px;
    text-decoration: none;
}

.blog-empty-card {
    background: #ffffff;
    border: 1px solid var(--guide-line);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(7, 24, 46, 0.065);
    grid-column: 1 / -1;
    padding: 24px;
    text-align: center;
}

.blog-empty-card h2 {
    color: var(--guide-ink);
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 8px;
}

.blog-empty-card p {
    color: var(--guide-muted);
    margin: 0 0 16px;
}

.blog-empty-card a {
    color: #0b5fc7;
    font-weight: 760;
    text-decoration: none;
}

.blog-pagination {
    margin-top: 20px;
}

.blog-cta-card {
    background:
        radial-gradient(circle at 70% 100%, rgba(255, 212, 0, 0.32), transparent 52%),
        #ffffff;
}

.blog-cta-card span {
    color: #8a6200;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.blog-cta-card strong {
    color: var(--guide-ink);
    display: block;
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.blog-cta-card__actions {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.blog-cta-card__actions a {
    min-height: 42px;
    padding: 10px 14px;
}

.guide-article-card {
    overflow: hidden;
}

.guide-side-card__title {
    color: var(--guide-ink);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.025em;
    margin: 0 0 11px;
}

.guide-hero-cta {
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, var(--guide-yellow-soft) 100%);
    border: 1px solid #ffe37a;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 12px;
    padding: 10px 12px;
}

.guide-hero-cta span {
    color: #39495f;
    font-size: 13px;
    font-weight: 700;
}

.guide-hero-cta a,
.guide-inline-cta a {
    min-height: 38px;
    padding: 9px 14px;
}

.guide-inline-toc {
    background: linear-gradient(135deg, #ffffff 0%, #fffdf2 100%);
    border: 1px solid var(--guide-line);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(7, 24, 46, 0.055);
    margin: 0 0 20px;
    padding: 16px;
}

.guide-inline-toc__title {
    color: var(--guide-ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.018em;
    margin-bottom: 10px;
}

.guide-inline-toc__links {
    column-gap: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 8px;
}

.guide-inline-toc__links a {
    align-items: center;
    color: #30425a;
    display: inline-flex;
    font-size: 14px;
    font-weight: 740;
    gap: 8px;
    line-height: 1.35;
    padding: 7px 9px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.guide-inline-toc__links a::before {
    background: var(--guide-yellow);
    border-radius: 50%;
    content: "";
    flex: 0 0 7px;
    height: 7px;
    width: 7px;
}

.guide-inline-toc__links a:hover,
.guide-inline-toc__links a:focus {
    background: #fff8d8;
    box-shadow: 0 8px 18px rgba(7, 24, 46, 0.065);
    color: var(--guide-ink);
    transform: translateX(3px);
}

.guide-inline-toc__links a.is-level-3 {
    color: var(--guide-muted);
    font-size: 13px;
    padding-left: 14px;
}

.guide-toc-list {
    display: grid;
    gap: 6px;
}

.guide-toc-list a {
    border-left: 3px solid #dfe8f2;
    border-radius: 0 999px 999px 0;
    color: #30425a;
    font-size: 13px;
    font-weight: 720;
    line-height: 1.35;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.guide-toc-list a:hover,
.guide-toc-list a:focus {
    background: #fff8d8;
    border-color: #f4c900;
    box-shadow: 0 8px 18px rgba(7, 24, 46, 0.065);
    color: var(--guide-ink);
    transform: translateX(3px);
}

.guide-toc-list a.is-level-3 {
    color: var(--guide-muted);
    font-size: 12px;
    margin-left: 10px;
}

.guide-end-related {
    border-top: 1px solid var(--guide-line);
    margin-top: 26px;
    padding-top: 20px;
}

.guide-end-related__heading {
    align-items: end;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.guide-end-related__title {
    color: var(--guide-ink);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.028em;
    line-height: 1.1;
}

.guide-end-related__heading p {
    color: var(--guide-muted);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.guide-end-related__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-end-related__grid a {
    background: #ffffff;
    border: 1px solid var(--guide-line);
    border-radius: 16px;
    color: var(--guide-ink);
    display: block;
    font-size: 14px;
    font-weight: 760;
    line-height: 1.35;
    padding: 13px;
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.guide-end-related__grid a:hover {
    border-color: #f4c900;
    box-shadow: 0 12px 24px rgba(7, 24, 46, 0.08);
    transform: translateY(-1px);
}

.guide-end-related__grid small {
    color: var(--guide-muted);
    display: block;
    font-size: 11px;
    margin-top: 6px;
}

.guide-inline-cta {
    align-items: center;
    background:
        radial-gradient(circle at 88% 100%, rgba(255, 212, 0, 0.3), transparent 48%),
        linear-gradient(135deg, #ffffff 0%, #fffdf1 100%);
    border: 1px solid #ffe37a;
    border-radius: 20px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 22px;
    padding: 16px;
}

.guide-inline-cta__title {
    color: var(--guide-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.028em;
    line-height: 1.15;
}

.guide-inline-cta p {
    color: #3a4a62;
    font-size: 15px;
    line-height: 1.55;
    margin: 8px 0 0;
}

.store-sidebar-guides__links {
    display: grid;
    gap: 9px;
}

.store-sidebar-guides__links a {
    background: #ffffff;
    border: 1px solid var(--guide-line);
    border-radius: 15px;
    color: var(--guide-ink);
    display: block;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.35;
    padding: 11px 12px;
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.store-sidebar-guides__links a:hover {
    border-color: #f4c900;
    box-shadow: 0 10px 22px rgba(7, 24, 46, 0.08);
    transform: translateY(-1px);
}

.store-sidebar-guides__links small {
    color: var(--guide-muted);
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

@media (max-width: 920px) {
    .blog-hub-hero,
    .blog-hub-layout {
        grid-template-columns: 1fr;
    }

    .blog-hub-sidebar,
    .guide-sidebar {
        position: static;
    }

    .blog-featured-grid,
    .blog-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-feature-card--lead {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 760px) {
    .blog-hub-page {
        padding: 22px 12px 40px;
    }

    .blog-hub-hero {
        border-radius: 22px;
        padding: 22px 16px;
    }

    .blog-category-strip {
        align-items: flex-start;
        display: grid;
        gap: 10px;
    }

    .blog-search-card__row {
        border-radius: 20px;
        grid-template-columns: 1fr;
    }

    .blog-search-card__row button {
        margin: 0 8px 8px;
    }

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

    .blog-feature-card__image img,
    .blog-feature-card--lead .blog-feature-card__image img,
    .blog-article-card__image img {
        height: 165px;
    }

    .blog-section-heading,
    .blog-section-heading--inline,
    .guide-inline-cta {
        display: block;
    }

    .guide-inline-cta a {
        margin-top: 16px;
        width: 100%;
    }

    .guide-hero-cta {
        align-items: stretch;
        display: grid;
    }

    .guide-hero-cta a {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .blog-hub-hero h1 {
        font-size: 30px;
    }

    .blog-hub-hero p {
        font-size: 16px;
    }

    .blog-feature-card__body,
    .blog-article-card__body {
        padding: 16px;
    }

    .guide-breadcrumb {
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .guide-shell {
        grid-template-columns: minmax(0, 1fr);
        max-width: 820px;
    }

    .guide-sidebar {
        position: static;
    }
}

@media (max-width: 720px) {
    .guide-page {
        padding: 20px 12px 36px;
    }

    .guide-article-card {
        border-radius: 18px;
        padding: 20px 15px;
    }

    .guide-hero {
        margin-bottom: 14px;
        padding-bottom: 15px;
    }

    .guide-hero h1 {
        font-size: 29px;
        margin: 9px 0 8px;
    }

    .guide-excerpt,
    .guide-content {
        font-size: 16px;
    }

    .guide-featured-image img {
        height: 190px;
    }

    .guide-inline-toc__links,
    .guide-end-related__grid {
        grid-template-columns: 1fr;
    }

    .guide-end-related__heading,
    .guide-inline-cta {
        display: block;
    }

    .guide-inline-cta a {
        margin-top: 14px;
        width: 100%;
    }
}
