/* ============================================================
   ANIL FITNESS — Blog Article Styles
   ============================================================ */

/* ── Reading Progress Bar ───────────────────────────────── */
#blogReadProgress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,#2563eb,#06b6d4,#22c55e);z-index:10001;transition:width .1s linear;pointer-events:none}

/* ── Article Hero ────────────────────────────────────────── */
.article-hero{min-height:55vh;position:relative;display:flex;align-items:flex-end;overflow:hidden;padding-top:var(--nav-h)}
.article-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.35) 60%,transparent 100%)}
.article-hero-content{position:relative;z-index:2;padding:3rem 0 2.5rem;width:100%}
.article-hero-emoji{font-size:5rem;display:block;margin-bottom:1rem;filter:drop-shadow(0 4px 16px rgba(0,0,0,.4))}
.article-category-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .9rem;border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:1rem;border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(8px);background:rgba(255,255,255,.15)}
.article-title{font-size:clamp(1.7rem,4vw,3rem);font-weight:900;color:#fff;line-height:1.18;letter-spacing:-.025em;max-width:850px;margin-bottom:1.25rem}
.article-meta-bar{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;color:rgba(255,255,255,.8);font-size:.82rem}
.article-meta-bar span{display:flex;align-items:center;gap:.4rem}
.article-meta-bar i{opacity:.7}
.article-author-pill{display:flex;align-items:center;gap:.65rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);padding:.4rem 1rem .4rem .4rem;border-radius:50px}
.article-author-pill img{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.4)}
.article-author-pill span{font-size:.8rem;font-weight:600;color:#fff}

/* ── Breadcrumb ──────────────────────────────────────────── */
.article-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}
.article-breadcrumb a{color:rgba(255,255,255,.65);font-size:.78rem;text-decoration:none;transition:var(--transition)}
.article-breadcrumb a:hover{color:#fff}
.article-breadcrumb span{color:rgba(255,255,255,.4);font-size:.75rem}
.article-breadcrumb .current{color:rgba(255,255,255,.85);font-size:.78rem}

/* ── Layout ──────────────────────────────────────────────── */
.article-wrap{padding:3rem 0 4rem}
.article-main{min-width:0}
.article-sidebar{position:sticky;top:calc(var(--nav-h) + 1.5rem);max-height:calc(100vh - var(--nav-h) - 3rem);overflow-y:auto}
.article-sidebar::-webkit-scrollbar{width:0}

/* ── Content Typography ──────────────────────────────────── */
.article-content{font-size:1.02rem;line-height:1.85;color:var(--text-dark)}
.article-content h2{font-size:1.65rem;font-weight:800;color:var(--text-dark);margin:2.5rem 0 1rem;letter-spacing:-.02em;scroll-margin-top:calc(var(--nav-h) + 1.5rem)}
.article-content h3{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin:1.75rem 0 .75rem;scroll-margin-top:calc(var(--nav-h) + 1.5rem)}
.article-content h4{font-size:1rem;font-weight:700;color:var(--text-dark);margin:1.25rem 0 .5rem}
.article-content p{margin-bottom:1.25rem;color:var(--text-muted);line-height:1.9}
.article-content strong{color:var(--text-dark)}
.article-content a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}
.article-content ul,.article-content ol{padding-left:1.5rem;margin-bottom:1.25rem}
.article-content li{color:var(--text-muted);margin-bottom:.5rem;line-height:1.75}
.article-content img{border-radius:var(--radius-lg);max-width:100%;margin:1.5rem 0}

/* ── Info Boxes ──────────────────────────────────────────── */
.tip-box{background:linear-gradient(135deg,rgba(34,197,94,.08),rgba(6,182,212,.08));border-left:4px solid #22c55e;border-radius:0 var(--radius) var(--radius) 0;padding:1.1rem 1.4rem;margin:1.5rem 0;display:flex;gap:.9rem}
.tip-box-icon{font-size:1.3rem;flex-shrink:0;line-height:1.6}
.tip-box-body strong{display:block;color:#22c55e;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.3rem}
.tip-box-body p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.75}

.warning-box{background:rgba(239,68,68,.06);border-left:4px solid #ef4444;border-radius:0 var(--radius) var(--radius) 0;padding:1.1rem 1.4rem;margin:1.5rem 0;display:flex;gap:.9rem}
.warning-box-icon{font-size:1.3rem;flex-shrink:0;line-height:1.6}
.warning-box-body strong{display:block;color:#ef4444;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.3rem}
.warning-box-body p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.75}

.info-box{background:rgba(37,99,235,.06);border-left:4px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;padding:1.1rem 1.4rem;margin:1.5rem 0;display:flex;gap:.9rem}
.info-box-icon{font-size:1.3rem;flex-shrink:0;line-height:1.6}
.info-box-body strong{display:block;color:var(--primary);font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.3rem}
.info-box-body p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.75}

/* ── Quote Block ─────────────────────────────────────────── */
.quote-block{background:var(--grad-primary);border-radius:var(--radius-lg);padding:1.75rem 2rem;margin:2rem 0;position:relative;overflow:hidden}
.quote-block::before{content:'"';position:absolute;top:-1rem;left:1rem;font-size:8rem;color:rgba(255,255,255,.12);font-family:Georgia,serif;line-height:1;pointer-events:none}
.quote-block p{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.7;margin:0;position:relative;font-style:italic}
.quote-block cite{display:block;color:rgba(255,255,255,.75);font-size:.82rem;font-weight:600;margin-top:.75rem;font-style:normal;position:relative}

/* ── Checklist ───────────────────────────────────────────── */
.checklist{list-style:none;padding:0;margin:1.25rem 0}
.checklist li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.65rem;font-size:.95rem;color:var(--text-muted);line-height:1.7}
.checklist li::before{content:'✓';min-width:22px;height:22px;background:var(--grad-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;flex-shrink:0;margin-top:.15rem}
.checklist.danger li::before{background:linear-gradient(135deg,#ef4444,#dc2626);content:'✗'}
.checklist.neutral li::before{background:var(--grad-accent);content:'→';font-size:.8rem}

/* ── Comparison Table ────────────────────────────────────── */
.comparison-table{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);margin:1.5rem 0}
.comparison-table table{width:100%;border-collapse:collapse}
.comparison-table th{background:var(--grad-primary);color:#fff;padding:.9rem 1.1rem;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-align:left}
.comparison-table td{padding:.85rem 1.1rem;border-bottom:1px solid var(--border);font-size:.88rem;color:var(--text-muted);vertical-align:top}
.comparison-table tr:last-child td{border-bottom:none}
.comparison-table tr:nth-child(even) td{background:rgba(37,99,235,.03)}
[data-theme="dark"] .comparison-table tr:nth-child(even) td{background:rgba(255,255,255,.02)}
.comparison-table .yes{color:#22c55e;font-weight:700}
.comparison-table .no{color:#ef4444;font-weight:700}
.comparison-table .maybe{color:#f59e0b;font-weight:700}

/* ── Numbered Steps ──────────────────────────────────────── */
.step-list{list-style:none;padding:0;margin:1.25rem 0;counter-reset:steps}
.step-item{counter-increment:steps;display:flex;gap:1.1rem;margin-bottom:1.25rem;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition)}
.step-item:hover{border-color:rgba(37,99,235,.25);box-shadow:var(--shadow-sm)}
.step-num{min-width:44px;height:44px;background:var(--grad-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:900;flex-shrink:0}
.step-content h4{margin:0 0 .4rem;font-size:.97rem;font-weight:700;color:var(--text-dark)}
.step-content p{margin:0;font-size:.88rem;color:var(--text-muted);line-height:1.7}

/* ── Benefit Cards ───────────────────────────────────────── */
.benefit-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}
.benefit-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;text-align:center;transition:var(--transition)}
.benefit-card:hover{transform:translateY(-4px);border-color:rgba(37,99,235,.25);box-shadow:var(--shadow-sm)}
.benefit-card-icon{font-size:2rem;margin-bottom:.75rem;display:block}
.benefit-card-title{font-size:.88rem;font-weight:700;color:var(--text-dark);margin-bottom:.35rem}
.benefit-card-desc{font-size:.78rem;color:var(--text-muted);line-height:1.6}

/* ── Stat Highlights ─────────────────────────────────────── */
.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin:1.5rem 0}
.stat-highlight{background:var(--grad-primary);border-radius:var(--radius-lg);padding:1.25rem;text-align:center}
.stat-highlight-val{font-size:2rem;font-weight:900;color:#fff;line-height:1;display:block}
.stat-highlight-label{font-size:.75rem;color:rgba(255,255,255,.8);font-weight:600;margin-top:.3rem;text-transform:uppercase;letter-spacing:.05em}

/* ── Timeline ────────────────────────────────────────────── */
.timeline{position:relative;padding-left:2rem;margin:1.5rem 0}
.timeline::before{content:'';position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:var(--grad-primary);border-radius:99px}
.timeline-item{position:relative;margin-bottom:1.5rem}
.timeline-dot{position:absolute;left:-1.65rem;top:.25rem;width:14px;height:14px;background:var(--grad-primary);border-radius:50%;border:3px solid var(--bg-light)}
.timeline-item h4{font-size:.95rem;font-weight:700;color:var(--text-dark);margin-bottom:.3rem}
.timeline-item p{font-size:.87rem;color:var(--text-muted);margin:0;line-height:1.7}

/* ── Key Takeaways ───────────────────────────────────────── */
.key-takeaways{background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(6,182,212,.07));border:1px solid rgba(37,99,235,.18);border-radius:var(--radius-xl);padding:2rem;margin:2.5rem 0}
[data-theme="dark"] .key-takeaways{background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(6,182,212,.12));border-color:rgba(37,99,235,.3)}
.key-takeaways h3{color:var(--primary);font-size:1.1rem;font-weight:800;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}
.key-takeaways ul{list-style:none;padding:0;margin:0}
.key-takeaways li{display:flex;gap:.75rem;margin-bottom:.65rem;font-size:.92rem;color:var(--text-muted);line-height:1.7}
.key-takeaways li::before{content:'→';color:var(--primary);font-weight:800;flex-shrink:0;width:16px}

/* ── Inline CTA ──────────────────────────────────────────── */
.inline-cta{background:var(--grad-primary);border-radius:var(--radius-xl);padding:1.75rem 2rem;margin:2.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}
.inline-cta-text p{color:rgba(255,255,255,.85);font-size:.88rem;margin-top:.25rem;margin-bottom:0}
.inline-cta-text strong{color:#fff;font-size:1rem;display:block;font-weight:700}
.inline-cta-btns{display:flex;gap:.65rem;flex-wrap:wrap;flex-shrink:0}
.inline-cta-btn{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.35);color:#fff;padding:.55rem 1.1rem;border-radius:50px;font-size:.83rem;font-weight:700;text-decoration:none;transition:var(--transition)}
.inline-cta-btn:hover{background:rgba(255,255,255,.35);color:#fff;transform:translateY(-2px)}
.inline-cta-btn.wa{background:linear-gradient(135deg,#25D366,#128C7E);border-color:transparent}

/* ── FAQ Article ─────────────────────────────────────────── */
.faq-article-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:.75rem;overflow:hidden;transition:var(--transition)}
.faq-article-item.open{border-color:rgba(37,99,235,.3);box-shadow:var(--shadow-sm)}
.faq-article-q{padding:1.1rem 1.4rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:1rem}
.faq-article-q-text{font-size:.93rem;font-weight:700;color:var(--text-dark)}
.faq-article-icon{min-width:28px;height:28px;background:rgba(37,99,235,.1);border:1px solid rgba(37,99,235,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:.75rem;transition:var(--transition);flex-shrink:0}
.faq-article-item.open .faq-article-icon{background:var(--primary);color:#fff;transform:rotate(45deg)}
.faq-article-a{padding:0 1.4rem;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.faq-article-item.open .faq-article-a{max-height:400px;padding-bottom:1.1rem}
.faq-article-a p{font-size:.9rem;color:var(--text-muted);line-height:1.85;margin:0}

/* ── TOC Sidebar ─────────────────────────────────────────── */
.toc-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.25rem}
.toc-title{font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.toc-list{list-style:none;padding:0;margin:0}
.toc-item a{display:block;color:var(--text-muted);font-size:.83rem;padding:.35rem .75rem;border-radius:8px;text-decoration:none;transition:var(--transition);border-left:2px solid transparent}
.toc-item a:hover{color:var(--primary);background:rgba(37,99,235,.06)}
.toc-item.active a{color:var(--primary);background:rgba(37,99,235,.08);border-left-color:var(--primary);font-weight:600}

/* ── Sidebar Consult Card ────────────────────────────────── */
.consult-card{background:var(--grad-primary);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;margin-bottom:1.25rem}
.consult-card h4{color:#fff;font-weight:800;font-size:1rem;margin-bottom:.5rem}
.consult-card p{color:rgba(255,255,255,.8);font-size:.8rem;margin-bottom:1.1rem;line-height:1.6}
.consult-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.35);color:#fff;padding:.6rem;border-radius:50px;font-size:.82rem;font-weight:700;text-decoration:none;margin-bottom:.5rem;transition:var(--transition)}
.consult-btn:hover{background:rgba(255,255,255,.35);color:#fff}
.consult-btn.wa{background:linear-gradient(135deg,#25D366,#128C7E);border-color:transparent}

/* ── Share Card ──────────────────────────────────────────── */
.share-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;text-align:center}
.share-label{font-size:.78rem;color:var(--text-muted);font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.06em}
.share-btns-row{display:flex;justify-content:center;gap:.5rem}
.share-btn{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#fff;text-decoration:none;transition:var(--transition)}
.share-btn:hover{transform:translateY(-3px);color:#fff}
.share-btn.wa{background:linear-gradient(135deg,#25D366,#128C7E)}
.share-btn.fb{background:linear-gradient(135deg,#1877f2,#0d5fd2)}
.share-btn.tw{background:linear-gradient(135deg,#000,#1a1a1a)}
.share-btn.link{background:var(--grad-primary)}

/* ── About Trainer Section ───────────────────────────────── */
.about-trainer-section{background:linear-gradient(135deg,var(--dark) 0%,#1e3a8a 60%,#0891b2 100%);border-radius:var(--radius-xl);padding:2.5rem;margin:2.5rem 0;overflow:hidden;position:relative}
.about-trainer-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/svg%3E")}
.about-trainer-img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.25);flex-shrink:0}
.about-trainer-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0}
.about-trainer-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.9);padding:.22rem .7rem;border-radius:50px;font-size:.72rem;font-weight:600}
.about-trainer-services{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0}
.about-trainer-service{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.85);padding:.35rem .9rem;border-radius:50px;font-size:.78rem;font-weight:600;display:flex;align-items:center;gap:.35rem}

/* ── Article Final CTA Banner ────────────────────────────── */
.article-final-cta{background:var(--grad-primary);border-radius:var(--radius-xl);padding:2.5rem 2rem;text-align:center;margin-top:2.5rem;position:relative;overflow:hidden}
.article-final-cta::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M20 20h20v20H20z'/%3E%3C/g%3E%3C/svg%3E")}
.article-final-cta h3{color:#fff;font-size:1.6rem;font-weight:900;position:relative;margin-bottom:.6rem}
.article-final-cta p{color:rgba(255,255,255,.85);font-size:.95rem;margin-bottom:1.5rem;position:relative;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.75}
.article-final-cta-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;position:relative}
.article-final-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:50px;font-size:.9rem;font-weight:700;text-decoration:none;transition:var(--transition)}
.article-final-cta-btn.primary{background:#fff;color:var(--primary)}
.article-final-cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.article-final-cta-btn.wa{background:linear-gradient(135deg,#25D366,#128C7E);color:#fff;border:none}
.article-final-cta-btn.wa:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(37,211,102,.4)}

/* ── Related Articles ────────────────────────────────────── */
.related-articles{margin-top:2.5rem}
.related-articles h3{font-size:1.1rem;font-weight:800;color:var(--text-dark);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}
.related-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;display:block;transition:var(--transition)}
.related-card:hover{transform:translateY(-4px);border-color:rgba(37,99,235,.25);box-shadow:var(--shadow)}
.related-card-img{height:120px;display:flex;align-items:center;justify-content:center;font-size:3rem}
.related-card-body{padding:1rem}
.related-card-cat{font-size:.7rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}
.related-card-title{font-size:.9rem;font-weight:700;color:var(--text-dark);line-height:1.4}

/* ── Article Nav (Prev/Next) ─────────────────────────────── */
.article-nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.article-nav-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;text-decoration:none;transition:var(--transition)}
.article-nav-item:hover{border-color:rgba(37,99,235,.3);box-shadow:var(--shadow-sm)}
.article-nav-label{font-size:.72rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:.3rem;margin-bottom:.35rem}
.article-nav-title{font-size:.88rem;font-weight:700;color:var(--text-dark);line-height:1.4}
.article-nav-item.next{text-align:right}
.article-nav-item.next .article-nav-label{justify-content:flex-end}

/* ── Responsive ──────────────────────────────────────────── */
@media(max-width:991.98px){
  .article-sidebar{position:static;max-height:none;margin-bottom:2rem}
  .article-wrap{padding:2rem 0 3rem}
  .article-content h2{font-size:1.4rem}
}
@media(max-width:767.98px){
  .article-title{font-size:1.65rem}
  .article-hero{min-height:60vh}
  .article-meta-bar{gap:.65rem;font-size:.78rem}
  .inline-cta{flex-direction:column}
  .inline-cta-text,.inline-cta-btns{width:100%}
  .article-nav{grid-template-columns:1fr}
  .article-nav-item.next{text-align:left}
  .article-nav-item.next .article-nav-label{justify-content:flex-start}
  .about-trainer-section{padding:1.75rem 1.5rem}
  .benefit-cards{grid-template-columns:repeat(2,1fr)}
  .stat-grid{grid-template-columns:repeat(2,1fr)}
  .article-final-cta{padding:2rem 1.5rem}
}
