/* /public_html/blog/exercise-during-period/style.css */

/* =========================
   Fonts
========================= */

@font-face {
    font-family: "IRANYekan";
    src: url("/assets/fonts/yekan/iranyekanwebthin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekan";
    src: url("/assets/fonts/yekan/iranyekanweblight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekan";
    src: url("/assets/fonts/yekan/iranyekanwebregular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekan";
    src: url("/assets/fonts/yekan/iranyekanwebmedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekan";
    src: url("/assets/fonts/yekan/iranyekanwebbold.woff") format("woff");
    font-weight: 600 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekan";
    src: url("/assets/fonts/yekan/iranyekanwebextrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekan";
    src: url("/assets/fonts/yekan/iranyekanwebblack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* هدر سایت از FHFont استفاده می‌کند؛ در صفحات بلاگ آن را به یکان وصل می‌کنیم */
@font-face {
    font-family: "FHFont";
    src: url("/assets/fonts/yekan/iranyekanwebregular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FHFont";
    src: url("/assets/fonts/yekan/iranyekanwebmedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FHFont";
    src: url("/assets/fonts/yekan/iranyekanwebbold.woff") format("woff");
    font-weight: 600 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FHFont";
    src: url("/assets/fonts/yekan/iranyekanwebextrabold.woff") format("woff");
    font-weight: 800 900;
    font-style: normal;
    font-display: swap;
}

/* =========================
   Variables
========================= */

:root {
    --fh-bg: #fff7fb;
    --fh-surface: rgba(255, 255, 255, 0.9);
    --fh-surface-strong: #ffffff;

    --fh-ink: #44445a;
    --fh-muted: #5f5f72;

    --fh-pink: #f53b6c;
    --fh-pink-dark: #c51f55;
    --fh-pink-soft: #ffe8f0;

    --fh-purple: #7c3aed;
    --fh-purple-soft: #f1e9ff;

    --fh-green: #2fae83;
    --fh-green-soft: #e9f7f2;

    --fh-border: rgba(37, 37, 56, 0.11);
    --fh-shadow: 0 24px 70px rgba(64, 48, 72, 0.11);
    --fh-shadow-soft: 0 14px 34px rgba(64, 48, 72, 0.07);

    --fh-radius-xl: 34px;
    --fh-radius-lg: 24px;
    --fh-radius-md: 18px;

    --fh-max: 1320px;
}

/* =========================
   Base
========================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.fh-blog-body {
    margin: 0;
    direction: rtl;
    font-family: "IRANYekan", "FHFont", system-ui, sans-serif;
    background: var(--fh-bg);
    color: var(--fh-ink);
    text-rendering: optimizeLegibility;
}

/* هماهنگی فونت هدر در صفحه بلاگ */
.fh-site-header,
.fh-site-header *,
.fh-site-header__drawer,
.fh-site-header__drawer * {
    font-family: "IRANYekan", "FHFont", system-ui, sans-serif;
}

.fh-blog-body a {
    color: inherit;
}

.fh-blog-container,
.fh-home-container {
    width: min(var(--fh-max), calc(100% - 28px));
    margin-inline: auto;
}

.fh-blog-article {
    overflow-x: clip;
    background:
        radial-gradient(circle at 12% 7%, rgba(245, 59, 108, 0.07), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(124, 58, 237, 0.055), transparent 32%),
        radial-gradient(circle at 88% 44%, rgba(47, 174, 131, 0.06), transparent 28%),
        linear-gradient(180deg, #fff7fb 0%, #fffafc 46%, #ffffff 100%);
}

/* =========================
   Hero
========================= */

.fh-blog-hero {
    position: relative;
    padding: 34px 0 28px;
}

.fh-blog-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 30px;
    align-items: center;
}

.fh-blog-hero__content,
.fh-blog-hero__visual {
    border: 1px solid var(--fh-border);
    border-radius: var(--fh-radius-xl);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 251, 0.78));
    box-shadow: var(--fh-shadow-soft);
}

.fh-blog-hero__content {
    padding: 34px 34px 36px;
}

.fh-blog-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.fh-blog-hero__meta span,
.fh-blog-hero__topics span,
.fh-blog-quick__tag,
.fh-blog-author__badge,
.fh-blog-related__head span,
.fh-blog-cta span,
.fh-blog-inline-cta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--fh-pink-soft);
    color: var(--fh-pink-dark);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.8;
}

.fh-blog-hero__title {
    margin: 0;
    color: var(--fh-ink);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.32;
    letter-spacing: -0.7px;
}

.fh-blog-hero__lead {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--fh-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 2.15;
}

.fh-blog-hero__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.fh-blog-hero__topics span {
    background: rgba(47, 174, 131, 0.11);
    color: #24765f;
}

.fh-blog-hero__visual {
    position: relative;
    align-self: center;
    margin: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    border-radius: var(--fh-radius-xl);
    background: #ffffff;
    border: 1px solid rgba(233, 111, 131, 0.14);
    box-shadow: var(--fh-shadow-soft);
    isolation: isolate;
}

.fh-blog-hero__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(233, 111, 131, 0.07));
    pointer-events: none;
    z-index: 1;
}

.fh-blog-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}

/* =========================
   Layout
========================= */

.fh-blog-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: 26px 0 74px;
}

/* =========================
   Table of Contents
========================= */

.fh-blog-toc {
    position: sticky;
    top: 94px;
    z-index: 5;
}

.fh-blog-toc__toggle {
    display: none;
}

.fh-blog-toc__nav {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid var(--fh-border);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--fh-shadow-soft);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.fh-blog-toc__nav a {
    display: flex;
    min-height: 40px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 14px;
    color: #53615d;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    transition: 0.18s ease;
}

.fh-blog-toc__nav a:hover,
.fh-blog-toc__nav a.is-active {
    background: var(--fh-pink-soft);
    color: var(--fh-pink-dark);
}

/* =========================
   Main Content
   کارت بزرگ دور کل مقاله حذف شده
========================= */

.fh-blog-content {
    min-width: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.fh-blog-content section {
    scroll-margin-top: 108px;
}

.fh-blog-content h2 {
    margin: 46px 0 14px;
    color: var(--fh-ink);
    font-size: clamp(23px, 2.2vw, 32px);
    font-weight: 900;
    line-height: 1.55;
}

.fh-blog-content h3 {
    margin: 26px 0 10px;
    color: #505066;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.7;
}

.fh-blog-content p,
.fh-blog-content li {
    color: #55556a;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.25;
}

.fh-blog-content p {
    margin: 0 0 14px;
}

.fh-blog-intro {
    margin-top: 34px !important;
    padding: 0;
    color: #46465d !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

/* =========================
   Quick Answer
========================= */

.fh-blog-quick {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(233, 111, 131, 0.16);
    background:
        radial-gradient(circle at 18% 18%, rgba(233, 111, 131, 0.09), transparent 26%),
        linear-gradient(145deg, #ffffff, #fff8fb);
    box-shadow: var(--fh-shadow-soft);
}

.fh-blog-quick h2 {
    margin-top: 12px;
}

.fh-blog-quick p {
    margin-bottom: 0;
    color: #35354a;
    font-size: 17px;
    font-weight: 650;
}

/* =========================
   Inline CTA
========================= */

.fh-blog-inline-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    padding: 20px 22px;
    border-radius: 24px;
    border: 1px solid rgba(47, 174, 131, 0.16);
    background:
        radial-gradient(circle at 90% 20%, rgba(47, 174, 131, 0.10), transparent 28%),
        linear-gradient(145deg, #ffffff, #f4fbf8);
    box-shadow: 0 12px 28px rgba(64, 48, 72, 0.06);
}

.fh-blog-inline-cta h2 {
    margin: 10px 0 6px;
    font-size: 20px;
}

.fh-blog-inline-cta p {
    margin: 0;
    font-size: 14px;
    line-height: 2.05;
}

.fh-blog-inline-cta a {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--fh-pink);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(245, 59, 108, 0.20);
    transition: 0.2s ease;
}

.fh-blog-inline-cta a:hover {
    transform: translateY(-2px);
    background: var(--fh-pink-dark);
}

/* =========================
   Author / Review
========================= */

.fh-blog-author {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(37, 37, 56, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 24px rgba(64, 48, 72, 0.045);
}

.fh-blog-author__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.fh-blog-author__head h2 {
    margin: 0;
    color: var(--fh-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

.fh-blog-author__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--fh-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}

.fh-blog-author__meta span,
.fh-blog-author__meta time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.fh-blog-author__meta strong {
    color: var(--fh-ink);
    font-weight: 600;
}

.fh-blog-author__badge {
    font-weight: 600;
}

/* =========================
   Notes
========================= */

.fh-blog-note {
    margin: 22px 0 0;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(47, 174, 131, 0.16);
    background: rgba(224, 242, 235, 0.72);
    color: #36364d;
    font-size: 15px;
    line-height: 2;
}

/* =========================
   Cards
========================= */

.fh-blog-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.fh-blog-card {
    min-height: 178px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid var(--fh-border);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 28px rgba(73, 67, 61, 0.06);
}

.fh-blog-card span {
    display: inline-flex;
    color: var(--fh-pink);
    font-size: 13px;
    font-weight: 900;
    direction: ltr;
}

.fh-blog-card h3 {
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 18px;
}

.fh-blog-card p {
    margin: 0;
    font-size: 14px;
    line-height: 2.05;
}

/* =========================
   Decision Table
========================= */

.fh-blog-decision {
    margin-top: 40px;
}

.fh-blog-table-wrap {
    overflow-x: auto;
    border-radius: 24px;
    border: 1px solid var(--fh-border);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(73, 67, 61, 0.06);
}

.fh-blog-table {
    width: 100%;
    min-width: 660px;
    border-collapse: collapse;
    text-align: right;
}

.fh-blog-table th,
.fh-blog-table td {
    padding: 18px 16px;
    border-bottom: 1px solid rgba(47, 75, 67, 0.08);
    color: #55556a;
    font-size: 14px;
    line-height: 2;
    vertical-align: top;
}

.fh-blog-table th {
    background: #edf6ff;
    color: #356b91;
    font-size: 13px;
    font-weight: 900;
}

.fh-blog-table th:nth-child(2) {
    background: #e9f7f2;
    color: #24765f;
}

.fh-blog-table th:nth-child(3) {
    background: #fff0f6;
    color: var(--fh-pink-dark);
}

.fh-blog-table tbody tr:last-child td {
    border-bottom: 0;
}

/* =========================
   Lists
========================= */

.fh-blog-list {
    margin: 12px 0 0;
    padding: 0 20px 0 0;
}

.fh-blog-list li::marker {
    color: var(--fh-pink);
}

/* =========================
   Warning Box
========================= */

.fh-blog-warning {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-top: 42px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(233, 111, 131, 0.16);
    background:
        radial-gradient(circle at 10% 20%, rgba(233, 111, 131, 0.12), transparent 24%),
        linear-gradient(145deg, #ffffff, #fff4f8);
    box-shadow: var(--fh-shadow-soft);
}

.fh-blog-warning > span {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: var(--fh-pink);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    direction: ltr;
}

.fh-blog-warning h2 {
    margin-top: 0;
}

.fh-blog-warning p {
    margin-bottom: 0;
}

/* =========================
   CTA
========================= */

.fh-blog-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 46px;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(47, 174, 131, 0.16);
    background:
        radial-gradient(circle at 86% 20%, rgba(47, 174, 131, 0.13), transparent 27%),
        linear-gradient(145deg, #ffffff, #f3fbf7);
    box-shadow: var(--fh-shadow-soft);
}

.fh-blog-cta h2 {
    margin-top: 12px;
}

.fh-blog-cta p {
    margin-bottom: 0;
}

.fh-blog-cta a {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: var(--fh-pink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 16px 34px rgba(233, 111, 131, 0.24);
    transition: 0.2s ease;
    white-space: nowrap;
}

.fh-blog-cta a:hover {
    transform: translateY(-2px);
    background: var(--fh-pink-dark);
}

/* =========================
   FAQ
========================= */

.fh-blog-faq {
    margin-top: 48px;
}

.fh-blog-faq__item {
    margin-top: 10px;
    border-radius: 20px;
    border: 1px solid var(--fh-border);
    background: rgba(255, 255, 255, 0.84);
    overflow: hidden;
}

.fh-blog-faq__item summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--fh-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.9;
    list-style: none;
}

.fh-blog-faq__item summary::-webkit-details-marker {
    display: none;
}

.fh-blog-faq__item summary::after {
    content: "+";
    float: left;
    color: var(--fh-pink);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.fh-blog-faq__item[open] summary::after {
    content: "−";
}

.fh-blog-faq__item p {
    margin: 0;
    padding: 0 20px 18px;
    font-size: 15px;
}

/* =========================
   Related Posts
========================= */

.fh-blog-related {
    margin-top: 52px;
}

.fh-blog-related__head h2 {
    margin-top: 12px;
}

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

.fh-blog-related__card {
    min-height: 118px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid var(--fh-border);
    background: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: 0.2s ease;
}

a.fh-blog-related__card:hover {
    transform: translateY(-2px);
    box-shadow: var(--fh-shadow-soft);
}

.fh-blog-related__card.is-disabled {
    cursor: default;
}

.fh-blog-related__card span {
    display: block;
    color: var(--fh-pink);
    font-size: 12px;
    font-weight: 800;
}

.fh-blog-related__card strong {
    display: block;
    margin-top: 10px;
    color: var(--fh-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.8;
}

/* =========================
   Responsive - Tablet
========================= */

@media (max-width: 980px) {
    .fh-blog-hero__grid,
    .fh-blog-layout,
    .fh-blog-cta,
    .fh-blog-inline-cta {
        grid-template-columns: 1fr;
    }

    .fh-blog-toc {
        position: sticky;
        top: 76px;
        z-index: 30;
    }

    .fh-blog-toc__toggle {
        width: 100%;
        min-height: 46px;
        padding: 0 16px;
        border: 1px solid var(--fh-border);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.9);
        color: var(--fh-ink);
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: inherit;
        font-size: 14px;
        font-weight: 900;
        box-shadow: var(--fh-shadow-soft);
    }

    .fh-blog-toc__nav {
        display: none;
        margin-top: 8px;
    }

    .fh-blog-toc.is-open .fh-blog-toc__nav {
        display: grid;
    }

    .fh-blog-cta a,
    .fh-blog-inline-cta a {
        width: 100%;
    }
}

/* =========================
   Responsive - Mobile
========================= */

@media (max-width: 760px) {
    .fh-blog-container,
    .fh-home-container {
        width: min(100% - 20px, var(--fh-max));
    }

    .fh-blog-hero {
        padding-top: 22px;
    }

    .fh-blog-hero__content {
        padding: 22px;
        border-radius: 26px;
    }

    .fh-blog-hero__visual {
        min-height: 0;
        padding: 0;
        border-radius: 26px;
        aspect-ratio: 16 / 9;
    }

    .fh-blog-hero__image {
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: center center;
    }

    .fh-blog-layout {
        padding-bottom: 52px;
        gap: 16px;
    }

    .fh-blog-content {
        padding: 0;
        border-radius: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .fh-blog-content h2 {
        margin-top: 34px;
    }

    .fh-blog-content p,
    .fh-blog-content li {
        font-size: 15px;
        line-height: 2.18;
    }

    .fh-blog-quick,
    .fh-blog-warning,
    .fh-blog-cta,
    .fh-blog-inline-cta {
        padding: 22px;
        border-radius: 24px;
    }

    .fh-blog-author {
        padding: 13px 14px;
        border-radius: 18px;
    }

    .fh-blog-author__head {
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .fh-blog-author__head h2 {
        font-size: 15px;
    }

    .fh-blog-author__meta {
        gap: 4px 10px;
        font-size: 11.5px;
    }

    .fh-blog-content section:not(.fh-blog-quick):not(.fh-blog-warning):not(.fh-blog-cta):not(.fh-blog-inline-cta):not(.fh-blog-author):not(.fh-blog-faq):not(.fh-blog-related):not(.fh-blog-decision) > h2,
    .fh-blog-content section:not(.fh-blog-quick):not(.fh-blog-warning):not(.fh-blog-cta):not(.fh-blog-inline-cta):not(.fh-blog-author):not(.fh-blog-faq):not(.fh-blog-related):not(.fh-blog-decision) > h3,
    .fh-blog-content section:not(.fh-blog-quick):not(.fh-blog-warning):not(.fh-blog-cta):not(.fh-blog-inline-cta):not(.fh-blog-author):not(.fh-blog-faq):not(.fh-blog-related):not(.fh-blog-decision) > p,
    .fh-blog-content section:not(.fh-blog-quick):not(.fh-blog-warning):not(.fh-blog-cta):not(.fh-blog-inline-cta):not(.fh-blog-author):not(.fh-blog-faq):not(.fh-blog-related):not(.fh-blog-decision) > .fh-blog-list,
    .fh-blog-intro,
    .fh-blog-decision > h2,
    .fh-blog-related__head {
        padding-inline: 12px;
    }

    .fh-blog-cards,
    .fh-blog-related__grid {
        grid-template-columns: 1fr;
    }

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

    .fh-blog-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .fh-blog-table,
    .fh-blog-table tbody,
    .fh-blog-table tr,
    .fh-blog-table td {
        display: block;
        width: 100%;
    }

    .fh-blog-table {
        min-width: 0;
    }

    .fh-blog-table thead {
        display: none;
    }

    .fh-blog-table tbody {
        display: grid;
        gap: 14px;
    }

    .fh-blog-table tbody tr {
        overflow: hidden;
        border: 1px solid var(--fh-border);
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 9px 24px rgba(73, 67, 61, 0.06);
    }

    .fh-blog-table td {
        display: grid;
        grid-template-columns: minmax(104px, 0.8fr) minmax(0, 1.2fr);
        gap: 12px;
        align-items: start;
        padding: 13px 14px;
        border-bottom: 1px solid rgba(47, 75, 67, 0.08);
        font-size: 13px;
        line-height: 1.9;
        overflow-wrap: anywhere;
    }

    .fh-blog-table td::before {
        content: attr(data-label);
        color: #356b91;
        font-size: 12px;
        font-weight: 850;
        line-height: 1.9;
    }

    .fh-blog-table td:nth-child(2)::before {
        color: #24765f;
    }

    .fh-blog-table td:nth-child(3)::before {
        color: var(--fh-pink-dark);
    }

    .fh-blog-table td:first-child {
        background: #fff5f8;
        color: var(--fh-ink);
        font-weight: 700;
    }

    .fh-blog-table tbody tr:last-child td,
    .fh-blog-table tbody tr td:last-child {
        border-bottom: 0;
    }
}
