@charset "UTF-8";
/**
 * Single Blog Post — premium editorial layout.
 * Sidebar remains WordPress widget-area driven; no widget content is hardcoded here.
 */

.stm-sp{
  padding:18px 0 0;
  background:var(--stm-color-canvas);
  color:var(--stm-color-ink);
}
.stm-sp__wrap{
  width:min(var(--stm-container-wide),calc(100% - 32px));
  margin-inline:auto;
}
.stm-sp__breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  color:var(--stm-color-muted);
  font-size:12px;
  line-height:1.4;
}
.stm-sp__breadcrumbs a{color:inherit;text-decoration:none}
.stm-sp__breadcrumbs a:hover{color:var(--stm-color-primary);text-decoration:underline;text-underline-offset:3px}
.stm-sp__body-surface{
  margin-top:20px;
  padding:18px 0 32px;
  background:var(--stm-color-surface);
}
.stm-sp__body-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.stm-sp__body-layout.has-sidebar{grid-template-columns:minmax(0,1fr) minmax(270px,var(--stm-sidebar-width,320px))}
.stm-sp__article-column{min-width:0;width:100%;max-width:none}

/* Lead / hero: editorial copy left, featured media right. */
.stm-sp__lead-card,
.stm-sp__related,
.stm-cmt{
  border:1px solid var(--stm-color-border);
  border-radius:var(--stm-sp-card-radius,14px);
  background:var(--stm-color-surface);
}
.stm-sp__lead-card{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:15px;
  overflow:hidden;
  min-width:0;
  align-items:stretch;
  padding:15px;
}
.stm-sp__lead-card.has-media{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr)}
.stm-sp__lead-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:0 2px;
}
.stm-sp__badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 9px}
.stm-sp__badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.025em;
  text-decoration:none;
  text-transform:uppercase;
}
.stm-sp__badge--category{background:var(--stm-color-primary);color:#fff}
.stm-sp__badge--category:hover{color:#fff;filter:brightness(.96)}
.stm-sp__badge--featured{border:1px solid #55b989;background:#f4fff9;color:#12804d}
.stm-sp__title{
  margin:0;
  color:var(--stm-color-heading);
  font-size:clamp(29px,3vw,var(--stm-sp-title-size,40px));
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.035em;
}
.stm-sp__deck{
  max-width:760px;
  margin:8px 0 0;
  color:var(--stm-color-muted);
  font-size:14.5px;
  line-height:1.55;
}
.stm-sp__meta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 14px;
  margin-top:12px;
  color:var(--stm-color-muted);
  font-size:12px;
}
.stm-sp__author-meta,
.stm-sp__meta-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:inherit;
  text-decoration:none;
}
.stm-sp__author-meta{color:var(--stm-color-heading);font-weight:700}
.stm-sp__author-meta:hover,.stm-sp__meta-chip:hover{color:var(--stm-color-primary)}
.stm-sp__author-meta-avatar{width:30px;height:30px;border-radius:999px}
.stm-sp__icon{display:inline-grid;width:16px;height:16px;place-items:center;color:currentColor;flex:0 0 16px}
.stm-sp__icon svg,
.stm-sp__round-action svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.stm-sp__tools{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px}
.stm-sp__tool{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:32px;
  padding:0 10px;
  border:1px solid var(--stm-color-border);
  border-radius:9px;
  background:var(--stm-color-surface);
  color:var(--stm-color-heading);
  font:inherit;
  font-size:12px;
  font-weight:650;
  line-height:1;
  text-decoration:none;
  cursor:pointer;
}
.stm-sp__tool:hover,
.stm-sp__tool.is-saved,
.stm-sp__tool.is-copied{border-color:var(--stm-color-primary);color:var(--stm-color-primary);text-decoration:none}
.stm-sp__tool--primary{border-color:var(--stm-color-primary);background:var(--stm-color-primary);color:#fff}
.stm-sp__tool--primary:hover{border-color:var(--stm-color-primary);background:color-mix(in srgb,var(--stm-color-primary) 90%,#000);color:#fff}
.stm-sp__hero{
  min-width:0;
  height:min(var(--stm-sp-hero-max,348px),30.8vw);
  min-height:243px;
  margin:0;
  overflow:hidden;
  border-radius:10px;
  background:var(--stm-color-overlay-soft);
}
.stm-sp__hero-img{
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  max-height:none;
  object-fit:cover;
  object-position:center;
  border-radius:10px;
}

/* Article body — commercial editorial polish. */
.stm-sp__article-card{width:100%;max-width:none;margin:0;padding:0;border:0;border-radius:0;background:transparent}
.stm-sp__content{width:100%;margin:0;color:var(--stm-color-ink);font-size:15.5px;line-height:1.82;text-rendering:optimizeLegibility}
.stm-sp__content > *:first-child{margin-top:0}
.stm-sp__content p{margin:0 0 16px}
.stm-sp__content > p:first-of-type{color:var(--stm-color-heading);font-size:16px;line-height:1.78}
.stm-sp__content h2,
.stm-sp__content h3,
.stm-sp__content h4,
.stm-sp__content h5,
.stm-sp__content h6{
  color:var(--stm-color-heading);
  line-height:1.25;
  letter-spacing:-.02em;
  scroll-margin-top:120px;
  text-wrap:balance;
}
.stm-sp__content h2{position:relative;margin:30px 0 12px;padding:10px 14px 10px 16px;border-left:4px solid var(--stm-color-primary);border-radius:0 10px 10px 0;background:color-mix(in srgb,var(--stm-color-primary) 6%,var(--stm-color-surface));font-size:23px;font-weight:700}
.stm-sp__content h3{position:relative;margin:25px 0 10px;padding:0 0 8px;font-size:19.5px;font-weight:700;border-bottom:1px solid var(--stm-color-border)}
.stm-sp__content h3::after{content:"";position:absolute;left:0;bottom:-1px;width:44px;height:2px;border-radius:999px;background:var(--stm-color-primary)}
.stm-sp__content h4{margin:21px 0 8px;padding-left:11px;border-left:3px solid color-mix(in srgb,var(--stm-color-primary) 68%,var(--stm-color-border));font-size:17.5px;font-weight:700}
.stm-sp__content h5,.stm-sp__content h6{margin:18px 0 7px;font-size:15.5px;font-weight:700;text-transform:none}
.stm-sp__content strong,.stm-sp__content b{color:inherit;font-weight:700}
.stm-sp__content ul,
.stm-sp__content ol{margin:0 0 18px;padding-left:24px}
.stm-sp__content li{margin:6px 0;padding-left:2px}
.stm-sp__content li::marker{color:var(--stm-color-primary);font-weight:800}
.stm-sp__content a{color:#0b57d0;font-weight:600;text-decoration:none}
.stm-sp__content a:hover{text-decoration:underline;text-underline-offset:3px}
.stm-sp__content img{max-width:100%;height:auto;border-radius:9px}
/* Editorial media: slightly narrower than the text measure, centered, framed and captioned quietly. */
.stm-sp__content .wp-block-image{width:min(88%,860px);max-width:100%;margin:24px auto;padding:7px;border:1px solid color-mix(in srgb,var(--stm-color-border) 86%,transparent);border-radius:12px;background:var(--stm-color-surface);box-shadow:0 8px 24px rgba(15,23,42,.045);box-sizing:border-box;text-align:center}
.stm-sp__content .wp-block-image img{display:block;width:100%;height:auto;margin:0 auto}
.stm-sp__content p > img:only-child,.stm-sp__content > img{display:block;width:auto;max-width:min(88%,860px);margin:24px auto;padding:7px;border:1px solid color-mix(in srgb,var(--stm-color-border) 86%,transparent);border-radius:12px;background:var(--stm-color-surface);box-shadow:0 8px 24px rgba(15,23,42,.045);box-sizing:border-box}
.stm-sp__content figure{max-width:100%;margin:20px 0}
.stm-sp__content .wp-block-image figcaption,.stm-sp__content figcaption{max-width:680px;margin:6px auto 0;color:var(--stm-color-muted);font-size:11px;line-height:1.45;text-align:center}
/* Core File/download blocks: button-only, centered on its own row. */
.stm-sp__content .wp-block-file{display:flex;align-items:center;justify-content:center;min-width:0;margin:22px 0;text-align:center}
.stm-sp__content .wp-block-file > a:not(.wp-block-file__button),
.stm-sp__content .wp-block-file figcaption,
.stm-sp__content .wp-block-file .wp-element-caption{display:none}
.stm-sp__content .wp-block-file .wp-block-file__button,
.stm-sp__content a[download]{display:flex;width:max-content;max-width:100%;min-height:40px;align-items:center;justify-content:center;margin:20px auto;padding:0 18px;border:1px solid var(--stm-color-primary);border-radius:9px;background:var(--stm-color-primary);color:#fff;font-size:13px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;box-sizing:border-box}
.stm-sp__content .wp-block-file .wp-block-file__button:hover,
.stm-sp__content a[download]:hover{background:color-mix(in srgb,var(--stm-color-primary) 90%,#000);color:#fff;text-decoration:none}
.stm-sp__content .wp-block-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.stm-sp__content iframe,.stm-sp__content video{max-width:100%}
.stm-sp__content blockquote{
  position:relative;
  margin:22px 0;
  padding:16px 18px 16px 46px;
  border:1px solid color-mix(in srgb,var(--stm-color-primary) 38%,var(--stm-color-border));
  border-radius:11px;
  background:color-mix(in srgb,var(--stm-color-primary) 5%,var(--stm-color-surface));
  box-shadow:0 8px 22px rgba(15,23,42,.035);
}
.stm-sp__content blockquote::before{content:"“";position:absolute;left:15px;top:6px;color:var(--stm-color-primary);font-size:34px;font-weight:850;line-height:1}
.stm-sp__content blockquote p:last-child{margin-bottom:0}
.stm-sp__content table{width:100%;margin:20px 0;border-collapse:separate;border-spacing:0;border:1px solid var(--stm-color-border);border-radius:11px;overflow:hidden;background:var(--stm-color-surface);font-size:13px;box-shadow:0 7px 20px rgba(15,23,42,.035)}
.stm-sp__content th,.stm-sp__content td{padding:10px 12px;border-right:1px solid var(--stm-color-border);border-bottom:1px solid var(--stm-color-border);text-align:left;vertical-align:top}
.stm-sp__content tr > *:last-child{border-right:0}
.stm-sp__content tbody tr:last-child > *{border-bottom:0}
.stm-sp__content tbody tr:nth-child(even){background:color-mix(in srgb,var(--stm-color-overlay-soft) 55%,transparent)}
.stm-sp__content th{background:#071836;color:#fff;font-weight:750}
.stm-sp__content pre{overflow:auto;margin:20px 0;padding:15px;border:1px solid var(--stm-color-border);border-radius:10px;background:var(--stm-color-overlay-soft);box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}
.stm-sp__content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.stm-sp__content hr,.stm-sp__content .wp-block-separator{height:1px;margin:28px 0;border:0;background:linear-gradient(90deg,var(--stm-color-primary),var(--stm-color-border) 28%,transparent)}
.stm-sp__content .wp-block-gallery{margin-block:20px}
.stm-sp__pages{margin-top:18px}

/* Footer utilities */
.stm-sp__footer{margin-top:24px;padding-top:16px;border-top:1px solid var(--stm-color-border)}
.stm-sp__tags{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:14px;font-size:12px}
.stm-sp__tags strong{color:var(--stm-color-heading)}
.stm-sp__tags a{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid var(--stm-color-border);border-radius:999px;color:var(--stm-color-muted);text-decoration:none}
.stm-sp__tags a:hover{border-color:var(--stm-color-primary);color:var(--stm-color-primary)}
.stm-sp__footer-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0 0}
.stm-sp__footer-share,.stm-sp__footer-save{display:flex;flex-wrap:wrap;align-items:center;gap:9px;color:var(--stm-color-heading);font-size:12px}
.stm-sp__socials{display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.stm-sp__round-action{appearance:none;display:grid;width:34px;height:34px;place-items:center;padding:8px;border:1px solid var(--stm-color-border);border-radius:999px;background:var(--stm-color-surface);color:var(--stm-color-heading);text-decoration:none;cursor:pointer}
.stm-sp__round-action:hover,.stm-sp__round-action.is-saved,.stm-sp__round-action.is-copied{border-color:var(--stm-color-primary);color:var(--stm-color-primary);text-decoration:none}

/* Author */
.stm-sp__authorbox{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;margin-top:18px;padding:16px;border:1px solid var(--stm-color-border);border-radius:12px;background:var(--stm-color-surface)}
.stm-sp__author-avatar img{display:block;width:64px;height:64px;border-radius:999px}
.stm-sp__author-body{min-width:0}
.stm-sp__author-top{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:5px}
.stm-sp__author-name{color:#0b57d0;font-weight:800;text-decoration:none}
.stm-sp__author-name:hover{text-decoration:underline}
.stm-sp__author-site{color:var(--stm-color-primary);font-size:12px;text-decoration:none}
.stm-sp__author-bio{color:var(--stm-color-muted);font-size:13px;line-height:1.55}
.stm-sp__author-bio p{margin:0}

/* Previous / next */
.stm-sp__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
.stm-sp__nav-link{display:flex;min-height:70px;flex-direction:column;justify-content:center;padding:11px 13px;border:1px solid var(--stm-color-border);border-radius:10px;background:var(--stm-color-overlay-soft);color:var(--stm-color-heading);text-decoration:none}
.stm-sp__nav-link--next{text-align:right}
.stm-sp__nav-link:hover{border-color:color-mix(in srgb,var(--stm-color-primary) 50%,var(--stm-color-border))}
.stm-sp__nav-kicker{margin-bottom:4px;color:var(--stm-color-muted);font-size:11px;font-weight:700;text-transform:uppercase}
.stm-sp__nav-title{display:-webkit-box;overflow:hidden;font-size:13px;font-weight:700;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}

/* Related posts — exactly three canonical global Blog Post Cards. */
.stm-sp__related{margin-top:20px;padding:16px 0 0;border:0;border-top:1px solid var(--stm-color-border);border-radius:0;background:transparent;overflow:visible}
.stm-sp__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.stm-sp__section-head h2{margin:0;color:var(--stm-color-heading);font-size:19px;font-weight:700;letter-spacing:-.02em}
.stm-sp__related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;align-items:stretch;overflow:visible}
.stm-sp__related-grid > .stm-bcard{min-width:0}

/* Comments */
.stm-cmt{margin-top:16px;padding:16px}
.stm-cmt__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.stm-cmt__title{margin:0;color:var(--stm-color-heading);font-size:18px;font-weight:700}
.stm-cmt__list{list-style:none;margin:0;padding:0}
.stm-cmt__list .children{list-style:none;margin:8px 0 0 34px;padding:0}
.stm-cmt__item{margin:0 0 10px}
.stm-cmt__card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:11px;border:1px solid var(--stm-color-border);border-radius:10px;background:var(--stm-color-surface)}
.stm-cmt__avatar img{display:block;width:38px;height:38px;border-radius:999px}
.stm-cmt__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.stm-cmt__name{color:var(--stm-color-heading);font-size:12px;font-weight:800}
.stm-cmt__meta{color:var(--stm-color-muted);font-size:10px}
.stm-cmt__text{margin-top:5px;color:var(--stm-color-ink);font-size:12px;line-height:1.55}
.stm-cmt__text p{margin:0 0 5px}
.stm-cmt__actions{margin-top:5px}
.stm-cmt__actions a{color:#0b57d0;font-size:10px;font-weight:700;text-decoration:none}
.stm-cmt__form{margin-top:14px;padding-top:14px;border-top:1px solid var(--stm-color-border)}
.stm-cmtf__title{margin:0 0 12px;color:var(--stm-color-heading);font-size:17px}
.stm-cmtf{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.stm-cmtf__field{margin:0}
.stm-cmtf__field--full,.stm-cmtf .comment-form-comment,.stm-cmtf .form-submit{grid-column:1/-1}
.stm-cmtf label{display:block;margin-bottom:5px;color:var(--stm-color-heading);font-size:11px;font-weight:700}
.stm-cmtf input,.stm-cmtf textarea{width:100%;border:1px solid var(--stm-color-border);border-radius:8px;background:var(--stm-color-surface);color:var(--stm-color-ink);font:inherit;font-size:13px;padding:9px 10px}
.stm-cmtf__submit{min-height:38px;padding:0 16px;border:0;border-radius:8px;background:var(--stm-color-primary);color:#fff;font-weight:750;cursor:pointer}

/* Dynamic Appearance > Widgets sidebar only. It begins with the article body row.
 * The sidebar itself stretches to the left article-column boundary so Engine-owned
 * sticky widgets receive a real travel container: they begin at their normal render
 * position and are constrained by the sidebar bottom. */
.stm-sp .stm-sidebar--single-post{position:relative;align-self:stretch;min-width:0;width:100%;min-height:100%;margin:0;padding:0;overflow:visible}

/* Comments remain strictly inside the left content column, never the sidebar track. */
.stm-sp__article-column > .stm-cmt{display:block;width:100%;max-width:100%;box-sizing:border-box;clear:both}
.stm-sp__article-column > .stm-cmt *{box-sizing:border-box}

@media (max-width:1180px){
  /* Single Post breadcrumbs are a desktop-only navigation aid; compact layouts start directly with the hero. */
  .stm-sp__breadcrumbs{display:none}
  /* Responsive rule: hide the widget rail on phones/tablets; very large landscape tablets with desktop-class width remain eligible above this breakpoint. */
  .stm-sp__body-layout.has-sidebar{grid-template-columns:minmax(0,1fr)}
  .stm-sp .stm-sidebar--single-post{display:none}
}
@media (max-width:900px){
  .stm-sp__lead-card.has-media{grid-template-columns:1fr}
  .stm-sp__hero{height:auto;min-height:0;aspect-ratio:var(--stm-sp-hero-ratio,16/9);border-radius:10px}
  .stm-sp__hero-img{height:100%;min-height:0;max-height:none;aspect-ratio:auto}
  .stm-sp__content{font-size:15px;line-height:1.78}
  .stm-sp__content > p:first-of-type{font-size:15.5px;line-height:1.74}
  .stm-sp__content h2{margin-top:27px;font-size:21px}
  .stm-sp__content h3{margin-top:23px;font-size:18.5px}
  .stm-sp__content h4{margin-top:19px;font-size:17px}
  .stm-sp__content h5,.stm-sp__content h6{font-size:15px}
  .stm-sp__content .wp-block-image{width:min(90%,760px)}
  .stm-sp__content p > img:only-child,.stm-sp__content > img{max-width:min(90%,760px)}
}
@media (max-width:767px){
  .stm-sp{padding:12px 0 0}
  .stm-sp__body-surface{margin-top:20px;padding:14px 0 22px}
  .stm-sp__wrap{width:min(100% - 20px,var(--stm-container-wide))}
  .stm-sp__lead-card{padding:15px;gap:12px}
  .stm-sp__lead-copy{padding:0}
  .stm-sp__article-card{padding:0}
  .stm-sp__title{font-size:clamp(27px,8vw,36px);line-height:1.1}
  .stm-sp__deck{font-size:14px;line-height:1.55}
  .stm-sp__meta-row{gap:8px 11px}
  .stm-sp__content{font-size:14.75px;line-height:1.76}
  .stm-sp__content > p:first-of-type{font-size:15px;line-height:1.72}
  .stm-sp__content p{margin-bottom:14px}
  .stm-sp__content h2{margin:24px 0 10px;padding:9px 11px 9px 13px;border-left-width:3px;border-radius:0 8px 8px 0;font-size:19.5px;line-height:1.28}
  .stm-sp__content h3{margin:21px 0 9px;padding-bottom:7px;font-size:17.5px;line-height:1.3}
  .stm-sp__content h4{margin:18px 0 8px;padding-left:9px;font-size:16.5px;line-height:1.32}
  .stm-sp__content h5,.stm-sp__content h6{margin:16px 0 7px;font-size:14.75px;line-height:1.35}
  .stm-sp__content ul,.stm-sp__content ol{padding-left:21px}
  .stm-sp__content .wp-block-image{width:94%;margin:20px auto;padding:6px;border-radius:11px}
  .stm-sp__content p > img:only-child,.stm-sp__content > img{max-width:94%;margin:20px auto;padding:6px;border-radius:11px}
  .stm-sp__content .wp-block-image figcaption,.stm-sp__content figcaption{font-size:10.5px;line-height:1.4}
  .stm-sp__content table{font-size:12px}
  .stm-sp__content th,.stm-sp__content td{padding:8px 9px}
  .stm-sp__footer-actions{align-items:flex-start;flex-direction:column}
  .stm-sp__related{padding:12px 0 0}
  /* Keep the three related Posts on one horizontal rail instead of creating extra rows. */
  .stm-sp__related-grid{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:minmax(230px,78vw);gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;padding:0 2px 8px;scrollbar-width:thin}
  .stm-sp__related-grid > .stm-bcard{scroll-snap-align:start}
  .stm-sp__nav{grid-template-columns:1fr}
  .stm-sp__nav-link--next{text-align:left}
  .stm-cmt{padding:12px}
}
@media (max-width:640px){
  .stm-cmtf{grid-template-columns:1fr}
  .stm-cmtf__field--full,.stm-cmtf .comment-form-comment,.stm-cmtf .form-submit{grid-column:auto}
}
@media (max-width:479px){
  .stm-sp__title{font-size:clamp(25px,8.4vw,32px)}
  .stm-sp__content{font-size:14.5px;line-height:1.74}
  .stm-sp__content h2{font-size:18.5px}
  .stm-sp__content h3{font-size:17px}
  .stm-sp__content h4{font-size:16px}
  .stm-sp__content h5,.stm-sp__content h6{font-size:14.5px}
  .stm-sp__content .wp-block-image{width:96%;padding:5px}
  .stm-sp__content p > img:only-child,.stm-sp__content > img{max-width:96%;padding:5px}
  .stm-sp__tools{gap:6px}
  .stm-sp__tool{min-height:32px;padding:0 9px}
}

@media print{
  .stm-site-header,.stm-footer,.stm-sidebar,.stm-sp__breadcrumbs,.stm-sp__tools,.stm-sp__footer-actions,.stm-sp__related,.stm-cmt,.stm-sp__nav{display:none!important}
  .stm-sp,.stm-sp__body-surface,.stm-sp__lead-card,.stm-sp__article-card,.stm-sp__body-layout{background:#fff!important;border:0!important;box-shadow:none!important;clip-path:none!important}
  .stm-sp__body-layout{display:block!important}
  .stm-sp__wrap{width:100%;max-width:none}
  .stm-sp__article-card{padding-inline:0}
}

/* P1: factual author/reviewer context and crawlable Blog → commerce topic links. */
.stm-sp__person-label{display:block;margin:0 0 3px;color:var(--stm-color-muted);font-size:11px;font-weight:700;letter-spacing:.045em;text-transform:uppercase}
.stm-sp__person-facts{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:7px;color:var(--stm-color-muted);font-size:12px;line-height:1.45}
.stm-sp__person-facts span{display:inline-flex;align-items:baseline;gap:3px}
.stm-sp__person-facts span:not(:last-child)::after{content:"";width:3px;height:3px;margin-left:7px;border-radius:50%;background:var(--stm-color-border)}
.stm-sp__reviewerbox{margin-top:10px;background:var(--stm-color-surface)}
.stm-sp__topic-links{margin:20px 0 0;padding:16px;border:1px solid var(--stm-color-border);border-radius:12px;background:var(--stm-color-surface)}
.stm-sp__topic-links > h2{margin:0 0 12px;color:var(--stm-color-heading);font-size:18px;line-height:1.25}
.stm-sp__topic-group + .stm-sp__topic-group{margin-top:12px}
.stm-sp__topic-group > strong{display:block;margin-bottom:7px;color:var(--stm-color-heading);font-size:12px}
.stm-sp__topic-group ul{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}
.stm-sp__topic-group li{margin:0;padding:0}
.stm-sp__topic-group a{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border:1px solid var(--stm-color-border);border-radius:999px;background:#fff;color:var(--stm-color-text);font-size:12px;font-weight:600;line-height:1.25;text-decoration:none}
.stm-sp__topic-group a:hover,.stm-sp__topic-group a:focus-visible{border-color:var(--stm-color-primary);color:var(--stm-color-primary)}
.stm-sp__topic-group a:focus-visible{outline:2px solid var(--stm-color-primary);outline-offset:2px}
@media (max-width:767px){.stm-sp__topic-links{padding:13px}.stm-sp__person-facts{display:grid;gap:4px}.stm-sp__person-facts span:not(:last-child)::after{display:none}}
@media print{.stm-sp__topic-links,.stm-sp__reviewerbox{display:none!important}}
