/* ═══════════════════════════════════════════════════════════════
   THEME OVERRIDES — post title + header cleanup
   These rules are intentionally NOT scoped under .ds-post
   so they can fix the theme-rendered title and category badge.
   ═══════════════════════════════════════════════════════════════ */
.lqd-post-header.entry-header{
  text-align:right!important;
  direction:rtl!important;
  padding:90px 12px 28px!important;
  margin-bottom:32px!important;
  border-bottom:1px solid #ECE5F7;
  position:relative;
  z-index:1;
}
@media(max-width:880px){
  .lqd-post-header.entry-header{padding-top:60px!important}
}
.lqd-post-header .entry-meta{
  margin:0 0 14px!important;
  display:flex!important;
  justify-content:flex-start!important;
  flex-wrap:wrap;gap:10px;
}
.lqd-post-header .entry-meta .cat-links{
  display:inline-flex!important;
  align-items:center;gap:8px;
  font-family:'Tajawal','Cairo',sans-serif!important;
  font-size:.78rem!important;
  letter-spacing:.12em;
  text-transform:uppercase;
  background:#F5F0FF;
  color:#5B25C4!important;
  border:1px solid #EDE6FB;
  padding:6px 14px;
  border-radius:99px;
}
.lqd-post-header .entry-meta .cat-links span{
  color:#6B5E80!important;font-weight:500;
}
.lqd-post-header .entry-meta .cat-links a{
  color:#5B25C4!important;font-weight:700!important;
  text-decoration:none!important;border:none!important;
}
.lqd-post-header .entry-title,
h1.entry-title{
  font-family:'Tajawal','Cairo',system-ui,sans-serif!important;
  font-weight:800!important;
  font-size:clamp(1.65rem,3.4vw,2.4rem)!important;
  line-height:1.45!important;
  letter-spacing:0!important;
  color:#1A0F33!important;
  margin:8px 0 16px!important;
  padding:0 4px!important;
  text-align:right!important;
  direction:rtl!important;
  max-width:1000px;
  word-wrap:break-word;
  overflow-wrap:break-word;
  hyphens:none;
  text-wrap:balance;
}
.lqd-post-header .entry-meta.d-flex{
  font-family:'Cairo',sans-serif!important;
  font-size:.88rem!important;
  color:#6B5E80!important;
  justify-content:flex-start!important;
}
.lqd-post-header .entry-meta.d-flex .byline,
.lqd-post-header .entry-meta.d-flex .posted-on{
  margin:0 0 0 14px!important;
}
/* hide trailing dots/separators if cluttered */
.lqd-post-header .entry-meta.d-flex > *:not(:last-child)::after{
  content:"·";margin:0 8px;color:#B8AFCC;
}


/* ═══════════════════════════════════════════════════════════════
   ds-post — دليل ستور Editorial Layout
   Scoped under .ds-post to prevent theme leak
   ═══════════════════════════════════════════════════════════════ */

.ds-post{
  /* — color tokens — */
  --brand-900:#3E1B86;
  --brand-700:#5B25C4;
  --brand-500:#7338F0;
  --brand-400:#8E5BF3;
  --brand-300:#A788F5;
  --brand-100:#EDE6FB;
  --brand-50:#F5F0FF;
  --orange:#FF8C42;
  --orange-50:#FFF1E6;
  --yellow:#FFC857;
  --yellow-50:#FFF6DC;
  --ink-900:#1A0F33;
  --ink-700:#3E3055;
  --ink-500:#6B5E80;
  --ink-300:#B8AFCC;
  --ink-100:#EAE5F2;
  --rule:#ECE5F7;
  --paper:#FEFCFF;
  --card:#FFFFFF;
  --code-bg:#1A0F33;
  --code-text:#FFC857;
  --code-key:#A788F5;

  /* — type — */
  --display:'Tajawal','Cairo',system-ui,sans-serif;
  --body:'Cairo','Tajawal',system-ui,sans-serif;
  --mono:'JetBrains Mono',ui-monospace,Menlo,monospace;

  direction:rtl;
  text-align:right;
  font-family:var(--body);
  font-size:17px;
  line-height:1.85;
  color:var(--ink-700);
  background:var(--paper);
  max-width:1220px;
  margin:0 auto;
  padding:12px 24px 80px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.ds-post *{box-sizing:border-box}
.ds-post img{max-width:100%;height:auto;display:block}

/* hide theme TOC plugin if it injects */
#ez-toc-container,.ez-toc-v2_0_82_2{display:none!important}

/* ── universal links ── */
.ds-post a{
  color:var(--brand-700);
  text-decoration:none;
  background-image:linear-gradient(to right,var(--brand-500),var(--brand-500));
  background-position:0 100%;
  background-size:0% 1.5px;
  background-repeat:no-repeat;
  transition:background-size .35s ease,color .2s;
}
.ds-post a:hover{
  color:var(--brand-900);
  background-size:100% 1.5px;
}
.ds-post strong{color:var(--ink-900);font-weight:700}

/* ── inline code chip — retro tech ── */
.ds-post code{
  font-family:var(--mono);
  background:var(--code-bg);
  color:var(--code-text);
  padding:.18em .55em;
  border-radius:6px;
  font-size:.86em;
  letter-spacing:.04em;
  direction:ltr;
  display:inline-block;
  font-weight:700;
  box-shadow:inset 0 -2px 0 rgba(255,255,255,.05),0 1px 0 rgba(115,56,240,.18);
  position:relative;
  vertical-align:baseline;
}

/* ═══════════════════════════════════════════════════════════════
   HERO / LEDE — split card with integrated image
   ═══════════════════════════════════════════════════════════════ */
.ds-hero{
  position:relative;
  background:
    radial-gradient(circle at 8% 16%,var(--brand-100) 0%,transparent 28%),
    radial-gradient(circle at 92% 84%,var(--orange-50) 0%,transparent 32%),
    var(--paper);
  border:1px solid var(--rule);
  border-radius:24px;
  padding:0;
  margin:8px 0 32px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
@media(min-width:880px){
  .ds-hero{grid-template-columns:1.15fr 1fr;align-items:stretch}
}
.ds-hero-content{
  padding:34px 36px 28px;
  position:relative;
  z-index:2;
}
.ds-hero-visual{
  position:relative;
  background:linear-gradient(135deg,var(--brand-100) 0%,var(--brand-50) 100%);
  display:flex;align-items:center;justify-content:center;
  padding:20px;
  min-height:280px;
  overflow:hidden;
}
@media(min-width:880px){
  .ds-hero-visual{
    min-height:auto;
    border-right:1px dashed var(--brand-100);
  }
}
.ds-hero-visual::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 20% 30%,rgba(255,200,87,.25) 0%,transparent 30%),
    radial-gradient(circle at 80% 70%,rgba(255,140,66,.18) 0%,transparent 28%);
  pointer-events:none;
}
.ds-hero-visual figure,
.ds-hero-visual img{
  margin:0;width:100%;height:auto;
  position:relative;z-index:1;
  display:block;
  filter:drop-shadow(0 24px 40px rgba(115,56,240,.25));
}
.ds-hero-visual figure{background:transparent;border-radius:14px;box-shadow:none}
.ds-hero-visual figure::before{display:none}

.ds-hero::before,
.ds-hero::after{
  content:"";position:absolute;border-radius:50%;
  background:radial-gradient(circle,var(--brand-300) 0%,transparent 70%);
  opacity:.35;pointer-events:none;z-index:0;
}
.ds-hero::before{width:140px;height:140px;top:-40px;left:-30px}
.ds-hero::after{
  width:90px;height:90px;bottom:-20px;right:42%;
  background:radial-gradient(circle,var(--yellow) 0%,transparent 70%);
  opacity:.3;
}
.ds-hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--display);font-weight:700;font-size:.78em;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--brand-700);background:var(--brand-50);
  padding:6px 14px;border-radius:99px;
  border:1px solid var(--brand-100);
  margin:0 0 16px;
}
.ds-hero-eyebrow::before{
  content:"";width:6px;height:6px;border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 3px var(--orange-50);
}
.ds-hero p{
  font-size:1.04em;color:var(--ink-700);
  margin:0 0 12px;line-height:1.9;
  position:relative;z-index:1;
}
.ds-hero p:first-of-type::first-letter{
  font-family:var(--display);font-weight:900;
  font-size:3em;float:right;
  line-height:.85;margin:6px 0 0 10px;
  color:var(--card);background:var(--brand-500);
  padding:12px 12px 6px;border-radius:12px;
  box-shadow:0 12px 28px -8px rgba(115,56,240,.45),
             inset 0 -3px 0 rgba(0,0,0,.12);
}
.ds-byline{
  display:inline-flex;align-items:center;gap:10px;
  font-size:.88em;color:var(--ink-500);
  margin-top:14px;padding-top:14px;
  border-top:1px dashed var(--rule);
  width:100%;
}
.ds-byline::before{
  content:"✎";font-family:var(--display);
  width:28px;height:28px;border-radius:50%;
  background:var(--brand-50);color:var(--brand-700);
  display:inline-flex;align-items:center;justify-content:center;
  font-size:.92em;
}

/* ═══════════════════════════════════════════════════════════════
   METHOD CHIPS GRID — visual summary at top
   ═══════════════════════════════════════════════════════════════ */
.ds-methods{
  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;
  margin:0 0 40px;
}
@media(min-width:780px){.ds-methods{grid-template-columns:repeat(4,1fr)}}
.ds-method-chip{
  position:relative;
  background:var(--card);
  border:1px solid var(--rule);
  border-radius:18px;
  padding:20px 18px 18px;
  transition:transform .25s,box-shadow .25s,border-color .25s;
  overflow:hidden;
}
.ds-method-chip::before{
  content:"";position:absolute;inset:0 0 auto 0;height:4px;
  background:linear-gradient(to left,var(--brand-500),var(--brand-300));
}
.ds-method-chip:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 40px -22px rgba(115,56,240,.38);
  border-color:var(--brand-300);
}
.ds-method-num{
  position:absolute;top:14px;left:14px;
  font-family:var(--mono);font-weight:700;font-size:.78em;
  color:var(--brand-300);letter-spacing:.05em;
}
.ds-method-icon{
  width:42px;height:42px;border-radius:12px;
  background:var(--brand-50);color:var(--brand-700);
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:800;font-size:1.05em;
  margin:6px 0 12px;
  border:1px solid var(--brand-100);
}
.ds-method-chip:nth-child(2) .ds-method-icon{background:var(--yellow-50);color:#9C6E1E;border-color:#F5E5BB}
.ds-method-chip:nth-child(3) .ds-method-icon{background:var(--orange-50);color:#B8541A;border-color:#FBD9C1}
.ds-method-chip:nth-child(4) .ds-method-icon{background:#E8E1FB;color:var(--brand-900);border-color:var(--brand-100)}
.ds-method-name{
  font-family:var(--display);font-weight:700;font-size:1rem;
  color:var(--ink-900);margin:0 0 4px;line-height:1.4;
}
.ds-method-meta{font-size:.84em;color:var(--ink-500);margin:0}

/* ═══════════════════════════════════════════════════════════════
   GRID — main + sticky TOC
   ═══════════════════════════════════════════════════════════════ */
.ds-grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:start}
@media(min-width:1024px){
  .ds-grid{grid-template-columns:1fr 280px;gap:56px}
}

/* ── TOC sidebar ── */
.ds-toc{
  background:var(--card);
  border:1px solid var(--rule);
  border-radius:18px;padding:22px 22px 18px;
  position:relative;font-size:.92em;
  order:-1;
}
@media(min-width:1024px){
  .ds-toc{position:sticky;top:24px;order:0}
}
.ds-toc-title{
  font-family:var(--display);font-weight:800;font-size:.78em;
  letter-spacing:.18em;text-transform:uppercase;color:var(--ink-500);
  margin:0 0 16px;padding-bottom:14px;
  border-bottom:1px dashed var(--rule);
  display:flex;align-items:center;gap:10px;
}
.ds-toc-title::before{
  content:"";width:8px;height:8px;border-radius:2px;
  transform:rotate(45deg);
  background:var(--brand-500);
}
.ds-toc ol{list-style:none;padding:0;margin:0;counter-reset:tocn}
.ds-toc ol li{
  counter-increment:tocn;margin:0;
  line-height:1.55;
}
.ds-toc ol li + li{
  margin-top:6px;padding-top:10px;
  border-top:1px solid var(--ink-100);
}
.ds-toc ol li a{
  display:flex;gap:12px;align-items:baseline;
  color:var(--ink-700);font-weight:500;
  background:none;padding:6px 0;
  transition:color .2s;
}
.ds-toc ol li a::before{
  content:"٠" counter(tocn);
  font-family:var(--mono);font-size:.74em;
  color:var(--brand-500);font-weight:700;
  flex:0 0 auto;letter-spacing:.05em;padding-top:2px;
}
.ds-toc ol li a:hover{color:var(--brand-700);background:none}
.ds-toc ol li a:hover::before{color:var(--orange)}

/* ═══════════════════════════════════════════════════════════════
   SECTIONS — anchors + headings
   ═══════════════════════════════════════════════════════════════ */
.ds-post section{scroll-margin-top:24px}

.ds-post h2{
  font-family:var(--display);font-weight:800;
  font-size:clamp(1.55rem,2.7vw,2.05rem);
  line-height:1.3;color:var(--ink-900);
  margin:52px 0 18px;letter-spacing:-.01em;
  position:relative;padding-right:22px;
}
.ds-post h2::before{
  content:"";position:absolute;right:0;top:.35em;
  width:7px;height:1.3em;
  background:linear-gradient(180deg,var(--brand-500) 0%,var(--brand-700) 100%);
  border-radius:3px;
  box-shadow:0 4px 12px -4px rgba(115,56,240,.4);
}
.ds-post h2::after{
  content:"";position:absolute;right:-2px;top:-4px;
  width:12px;height:12px;border-radius:3px;
  background:var(--yellow);
  transform:rotate(45deg);
  box-shadow:0 4px 10px -4px rgba(255,200,87,.6);
}

.ds-post h3{
  font-family:var(--display);font-weight:700;
  font-size:1.2rem;line-height:1.4;color:var(--ink-900);
  margin:32px 0 14px;
  display:flex;align-items:center;gap:12px;
}
.ds-post h3::before{
  content:"";width:10px;height:10px;flex:0 0 10px;
  background:var(--yellow);border-radius:2px;
  transform:rotate(45deg);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,.08);
}

/* ── paragraphs ── */
.ds-post p{margin:0 0 16px}

/* ── lists ── */
.ds-post ul,.ds-post ol{padding:0;margin:0 0 24px;list-style:none}
.ds-post ul li{
  position:relative;padding:8px 26px 8px 0;
}
.ds-post ul li::before{
  content:"";position:absolute;right:0;top:18px;
  width:11px;height:11px;
  border:2.5px solid var(--brand-500);
  border-radius:50%;background:var(--paper);
  transition:transform .2s;
}
.ds-post ul li:hover::before{
  transform:scale(1.15);
  background:var(--brand-100);
}
.ds-post ul li:empty{display:none}

/* ── numbered timeline (steps) ── */
.ds-steps{
  counter-reset:step;
  border-right:2px dashed var(--brand-100);
  padding:0 38px 0 0!important;
  margin-right:18px!important;
  position:relative;
}
.ds-steps li{
  counter-increment:step;position:relative;
  padding:14px 0!important;
  list-style:none;
}
.ds-steps li::before{
  content:counter(step);
  position:absolute;right:-52px;top:14px;
  width:36px;height:36px;border-radius:50%;
  background:linear-gradient(135deg,var(--brand-500) 0%,var(--brand-700) 100%);
  color:#fff;border:none;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:800;font-size:1em;
  box-shadow:
    0 0 0 4px var(--paper),
    0 0 0 5px var(--brand-100),
    0 8px 18px -6px rgba(115,56,240,.5);
}
.ds-steps li:hover::before{
  transform:none;background:linear-gradient(135deg,var(--brand-700) 0%,var(--brand-900) 100%);
}

/* ═══════════════════════════════════════════════════════════════
   TABLES — purple gradient header, zebra rows, rounded
   ═══════════════════════════════════════════════════════════════ */
.ds-tablewrap{
  margin:0 0 28px;border-radius:16px;overflow:hidden;
  border:1px solid var(--rule);background:var(--card);
  box-shadow:0 4px 18px -10px rgba(115,56,240,.12);
}
.ds-post table{
  width:100%;border-collapse:collapse;font-size:.95em;
}
.ds-post thead th{
  background:linear-gradient(135deg,var(--brand-500) 0%,var(--brand-700) 100%);
  color:#fff;
  font-family:var(--display);font-weight:700;
  text-align:right;padding:16px 18px;
  font-size:.92em;letter-spacing:.01em;
  border:none;
}
.ds-post thead th strong{color:#fff;font-weight:800}
.ds-post tbody td{
  padding:16px 18px;
  border-top:1px solid var(--rule);
  vertical-align:top;color:var(--ink-700);
  background:var(--card);
  transition:background .15s;
}
.ds-post tbody tr:nth-child(even) td{background:#FBFAFE}
.ds-post tbody tr:hover td{background:var(--brand-50)}

/* ═══════════════════════════════════════════════════════════════
   IMAGES — soft purple frame
   ═══════════════════════════════════════════════════════════════ */
.ds-post figure.wp-block-image{
  margin:28px 0;
  border-radius:18px;
  overflow:hidden;
  background:var(--brand-50);
  position:relative;
  box-shadow:
    0 1px 0 var(--brand-100),
    0 18px 40px -22px rgba(115,56,240,.22);
}
.ds-post figure.wp-block-image::before{
  content:"";position:absolute;inset:0;
  border-radius:18px;
  border:1px solid rgba(115,56,240,.08);
  pointer-events:none;z-index:2;
}
.ds-post figure.wp-block-image img{
  width:100%;height:auto;display:block;
}

/* ═══════════════════════════════════════════════════════════════
   CALLOUT BOXES
   ═══════════════════════════════════════════════════════════════ */
.ds-callout{
  position:relative;
  background:var(--yellow-50);
  border:1px solid #F5E5BB;
  border-right:4px solid var(--yellow);
  padding:16px 20px 16px 22px;
  border-radius:12px;
  margin:22px 0 26px;
  font-size:.97em;color:var(--ink-700);
}
.ds-callout p{margin:0}
.ds-callout p + p{margin-top:8px}
.ds-callout-tip{
  background:var(--brand-50);
  border-color:var(--brand-100);
  border-right-color:var(--brand-500);
}
.ds-callout-info{
  background:var(--orange-50);
  border-color:#FBD9C1;
  border-right-color:var(--orange);
}
.ds-callout-label{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--display);font-weight:800;
  font-size:.78em;letter-spacing:.1em;text-transform:uppercase;
  color:#9C6E1E;margin:0 0 8px;
}
.ds-callout-tip .ds-callout-label{color:var(--brand-700)}
.ds-callout-info .ds-callout-label{color:#B8541A}
.ds-callout-label::before{
  content:"";width:8px;height:8px;border-radius:2px;
  background:currentColor;transform:rotate(45deg);
}

/* ═══════════════════════════════════════════════════════════════
   SIDE NOTE
   ═══════════════════════════════════════════════════════════════ */
.ds-sidenote{
  font-size:.94em;color:var(--ink-500);
  background:linear-gradient(135deg,#FAF8FE 0%,#F4F0FB 100%);
  border-radius:12px;padding:14px 18px;
  margin:22px 0 26px;
  border-right:2px solid var(--ink-300);
  position:relative;
}
.ds-sidenote::before{
  content:"ℹ";
  position:absolute;right:-12px;top:14px;
  width:24px;height:24px;border-radius:50%;
  background:var(--ink-500);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:.85em;font-weight:700;
}
.ds-sidenote p{margin:0;padding-right:8px}

/* ═══════════════════════════════════════════════════════════════
   FAQ ACCORDION
   ═══════════════════════════════════════════════════════════════ */
.ds-faq{
  display:flex;flex-direction:column;gap:12px;
  margin:12px 0 28px;
}
.ds-faq details{
  border:1px solid var(--rule);border-radius:14px;
  background:var(--card);overflow:hidden;
  transition:border-color .25s,box-shadow .25s;
}
.ds-faq details[open]{
  border-color:var(--brand-300);
  box-shadow:0 18px 38px -22px rgba(115,56,240,.4);
}
.ds-faq summary{
  list-style:none;cursor:pointer;
  padding:18px 22px 18px 64px;
  font-family:var(--display);font-weight:700;
  font-size:1.02rem;color:var(--ink-900);
  position:relative;
  transition:background .2s;
}
.ds-faq summary::-webkit-details-marker{display:none}
.ds-faq summary:hover{background:var(--brand-50)}
.ds-faq summary::after{
  content:"+";position:absolute;left:18px;top:50%;
  transform:translateY(-50%);
  font-family:var(--mono);font-weight:700;font-size:1.5em;line-height:1;
  color:var(--brand-700);
  width:34px;height:34px;border-radius:50%;
  background:var(--brand-50);
  display:flex;align-items:center;justify-content:center;
  transition:transform .35s cubic-bezier(.6,.05,.4,1.4),background .2s,color .2s;
}
.ds-faq details[open] summary::after{
  content:"−";
  background:var(--brand-500);color:#fff;
  transform:translateY(-50%) rotate(180deg);
}
.ds-faq .ds-faq-body{
  padding:0 22px 20px;color:var(--ink-700);font-size:.99em;
  line-height:1.85;
}
.ds-faq .ds-faq-body p{margin:0}

/* ═══════════════════════════════════════════════════════════════
   CONCLUSION CARD — gradient + confetti
   ═══════════════════════════════════════════════════════════════ */
.ds-conclusion{
  position:relative;
  background:
    radial-gradient(circle at 18% 22%,rgba(255,255,255,.12) 0%,transparent 18%),
    radial-gradient(circle at 75% 80%,rgba(255,200,87,.18) 0%,transparent 22%),
    radial-gradient(circle at 88% 18%,rgba(255,140,66,.12) 0%,transparent 18%),
    linear-gradient(135deg,var(--brand-500) 0%,var(--brand-900) 100%);
  color:#EFE6FF;
  border-radius:22px;
  padding:34px 36px 32px;
  margin:40px 0 22px;
  overflow:hidden;
  box-shadow:0 28px 60px -28px rgba(115,56,240,.55);
}
.ds-conclusion::before{
  content:"";position:absolute;
  width:200px;height:200px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%);
  top:-60px;left:-60px;pointer-events:none;
}
.ds-conclusion::after{
  content:"";position:absolute;
  width:140px;height:140px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,200,87,.18),transparent 70%);
  bottom:-40px;right:18%;pointer-events:none;
}
.ds-conclusion h2{
  color:#fff;margin:0 0 16px;
  font-size:1.65rem;
  padding-right:22px;
}
.ds-conclusion h2::before{
  background:linear-gradient(180deg,var(--yellow) 0%,var(--orange) 100%);
  box-shadow:0 4px 14px -4px rgba(255,200,87,.6);
}
.ds-conclusion h2::after{
  background:#fff;
  box-shadow:0 4px 10px -4px rgba(255,255,255,.7);
}
.ds-conclusion p{
  color:#E5D8FB;margin:0 0 14px;
  font-size:1.02em;
  position:relative;z-index:1;
}
.ds-conclusion p:last-child{margin-bottom:0}
.ds-conclusion strong{color:#fff}
.ds-conclusion a{
  color:var(--yellow);font-weight:700;
  background-image:linear-gradient(to right,var(--yellow),var(--yellow));
  background-size:100% 1.5px;
}
.ds-conclusion a:hover{
  color:#fff;
  background-image:linear-gradient(to right,#fff,#fff);
}
.ds-conclusion code{
  background:rgba(0,0,0,.35);
  color:var(--yellow);
  box-shadow:inset 0 -2px 0 rgba(0,0,0,.2);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media(max-width:780px){
  .ds-post{padding:8px 16px 56px;font-size:16px}
  .ds-hero{padding:28px 22px 22px;border-radius:20px}
  .ds-hero p:first-of-type::first-letter{
    font-size:2.8em;padding:10px 12px 6px;
  }
  .ds-post h2{font-size:1.5rem;margin:42px 0 14px}
  .ds-post h3{font-size:1.08rem}
  .ds-steps{padding-right:30px!important;margin-right:14px!important}
  .ds-steps li::before{right:-46px;width:32px;height:32px;font-size:.92em}
  .ds-conclusion{padding:26px 22px;border-radius:18px}
  .ds-conclusion h2{font-size:1.4rem}
  .ds-faq summary{padding:16px 18px 16px 56px;font-size:.98rem}
  .ds-faq summary::after{width:30px;height:30px;left:14px;font-size:1.35em}
  .ds-tablewrap{font-size:.88em}
  .ds-post thead th,.ds-post tbody td{padding:12px 14px}
}
