/* ============================================================
   Article blocks — the four recurring furniture pieces inside a
   blog post's prose. The importer emits these class names (see
   inc/article-import.php); they are also safe to type by hand.

     .art-key      Key takeaways — a tinted panel before the story
     .art-steps    a numbered list — navy disc, one number each
     .art-sources  the citation list — deliberately quiet
     .art-note     the AI/legal disclaimer, quieter still
     .art-help     "How Dilendorf Law Firm helps" — a dark band

   Colours are literal rather than tokens: styleguide.html links
   this file on its own, without the site's palette.
   Circles carry !important because the classic skin squares off
   every corner on the page (classic.css: "square corners").
   ============================================================ */

/* ---------- Key takeaways ---------- */
.art-key{
  background:#EEF4F8;border:1px solid #D3E2EC;
  padding:26px 28px;margin:34px 0}
.art-key__t{
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;
  font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:#7E93A2;margin:0 0 14px}
.art-key ul{margin:0;padding:0;list-style:none}
.art-key li{
  position:relative;margin:0;padding:8px 0 8px 24px;
  font-size:16px;line-height:1.55;color:#1C2025}
.art-key li::before{
  content:"";position:absolute;left:2px;top:16px;width:6px;height:6px;
  background:#002E48;border-radius:50% !important}

/* ---------- Numbered steps ----------
   Any top-level ordered list in a post reads as a sequence of
   moves, so it gets the discs; nested lists (sources, the help
   band) keep plain numerals. */
.art-steps,
.post-body > ol{counter-reset:art-step;list-style:none;margin:28px 0;padding:0}
.art-steps > li,
.post-body > ol > li{
  position:relative;margin:0;padding:16px 0 16px 52px;
  border-top:1px solid #D3E2EC;line-height:1.65}
.art-steps > li:first-child,
.post-body > ol > li:first-child{border-top:0}
.art-steps > li::before,
.post-body > ol > li::before{
  counter-increment:art-step;content:counter(art-step);
  position:absolute;left:0;top:14px;width:32px;height:32px;
  display:flex;align-items:center;justify-content:center;
  background:#002E48;color:#fff;border-radius:50% !important;
  font-family:'Fraunces','Georgia',serif;font-weight:700;font-size:14px}
.art-steps > li > b:first-child,
.art-steps > li > strong:first-child,
.post-body > ol > li > b:first-child,
.post-body > ol > li > strong:first-child{color:#002E48}

/* ---------- How Dilendorf Law Firm helps ---------- */
.art-help{
  background:#002E48;color:#fff;
  padding:34px 34px 36px;margin:46px 0}
.art-help h2{
  font-family:'Fraunces','Georgia',serif;font-weight:600;
  font-size:26px;line-height:1.2;letter-spacing:-.01em;
  color:#fff;margin:0 0 14px}
.art-help p{color:#B9C8D3;font-size:16.5px;line-height:1.7;margin:0 0 14px}
.art-help ul{margin:18px 0 0;padding:0;list-style:none}
.art-help li{
  position:relative;margin:0;padding:8px 0 8px 22px;
  color:#E7EDF2;font-size:16px;line-height:1.55}
.art-help li::before{
  content:"";position:absolute;left:2px;top:16px;width:5px;height:5px;
  background:#fff;border-radius:50% !important}
.art-help a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.art-help__cta{
  display:inline-block;margin-top:26px;padding:13px 24px;
  background:#fff;color:#002E48;font-weight:600;font-size:15px;
  text-decoration:none}
.art-help__cta:hover{background:#5B3097;color:#fff;text-decoration:none}

/* ---------- Sources ---------- */
.art-sources{margin:46px 0 0;padding:24px 0 0;border-top:1px solid #D3E2EC}
.art-sources__t{
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;
  font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:#7E93A2;margin:0 0 12px}
.art-sources ol{margin:0;padding-left:20px;list-style:decimal}
.art-sources li{font-size:14px;line-height:1.55;color:#5C636C;margin:8px 0}
.art-sources a{color:#5C636C;text-decoration:underline;text-underline-offset:2px}
.art-sources a:hover{color:#5B3097}

/* ---------- Disclaimer ---------- */
.art-note{margin:26px 0 0;font-size:13.5px;line-height:1.6;color:#7E93A2}
.art-note a{color:#7E93A2}

@media(max-width:760px){
  .art-key{padding:22px 20px}
  .art-help{padding:26px 22px 28px}
  .art-help h2{font-size:22px}
  .art-steps > li,
  .post-body > ol > li{padding-left:46px}
}
