.site-header { transform: translateX(-9px); }
.post-main { padding-top: clamp(45px, 5.2vw, 75px); }
.post-width { width: min(1040px, 72.5vw); margin-inline: auto; }
.post-breadcrumbs { display: flex; align-items: center; gap: 8px; min-width: 0; margin: 0 0 clamp(14px, 1.45vw, 21px); color: #777; font-size: clamp(9px, .85vw, 12px); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.post-breadcrumbs a { color: var(--orange-dark); text-decoration: none; }
.post-breadcrumbs [aria-current="page"] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.post-header { margin-bottom: clamp(14px, 1.45vw, 21px); }
.post-category { display: inline-flex; text-decoration: none; }
.post-header .post-category a { color: inherit; text-decoration: none; }
.post-header h1 { max-width: 15.5em; margin: 0 0 clamp(17px, 1.7vw, 25px); font-size: clamp(36px, 4.05vw, 58px); line-height: 1.06; letter-spacing: -.048em; font-weight: 690; }
.post-deck { max-width: 48em; margin: 0; color: #606060; font-size: clamp(16px, 1.42vw, 20.5px); line-height: 1.55; letter-spacing: -.012em; }
.post-utility { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: clamp(22px, 2.1vw, 30px); }
.post-meta { font-size: clamp(11px, .95vw, 13.5px); }
.post-meta a { color: inherit; text-decoration: none; }
.share-group { display: flex; align-items: center; gap: 8px; }
.share-group > span { margin-right: 5px; color: #686868; font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.share-group button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid #dededb; border-radius: 50%; background: rgba(255,255,255,.76); color: #3f3f3f; cursor: pointer; transition: .18s ease; }
.share-group button:hover, .share-group button:focus-visible { color: var(--orange-dark); border-color: #ffb17d; background: #fff; transform: translateY(-1px); }
.share-group .icon { width: 19px; height: 19px; }
.share-group .brand-glyph { font-size: 15px; }

.post-hero-summary-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}
.post-hero-summary-row:has(> .tldr) { grid-template-columns: minmax(0, 1.35fr) minmax(340px, 1fr); }
.post-hero-summary-row > .post-hero { min-width: 0; height: 100%; }
.post-hero-summary-row > .post-hero > a { height: 100%; }
.post-hero { position: static; margin: 0; padding: clamp(5px, .55vw, 8px); border-radius: clamp(11px, 1.05vw, 16px); background: #fff; box-shadow: var(--shadow); }
.post-hero img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover !important; object-position: center center !important; background: transparent; border-radius: clamp(8px, .8vw, 12px); }
.post-hero-summary-row > .post-hero img { height: 100% !important; }
.tldr { margin: 0; padding: 24px; background: rgba(255,255,255,.68); box-shadow: 0 10px 32px rgba(30,30,30,.035); }
.tldr h2 { margin: 0 0 14px; color: var(--orange-dark); font-size: clamp(24px, 2.05vw, 30px); letter-spacing: -.025em; }
.tldr p {
  margin: 0;
  color: #373737;
  font-size: clamp(13.5px, .98vw, 14px);
  line-height: 1.5;
}
.newsletter-inline.newsletter-editorial {
  min-height: clamp(86px, 7.5vw, 108px);
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr);
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(14px, 1.45vw, 21px);
  padding: clamp(12px, 1.15vw, 17px) clamp(18px, 1.8vw, 26px);
  border-top: 0;
}
.newsletter-inline .newsletter-intro { grid-template-columns: clamp(40px, 3.7vw, 53px) minmax(0, 1fr); gap: clamp(11px, 1.1vw, 16px); }
.newsletter-inline .newsletter-icon { width: clamp(40px, 3.7vw, 53px); height: clamp(40px, 3.7vw, 53px); }
.newsletter-inline .newsletter-kicker { margin-bottom: 4px; font-size: clamp(7.5px, .7vw, 10px); }
.newsletter-inline .newsletter-title { font-size: clamp(17px, 1.55vw, 22.5px); line-height: 1.05; }
.newsletter-inline .newsletter-copy > p:last-child { margin-top: 5px; font-size: clamp(9px, .83vw, 12px); }
.newsletter-inline .newsletter-form { gap: clamp(7px, .65vw, 9px); }
.newsletter-inline .newsletter-form input,
.newsletter-inline .newsletter-form button { min-height: clamp(38px, 3.15vw, 45px); font-size: clamp(9.5px, .86vw, 12.5px); }
.newsletter-inline .newsletter-form button { padding-inline: clamp(13px, 1.2vw, 17px); }
.newsletter-inline .form-note { font-size: clamp(7px, .62vw, 9px); }

.reading-column { width: min(820px, 100%); margin: clamp(42px, 4.4vw, 63px) auto 0; }
.post-newsletter-slot + .reading-column { margin-top: clamp(40px, 4vw, 57.6px); }
.reading-column section + section { margin-top: clamp(35px, 3.6vw, 52px); }
.reading-column > :is(h2, h3):not(:first-child) { margin-top: clamp(35px, 3.6vw, 52px); }
.reading-column h2, .reading-column h3 { margin: 0 0 clamp(21px, 2.1vw, 30px); line-height: 1.18; letter-spacing: -.035em; }
.reading-column h2 { font-size: clamp(27px, 2.35vw, 34px); }
.reading-column h3 { font-size: clamp(23px, 2vw, 29px); }
.reading-column h2 span, .reading-column h3 span { text-decoration-line: underline; text-decoration-color: var(--orange); text-decoration-thickness: 3px; text-underline-offset: 7px; text-decoration-skip-ink: none; }
.reading-column p { margin: 0 0 1.25em; color: #3f3f3f; font-size: clamp(16px, 1.25vw, 18px); line-height: 1.72; }
.reading-column a {
  color: var(--ink);
  font-weight: inherit;
  text-decoration-line: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-skip-ink: none;
}
.reading-column a:hover,
.reading-column a:focus-visible { color: var(--orange-dark); }

/* The editorial quote grid belongs to the public reading column only. Core's
 * Gutenberg quote has no .reading-column wrapper, so its editable paragraph
 * remains a full-width block in the editor canvas. */
.reading-column blockquote { display: grid; grid-template-columns: 65px 1fr; gap: 20px; align-items: center; margin: clamp(24px, 2.56vw, 36.8px) 0; padding: 0; }
.reading-column .quote-mark { align-self: start; color: var(--orange); font-family: "Arial Black", Inter, Arial, sans-serif; font-size: 94px; line-height: .72; font-weight: 900; letter-spacing: -.18em; }
.reading-column blockquote p { margin: 0; color: #202020; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 2.65vw, 38px); line-height: 1.3; font-weight: 500; letter-spacing: -.018em; }

.editorial-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.editorial-list li { position: relative; padding-left: 29px; color: #444; font-size: clamp(16px, 1.18vw, 17px); line-height: 1.62; }
.editorial-list li::before { content: "›"; position: absolute; left: 4px; top: -.08em; color: #a5a5a5; font-size: 25px; line-height: 1; font-weight: 800; }
.editorial-list strong { color: #252525; font-weight: 780; }

.editorial-steps { display: grid; gap: 15px; margin: 27px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.editorial-steps li { position: relative; min-height: 38px; padding: 3px 0 0 54px; color: #444; font-size: clamp(16px, 1.18vw, 17px); line-height: 1.62; counter-increment: steps; }
.editorial-steps li::before { content: counter(steps) "."; position: absolute; left: 0; top: 0; min-width: 34px; color: var(--orange); font-size: 24px; line-height: 1.35; font-weight: 780; }

.post-end { margin-top: clamp(20px, 2.2vw, 31.5px); }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-list a { padding: 7px 13px; border: 1px solid #e5e5e2; border-radius: 999px; background: rgba(255,255,255,.72); color: #5b5b5b; font-size: 12px; font-weight: 650; text-decoration: none; }
.tag-list a:hover, .tag-list a:focus-visible { border-color: #ffc6a0; color: var(--orange-dark); }
.share-end { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 27px; padding: 20px 0; border-top: 1px solid #dededc; border-bottom: 1px solid #dededc; }
.share-end strong { font-size: clamp(17px, 1.35vw, 19px); }

.related { margin-top: clamp(40px, 4.5vw, 65px); }
.related > h2, .conversation > h2 { margin: 0 0 17px; font-size: clamp(21px, 1.75vw, 25px); letter-spacing: -.03em; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-card { min-width: 0; height: 100%; box-sizing: border-box; display: grid; grid-template-columns: 38% 1fr; gap: 13px; align-items: center; padding: 10px; text-decoration: none; }
.related-card img { width: 100%; height: auto; aspect-ratio: 1.15; object-fit: cover !important; object-position: center center !important; background: #efefeb; border-radius: 8px; }
.related-card span { min-width: 0; }
.related-card small { display: block; color: var(--orange-dark); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-card strong {
  display: -webkit-box;
  overflow: hidden;
  margin: 7px 0;
  font-size: clamp(12px, 1.03vw, 15px);
  line-height: 1.24;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.related-card em { display: block; color: #7b7b7b; font-size: 10px; font-style: normal; }
.related-card:hover strong { color: var(--orange-dark); }

.conversation { margin-top: clamp(33px, 3.7vw, 53px); }
.comment:not(li) { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: clamp(17px, 1.8vw, 26px); }
.comment-avatar { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #343434; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.comment:not(li) header { display: flex; align-items: baseline; gap: 7px; }
.comment:not(li) header strong { font-size: 14px; }
.comment:not(li) header span { color: #7d7d7d; font-size: 12px; }
.comment:not(li) p { margin: 7px 0; color: #494949; font-size: 14px; line-height: 1.55; }
.comment:not(li) button { padding: 0; border: 0; background: transparent; color: #666; font-size: 12px; font-weight: 700; cursor: pointer; }
.comment:not(li) button:hover { color: var(--orange-dark); }
:focus-visible { outline: 3px solid rgba(255,101,0,.4); outline-offset: 3px; }

@media (max-width: 980px) and (min-width: 701px) {
  .post-hero-summary-row:has(> .tldr) { grid-template-columns: 1fr; }
  .post-hero-summary-row > .post-hero { height: auto; }
  .post-hero-summary-row > .post-hero > a,
  .post-hero-summary-row > .post-hero img { height: auto !important; }
  .post-width { width: 72.5vw; }
  .post-header h1 { font-size: 36px; }
  .post-deck { font-size: 16px; }
  .post-utility { align-items: flex-end; }
  .share-group button { width: 44px; height: 44px; }
  .reading-column p, .editorial-list li, .editorial-steps li { font-size: 16px; }
  .related-card { grid-template-columns: 1fr; align-items: start; }
  .related-card img { aspect-ratio: 1.65; }
}

@media (max-width: 700px) {
  body.single-post .site-header { transform: translate(0, 7px); }
  .post-main { padding-top: 50px; }
  .post-width { width: calc(100% - 20px); }
  .post-header { margin-bottom: 10px; padding-inline: 6px; }
  .post-header h1 { max-width: none; font-size: clamp(37px, 10.7vw, 43px); line-height: 1.04; }
  .post-deck { font-size: 17px; }
  .post-deck { min-height: 79.03125px; }
  .post-utility { align-items: flex-start; flex-direction: column; }
  .post-utility { min-height: 109.641px; }
  .post-meta { font-size: 11px; }
  .share-group { flex-wrap: wrap; }
  .share-group > span { width: 100%; }
  .share-group button { width: 44px; height: 44px; }
  .post-hero-summary-row:has(> .tldr) { grid-template-columns: 1fr; }
  .post-hero-summary-row > .post-hero { height: auto; }
  .post-hero-summary-row > .post-hero > a,
  .post-hero-summary-row > .post-hero img { height: auto !important; }
  .post-hero {
    width: 100%;
    height: auto;
    padding: 4px;
  }
  .post-hero > a,
  .post-hero img { height: auto !important; }
  .post-hero img { aspect-ratio: 3 / 2 !important; }
  .tldr { padding: 23px 20px; }
  .tldr h2 { font-size: 20px; }
  .tldr p { font-size: 16px; }
  .newsletter-inline.newsletter-editorial { grid-template-columns: 1fr; gap: 12px; margin-top: 10px; padding: 14px; }
  .newsletter-inline .newsletter-intro { grid-template-columns: 40px 1fr; gap: 11px; }
  .newsletter-inline .newsletter-icon { width: 40px; height: 40px; }
  .newsletter-inline .newsletter-title { font-size: 19px; }
  .newsletter-inline .newsletter-copy > p:last-child { font-size: 10.5px; }
  .newsletter-inline .newsletter-form { grid-template-columns: 1fr auto; gap: 7px; }
  .newsletter-inline .newsletter-form input,
  .newsletter-inline .newsletter-form button { min-height: 40px; font-size: 11px; }
  .newsletter-inline .form-note { grid-column: 1 / -1; }
  .reading-column { margin-top: 42px; padding-inline: 7px; }
  .reading-column h2 { font-size: 29px; }
  .reading-column h3 { font-size: 24px; }
  .reading-column p,
  .editorial-list li,
  .editorial-steps li,
  .reading-column ul > li,
  .reading-column ol > li { font-size: 16px; line-height: 1.68; }
  .reading-column blockquote { grid-template-columns: 47px 1fr; gap: 10px; margin-block: 25.6px; }
  .reading-column .quote-mark { font-size: 68px; }
  .reading-column blockquote p { font-size: 28px; }
  .editorial-steps li { padding-left: 47px; }
  .share-end { align-items: flex-start; flex-direction: column; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { grid-template-columns: 120px 1fr; padding: 9px; }
  .related-card img { aspect-ratio: 1.15; }
  .related-card strong { font-size: 15px; }
  .comment:not(li) { grid-template-columns: 42px 1fr; gap: 12px; }
  .comment-avatar { width: 42px; height: 42px; font-size: 11px; }
  .comment:not(li) header { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .share-group button { transition: none; }
}

/* WordPress post adapters for the approved article composition.
   Published titles and decks keep their complete text. Their block height is
   deliberately content-led, just like the article body and TL;DR. */
.post-header .wp-block-post-title { max-width: 15.5em; }
.post-deck { max-width: 48em; }
.post-deck .wp-block-post-excerpt__excerpt {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.post-utility > .post-meta { margin: 0; }
.post-meta { gap: 0; }
.post-meta .meta-item { gap: clamp(4px, .4vw, 5.76px); }
.post-meta .meta-item .icon { width: clamp(12.64px, 1.078vw, 15.515px); height: clamp(12.64px, 1.078vw, 15.515px); }
.post-meta .meta-item .icon { display: block; flex: 0 0 auto; }
.post-meta > * { display: inline-flex; align-items: center; margin: 0; }
.post-meta > * + *::before { content: "·"; margin: 0 clamp(3px, .35vw, 5px) 0 0; color: #bcbcbc; }
.post-meta .wp-block-post-date a,
.post-meta .wp-block-post-comments-count a { color: inherit; text-decoration: none; }

/* The reference keeps the calendar, reading time and comments icon rhythm
   stable even when their published labels differ. Reserve responsive tracks
   only in the post utility; archive cards retain their own metadata layout. */
.post-utility > .post-meta {
  display: grid;
  grid-template-columns: clamp(121.546875px, 10.636vw, 153.15625px) clamp(123.40625px, 10.944vw, 157.59375px) minmax(0, 1fr);
  align-items: center;
}
.post-utility > .post-meta > * { min-width: 0; white-space: nowrap; }
/* Keep the comments icon and count in the same flex rhythm as date and
   reading time. A block override here collapsed their declared gap. */
.post-utility > .post-meta > :last-child { display: flex; }
.post-utility > .post-meta > :last-child .wp-block-post-comments-count { display: block; margin: 0; }

/* Core writes an inline ratio on the figure. The approved frame controls
   its height explicitly at each breakpoint; neutralising that inline ratio
   avoids a fractional rounding drift that moves all following post sections. */
figure.post-hero {
  margin: 0;
  aspect-ratio: auto !important;
}
.post-hero > a { display: block; }
.post-hero img { width: 100%; }
.tldr .wp-block-post-excerpt,
.tldr .wp-block-post-excerpt__excerpt { margin: 0; }
.tldr .wp-block-post-excerpt__excerpt { color: #373737; font-size: clamp(16px, 1.28vw, 18.5px); line-height: 1.57; }

@media (min-width: 701px) {
  /* Match the approved natural figure geometry. The image's declared ratio,
     not a rounded container height, determines the frame. */
  .post-hero {
    aspect-ratio: auto !important;
    height: auto;
    width: 100%;
  }

  .post-hero > a,
  .post-hero img {
    height: auto !important;
  }

  .post-hero-summary-row:has(> .tldr) > .post-hero { height: 100%; }
  .post-hero-summary-row:has(> .tldr) > .post-hero > a,
  .post-hero-summary-row:has(> .tldr) > .post-hero img { height: 100% !important; }

  .post-hero img { aspect-ratio: 3 / 2 !important; }

}

@media (max-width: 980px) and (min-width: 701px) {
  .post-deck {
    min-height: 49.594px;
  }

}

.post-newsletter-slot .newsletter-strip {
  position: static;
  left: auto;
  width: 100%;
}
.reading-column.wp-block-post-content { font-family: var(--sans); }
.reading-column .jm-prezi-card {
  width: min(100%, 860px);
  margin: clamp(28px, 3vw, 44px) auto;
  border: 1px solid var(--line);
  background: #fff;
}
.reading-column .jm-prezi-card__link { display: block; }
.reading-column .jm-prezi-card__preview { display: block; width: 100%; height: auto; }
.reading-column .jm-prezi-card__footer {
  margin: 0;
  padding: 13px 18px 14px;
  color: #555;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
.reading-column .jm-prezi-card__footer a { color: inherit; font-weight: 700; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.reading-column > :first-child { margin-top: 0; }
.reading-column h2,
.reading-column h3 {
  text-decoration-line: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
  text-decoration-skip-ink: none;
}
.reading-column blockquote {
  position: relative;
  min-height: 67.68px;
  margin: clamp(24px, 2.56vw, 36.8px) 0;
  padding-left: 0;
  border-left: 0;
}
.reading-column blockquote::before {
  content: "“";
  position: absolute;
  /* Match the explicit .quote-mark span in the approved HTML. The grid
     already reserves the mark column; an extra vertical offset moves only
     the orange glyph away from the reference without changing the quote
     frame or copy. */
  top: 0;
  left: 0;
  display: block;
  width: 65px;
  align-self: start;
  color: var(--orange);
  font-family: "Arial Black", Inter, Arial, sans-serif;
  font-size: 94px;
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.18em;
}
.reading-column blockquote > p {
  /* The reference keeps the quotation copy at the editorial body size. The
     oversized orange mark supplies the visual emphasis, not a second display
     type scale that would wrap the real quotation differently. */
  margin: 0;
  /* The rendered reference lets the reading-column ink win over the earlier
     generic quote rule. Keep that exact editorial grey in historical posts. */
  color: #3f3f3f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: -.018em;
  align-self: center;
  grid-column: 2;
}
.reading-column blockquote > p strong { font-weight: inherit; }
.reading-column ul { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.reading-column ul > li { position: relative; padding-left: 29px; }
.reading-column ul > li::before { content: "›"; position: absolute; left: 4px; top: -.08em; color: #a5a5a5; font-size: 25px; line-height: 1; font-weight: 800; }
.reading-column ol { display: grid; gap: 15px; margin: 27px 0 0; padding: 0; list-style: none; counter-reset: editorial-steps; }
.reading-column ol > li { position: relative; min-height: 38px; padding: 3px 0 0 54px; counter-increment: editorial-steps; }
.reading-column ol > li::before { content: counter(editorial-steps) "."; position: absolute; left: 0; top: 0; min-width: 34px; color: var(--orange); font-size: 24px; line-height: 1.35; font-weight: 780; }
.reading-column li { color: #444; font-size: clamp(16px, 1.18vw, 17px); line-height: 1.62; }

/*
 * A quiet editorial note, deliberately distinct from a quotation. Icons are
 * inline outline SVGs so they stay monochrome, sharp and dependency-free.
 */
.wp-block-jm-editorial-callout {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: clamp(13px, 1.25vw, 18px);
  align-items: start;
  margin: clamp(30px, 3.2vw, 46px) 0;
  padding: clamp(19px, 1.8vw, 26px) clamp(20px, 2.15vw, 31px);
  border: 1px solid #e4e3df;
  border-radius: clamp(10px, 1vw, 14px);
  background: #efefec;
  color: #333330;
}
.jm-editorial-callout__icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: .08em;
  color: var(--orange-dark);
}
.jm-editorial-callout__icon-svg { width: 24px; height: 24px; }
.jm-editorial-callout__content { min-width: 0; }
.reading-column .jm-editorial-callout__content > p,
.editor-styles-wrapper .jm-editorial-callout__content > p {
  margin: 0;
  color: inherit;
  font-family: var(--sans);
  font-size: clamp(16px, 1.18vw, 17px);
  line-height: 1.62;
  font-weight: 500;
  letter-spacing: -.006em;
}
.reading-column .jm-editorial-callout__content > p + p,
.editor-styles-wrapper .jm-editorial-callout__content > p + p { margin-top: .8em; }
.reading-column .jm-editorial-callout__content > ul,
.reading-column .jm-editorial-callout__content > ol,
.editor-styles-wrapper .jm-editorial-callout__content > ul,
.editor-styles-wrapper .jm-editorial-callout__content > ol {
  margin: .8em 0 0;
}
.reading-column .jm-editorial-callout__content li,
.editor-styles-wrapper .jm-editorial-callout__content li {
  font-family: var(--sans);
  font-size: clamp(15px, 1.1vw, 16px);
}
.editor-styles-wrapper .wp-block-jm-editorial-callout.is-selected {
  box-shadow: 0 0 0 1px var(--orange);
}

.post-share { margin: 0; }
.jm-share-links { display: flex; align-items: center; gap: 8px; }
.jm-share-links__heading { margin-right: 5px; color: #686868; font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.jm-share-links__list { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.jm-share-links__link {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #dededb;
  border-radius: 50%;
  background: rgba(255,255,255,.76);
  color: #3f3f3f;
  text-decoration: none;
  transition: .18s ease;
}
.jm-share-links__link:hover,
.jm-share-links__link:focus-visible { color: var(--orange-dark); border-color: #ffb17d; background: #fff; transform: translateY(-1px); }
.jm-share-links__link--email { display: none; }
/* The mail action is intentionally outside V1's approved three-action share UI.
 * Hiding only the link leaves its list item in the flex flow and creates an
 * extra 8px gap, so remove that item from layout as well. */
.jm-share-links__list li:has(.jm-share-links__link--email) { display: none; }
.jm-share-links .brand-glyph { font-size: 15px; }
.jm-share-links .share-glyph { display: grid; place-items: center; width: 19px; height: 19px; font-size: 14px; font-weight: 750; line-height: 1; }
.jm-share-links .share-glyph .icon { width: 19px; height: 19px; }
.post-end {
  width: min(820px, 100%);
  margin: clamp(20px, 2.2vw, 31.5px) auto 0;
}
.post-author { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 19px; color: #5b5b5b; font-size: 14px; line-height: 1.4; font-style: normal; }
.post-author__label { font-weight: 500; }
.post-author__link {
  color: var(--ink);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.post-author__link:hover,
.post-author__link:focus-visible { color: var(--orange-dark); }
.post-end .tag-list { display: flex; flex-wrap: wrap; gap: 9px; }
.post-end .tag-list .wp-block-post-terms { display: flex; flex-wrap: wrap; gap: 9px; }
.post-end .tag-list .wp-block-post-terms__separator { display: none; }
.post-end .tag-list a { padding: 7px 13px; border: 1px solid #e5e5e2; border-radius: 999px; background: rgba(255,255,255,.72); color: #5b5b5b; font-size: 12px; font-weight: 650; text-decoration: none; }
.post-end .tag-list a:hover, .post-end .tag-list a:focus-visible { border-color: #ffc6a0; color: var(--orange-dark); }
.post-end-share { margin-top: 27px; padding: 20px 0; border-top: 1px solid #dededc; border-bottom: 1px solid #dededc; }
.post-end-share .post-share { display: block; }
.post-end-share .jm-share-links { justify-content: space-between; }
.post-end-share .jm-share-links__heading { color: var(--ink); font-size: clamp(17px, 1.35vw, 19px); font-weight: 700; letter-spacing: 0; text-transform: none; }
.post-share-top .jm-share-links__heading { font-size: 0; letter-spacing: 0; }
.post-share-top .jm-share-links__heading::before { content: "Compartir"; font-size: 11px; letter-spacing: .07em; }

.jm-related-posts { margin-top: clamp(40px, 4.5vw, 65px); }
.jm-related-posts h2 { margin: 0 0 17px; font-size: clamp(21px, 1.75vw, 25px); letter-spacing: -.03em; }
.jm-related-posts__list { margin: 0; padding: 0; list-style: none; }
.related-card__placeholder { width: 100%; aspect-ratio: 1.15; border-radius: 8px; background: linear-gradient(135deg, #ecece8, #deded8); }

@media (max-width: 700px) {
  .post-header .wp-block-post-title {
    max-width: none;
  }
  .post-share-top .jm-share-links { align-items: flex-start; flex-wrap: wrap; }
  .post-share-top .jm-share-links__heading { width: 100%; }
  .post-end {
    width: calc(100% - 14px);
  }
  .post-end .tag-list {
    min-height: 77px;
  }
  .post-end-share .jm-share-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .reading-column blockquote { min-height: 0; margin-block: 25.6px; }
  .reading-column blockquote::before { top: 0; width: 47px; font-size: 68px; }
  .reading-column blockquote > p { line-height: 1.68; }
  .wp-block-jm-editorial-callout {
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 12px;
    margin-block: 32px;
    padding: 18px;
  }
  .jm-editorial-callout__icon { width: 23px; height: 23px; }
  .jm-editorial-callout__icon-svg { width: 22px; height: 22px; }
}
