:root {
  --news-paper: #181818;
  --news-paper-soft: #202020;
  --news-ink: #f1eee8;
  --news-muted: #aaa69f;
  --news-rule: #47433e;
  --news-accent: #a30d12;
  --news-accent-bright: #d41b22;
  --news-card: #1d1d1d;
  --news-editor-surface: #242424;
  --news-serif: Georgia, "Times New Roman", serif;
  --news-sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

html[data-theme="light"] {
  --news-paper: #f5f1e8;
  --news-paper-soft: #ebe5da;
  --news-ink: #171513;
  --news-muted: #625d56;
  --news-rule: #b7afa2;
  --news-accent: #951219;
  --news-accent-bright: #b51921;
  --news-card: #faf7f0;
  --news-editor-surface: #fffdf8;
}

.site-page-shell {
  width: min(1380px, calc(100% - 24px));
  margin-top: 18px;
}

.news-masthead,
.news-main,
.news-masthead * ,
.news-main * {
  box-sizing: border-box;
}

.news-masthead,
.news-main {
  color: var(--news-ink);
  font-family: var(--news-sans);
}

.news-masthead {
  position: relative;
  overflow: hidden;
  padding: 30px clamp(20px, 5vw, 68px) 0;
  color: #fffaf2;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.08) 0 24%, rgba(0,0,0,.4) 48%, rgba(0,0,0,.25) 100%),
    linear-gradient(0deg, rgba(0,0,0,.72) 0, rgba(0,0,0,.12) 58%, rgba(0,0,0,.24) 100%),
    url("./iron-banner-masthead.png") center / cover no-repeat,
    #171717;
  border: 1px solid #4e4a45;
  border-bottom: 0;
}

.news-masthead::after {
  content: "";
  display: block;
  height: 5px;
  margin-top: 24px;
  background: linear-gradient(90deg, transparent, var(--news-accent) 18%, var(--news-accent) 82%, transparent);
}

.news-masthead-rule {
  width: 86px;
  height: 2px;
  margin: 0 auto 12px;
  background: #c6151b;
  box-shadow: 0 1px 8px rgba(0,0,0,.85);
}

.news-masthead-kicker,
.news-eyebrow {
  margin: 0;
  color: var(--news-accent-bright);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.news-masthead-kicker {
  color: #ef373d;
  text-shadow: 0 1px 5px #000;
}

.news-wordmark {
  display: block;
  width: fit-content;
  margin: 3px auto 0;
  color: #fffaf2;
  font-family: var(--news-serif);
  font-size: clamp(2.5rem, 7vw, 5.9rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
  text-decoration: none;
  text-shadow: 0 2px 2px #000, 0 5px 24px rgba(0,0,0,.95);
}

.news-wordmark:hover {
  color: #fffaf2;
  text-decoration: none;
}

.news-masthead-subtitle {
  margin: 10px 0 19px;
  color: #eee9e1;
  font-family: var(--news-serif);
  font-size: 1rem;
  font-style: italic;
}

.news-publication-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 52px);
  border-top: 1px solid rgba(255,255,255,.42);
  padding-top: 13px;
}

.news-publication-nav a {
  position: relative;
  padding: 3px 0 12px;
  color: #fffaf2;
  font-size: .88rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.news-publication-nav a:hover,
.news-publication-nav a[aria-current="page"] {
  color: var(--news-accent-bright);
}

.news-publication-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: currentColor;
}

.news-main {
  min-height: 420px;
  padding: clamp(24px, 5vw, 68px);
  background: var(--news-paper);
  border: 1px solid var(--news-rule);
  border-top: 0;
}

.news-main a {
  color: inherit;
}

.news-lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(285px, .75fr);
  gap: clamp(26px, 4vw, 54px);
  padding-bottom: clamp(34px, 6vw, 76px);
  border-bottom: 1px solid var(--news-rule);
}

.news-lead-story {
  min-width: 0;
}

.news-story-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  text-decoration: none;
}

.news-story-image img,
.news-archive-thumb img,
.news-article-hero img,
.news-inline-image img,
.news-media-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-story-image img {
  transition: transform .35s ease, filter .35s ease;
}

.news-story-image:hover img {
  transform: scale(1.025);
  filter: contrast(1.04);
}

.news-story-image.is-placeholder,
.news-archive-thumb.is-placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, transparent 0 46%, color-mix(in srgb, var(--news-accent) 40%, transparent) 46% 54%, transparent 54%),
    var(--news-paper-soft);
}

.news-story-image.is-placeholder span,
.news-archive-thumb.is-placeholder span {
  color: var(--news-ink);
  font-family: var(--news-serif);
  font-size: clamp(2.1rem, 7vw, 5rem);
  font-weight: 700;
  opacity: .35;
}

.news-lead-copy {
  max-width: 900px;
  padding-top: 22px;
}

.news-lead-copy h1,
.news-secondary-story h2,
.news-story-card h3,
.news-page-heading h1,
.news-archive-item h2,
.news-article-header h1,
.news-editor-heading h1,
.news-editor-panel h2,
.news-empty-state h1 {
  font-family: var(--news-serif);
}

.news-lead-copy h1 {
  margin: 8px 0 12px;
  font-size: clamp(2.15rem, 4.7vw, 4.6rem);
  letter-spacing: -.04em;
  line-height: 1.02;
}

.news-lead-copy h1 a,
.news-secondary-story h2 a,
.news-story-card h3 a,
.news-archive-item h2 a {
  text-decoration: none;
}

.news-lead-copy h1 a:hover,
.news-secondary-story h2 a:hover,
.news-story-card h3 a:hover,
.news-archive-item h2 a:hover {
  color: var(--news-accent-bright);
}

.news-story-summary {
  max-width: 70ch;
  margin: 0;
  color: var(--news-muted);
  font-family: var(--news-serif);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.55;
}

.news-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 14px 0 0;
  color: var(--news-muted);
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.news-secondary-stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news-secondary-story + .news-secondary-story {
  padding-top: 30px;
  border-top: 1px solid var(--news-rule);
}

.news-secondary-story .news-story-image {
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
}

.news-secondary-story h2 {
  margin: 7px 0 0;
  font-size: clamp(1.42rem, 2.3vw, 2rem);
  letter-spacing: -.025em;
  line-height: 1.08;
}

.news-more-section {
  padding-top: clamp(34px, 6vw, 68px);
}

.news-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.news-section-heading h2 {
  margin: 4px 0 0;
  font-family: var(--news-serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 26px;
}

.news-story-card {
  min-width: 0;
}

.news-story-card .news-story-image {
  aspect-ratio: 3 / 2;
}

.news-card-copy {
  padding-top: 15px;
}

.news-story-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  letter-spacing: -.02em;
  line-height: 1.15;
}

.news-story-card p:not(.news-story-meta) {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--news-muted);
  font-family: var(--news-serif);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-archive-link {
  margin-top: 48px;
  padding-top: 19px;
  border-top: 1px solid var(--news-rule);
  text-align: right;
}

.news-archive-link a {
  color: var(--news-accent-bright);
  font-weight: 750;
  text-decoration: none;
}

.news-weekly-sponsors {
  margin-top: clamp(48px, 7vw, 88px);
  padding-top: clamp(26px, 4vw, 42px);
  border-top: 4px double var(--news-rule);
  text-align: center;
}

.news-weekly-sponsors h2 {
  margin: 0 0 22px;
  color: var(--news-ink);
  font-family: var(--news-serif);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 700;
  letter-spacing: .01em;
}

.news-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-sponsor-card {
  overflow: hidden;
  aspect-ratio: 768 / 233;
  margin: 0;
  background: #0d0d0d;
  border: 1px solid var(--news-rule);
}

.news-sponsor-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-sponsor-link {
  display: block;
  width: 100%;
  height: 100%;
}

.news-sponsor-link img {
  transition: filter .2s ease, transform .2s ease;
}

.news-sponsor-link:hover img {
  filter: brightness(1.08) contrast(1.03);
  transform: scale(1.012);
}

.news-empty-state {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(55px, 12vw, 140px) 20px;
  text-align: center;
}

.news-empty-state h1 {
  margin: 9px 0 13px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
}

.news-empty-state p {
  color: var(--news-muted);
  font-size: 1.04rem;
  line-height: 1.6;
}

.news-page-heading {
  padding-bottom: 24px;
  border-bottom: 4px double var(--news-rule);
}

.news-page-heading h1 {
  margin: 7px 0 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.news-archive-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
}

.news-archive-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--news-rule);
}

.news-archive-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
}

.news-archive-item time,
.news-archive-author {
  color: var(--news-muted);
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.news-archive-item h2 {
  margin: 5px 0 8px;
  font-size: 1.55rem;
  line-height: 1.1;
}

.news-archive-item p {
  margin: 0 0 11px;
  color: var(--news-muted);
  font-family: var(--news-serif);
  line-height: 1.45;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 38px;
}

.news-pagination a,
.news-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  color: var(--news-ink);
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  border-radius: 4px;
  font-family: var(--news-sans);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.news-button:hover,
.news-pagination a:hover {
  color: var(--news-ink);
  border-color: var(--news-ink);
  text-decoration: none;
}

.news-button-primary {
  color: #fff;
  background: var(--news-accent);
  border-color: var(--news-accent-bright);
}

.news-button-primary:hover {
  color: #fff;
  background: var(--news-accent-bright);
  border-color: var(--news-accent-bright);
}

.news-empty-state .news-button {
  margin-top: 15px;
}

.news-article-main {
  padding-top: clamp(40px, 8vw, 100px);
}

.news-article {
  max-width: 980px;
  margin: 0 auto;
}

.news-article-header {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.news-article-header h1 {
  margin: 9px 0 19px;
  font-size: clamp(2.45rem, 7vw, 5.8rem);
  letter-spacing: -.045em;
  line-height: .99;
}

.news-article-deck {
  max-width: 740px;
  margin: 0 auto;
  color: var(--news-muted);
  font-family: var(--news-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  line-height: 1.5;
}

.news-article-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
  margin-top: 25px;
  color: var(--news-muted);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.news-article-byline a {
  color: var(--news-accent-bright);
  text-decoration: none;
}

.news-article-hero {
  margin: 0 0 44px;
}

.news-article-hero img {
  max-height: 690px;
  object-fit: cover;
  border: 1px solid var(--news-rule);
}

.news-article-hero figcaption,
.news-inline-image figcaption {
  margin-top: 8px;
  color: var(--news-muted);
  font-size: .83rem;
  line-height: 1.45;
}

.news-article-body {
  max-width: 760px;
  margin: 0 auto;
  color: var(--news-ink);
  font-family: var(--news-serif);
  font-size: clamp(1.08rem, 1.8vw, 1.22rem);
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.news-article-body h2,
.news-article-body h3 {
  margin: 2em 0 .55em;
  font-family: var(--news-serif);
  line-height: 1.12;
}

.news-article-body h2 { font-size: 2rem; }
.news-article-body h3 { font-size: 1.5rem; }

.news-article-body a {
  color: var(--news-accent-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.news-article-body blockquote {
  margin: 1.7em 0;
  padding: .2em 0 .2em 1.2em;
  color: var(--news-muted);
  border-left: 4px solid var(--news-accent);
  font-size: 1.15em;
  font-style: italic;
}

.news-inline-image {
  margin: 2.2em -70px;
}

.news-inline-image img {
  max-height: 680px;
  object-fit: contain;
  background: var(--news-paper-soft);
}

.news-article-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 760px;
  margin: 56px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--news-rule);
}

.news-article-footer a {
  color: var(--news-accent-bright);
  font-weight: 750;
  text-decoration: none;
}

/* Chief Editor */
.news-editor-main {
  background: var(--news-paper-soft);
}

.news-editor-heading,
.news-editor-panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.news-editor-heading {
  margin-bottom: 28px;
}

.news-editor-heading h1 {
  margin: 5px 0 4px;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.news-editor-heading p:last-child,
.news-editor-panel-heading p,
.news-editor-empty {
  margin: 0;
  color: var(--news-muted);
  line-height: 1.5;
}

.news-editor-panel {
  padding: clamp(20px, 3vw, 30px);
  background: var(--news-editor-surface);
  border: 1px solid var(--news-rule);
  border-radius: 6px;
  box-shadow: 0 14px 35px rgba(0,0,0,.12);
}

.news-editor-panel + .news-editor-panel {
  margin-top: 24px;
}

.news-editor-panel h2 {
  margin: 4px 0 14px;
  font-size: 1.7rem;
}

.news-editor-panel h3 {
  margin: 0 0 14px;
  font-family: var(--news-serif);
  font-size: 1.25rem;
}

.news-order-form {
  margin-top: 22px;
}

.news-order-list {
  display: grid;
  gap: 8px;
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
}

.news-order-item {
  display: grid;
  grid-template-columns: 25px 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 8px 10px;
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  border-radius: 4px;
}

.news-order-item.is-dragging { opacity: .45; }
.news-drag-handle { color: var(--news-muted); cursor: grab; font-size: 1.15rem; }
.news-order-number { color: var(--news-accent-bright); font-family: var(--news-serif); font-size: 1.25rem; font-weight: 700; }
.news-order-title { font-weight: 700; }

.news-order-controls {
  display: flex;
  gap: 4px;
}

.news-order-controls button,
.news-row-actions button,
.news-row-actions > a,
.news-copy-shortcode,
.news-media-actions button,
.news-sponsor-admin-actions button,
.news-editor-toolbar button {
  padding: 7px 9px;
  color: var(--news-ink);
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  border-radius: 3px;
  font: 700 .79rem/1 var(--news-sans);
  text-decoration: none;
  cursor: pointer;
}

.news-editor-table-wrap { overflow-x: auto; margin-top: 18px; }

.news-editor-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: .9rem;
}

.news-editor-table th,
.news-editor-table td {
  padding: 13px 11px;
  border-bottom: 1px solid var(--news-rule);
  text-align: left;
  vertical-align: top;
}

.news-editor-table th {
  color: var(--news-muted);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-editor-table td strong,
.news-editor-table td small { display: block; }
.news-editor-table td small { margin-top: 5px; color: var(--news-muted); }

.news-status {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid var(--news-rule);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 750;
}

.news-status-published { color: #85d28c; border-color: #49744d; }
.news-status-draft { color: #e4c875; border-color: #7f6e37; }
.news-status-archived { color: var(--news-muted); }
.news-status-under_review { color: #e4c875; border-color: #7f6e37; }
.news-status-accepted { color: #85d28c; border-color: #49744d; }
.news-status-declined { color: var(--news-muted); }
html[data-theme="light"] .news-status-published { color: #286e30; }
html[data-theme="light"] .news-status-draft { color: #725a00; }
html[data-theme="light"] .news-status-under_review { color: #725a00; }
html[data-theme="light"] .news-status-accepted { color: #286e30; }

.news-row-actions,
.news-row-actions form,
.news-media-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.news-row-actions button:hover,
.news-row-actions > a:hover,
.news-media-actions button:hover,
.news-sponsor-admin-actions button:hover,
.news-copy-shortcode:hover,
.news-editor-toolbar button:hover,
.news-order-controls button:hover {
  border-color: var(--news-ink);
}

.news-row-actions .is-danger,
.news-media-actions .is-danger,
.news-sponsor-admin-actions .is-danger,
.news-editor-actions .is-danger { color: #ef7777; }
html[data-theme="light"] .news-row-actions .is-danger,
html[data-theme="light"] .news-media-actions .is-danger,
html[data-theme="light"] .news-sponsor-admin-actions .is-danger,
html[data-theme="light"] .news-editor-actions .is-danger { color: #9f1616; }

.news-flash {
  margin: 0 0 22px;
  padding: 13px 15px;
  background: var(--news-editor-surface);
  border: 1px solid #47754d;
  border-left-width: 5px;
  border-radius: 4px;
  line-height: 1.45;
}

.news-flash-error { border-color: #a54242; }
.news-flash ul { margin: 0; padding-left: 20px; }

.news-editor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, .7fr);
  align-items: start;
  gap: 24px;
}

.news-editor-sidebar {
  display: grid;
  gap: 24px;
}

.news-editor-sidebar .news-editor-panel + .news-editor-panel { margin-top: 0; }

.news-editor-form {
  display: grid;
  gap: 18px;
}

.news-editor-form label {
  display: grid;
  gap: 7px;
}

.news-editor-form label > span,
.news-body-label > span {
  font-size: .86rem;
  font-weight: 750;
}

.news-editor-form input[type="text"],
.news-editor-form input[type="url"],
.news-editor-form input[type="file"],
.news-editor-form textarea,
.news-slug-field {
  width: 100%;
  color: var(--news-ink);
  background: var(--news-paper);
  border: 1px solid var(--news-rule);
  border-radius: 4px;
  font: 400 1rem/1.45 var(--news-sans);
}

.news-editor-form input[type="text"],
.news-editor-form input[type="url"],
.news-editor-form input[type="file"],
.news-editor-form textarea { padding: 10px 11px; }

.news-editor-form input:focus,
.news-editor-form textarea:focus {
  border-color: var(--news-accent-bright);
  outline: 2px solid color-mix(in srgb, var(--news-accent-bright) 28%, transparent);
  outline-offset: 1px;
}

.news-slug-field {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news-slug-field > span {
  padding-left: 10px;
  color: var(--news-muted);
  font-size: .82rem;
  white-space: nowrap;
}

.news-slug-field input[type="text"] { border: 0; }

.news-body-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: -10px;
}

.news-body-label small { color: var(--news-muted); }

.news-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: -12px;
  padding: 8px;
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.news-editor-toolbar + .news-body-editor { border-radius: 0 0 4px 4px; }

.news-upload-fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 17px;
  border: 1px solid var(--news-rule);
}

.news-upload-fieldset legend { padding: 0 7px; font-weight: 750; }
.news-upload-fieldset legend span { color: var(--news-muted); font-weight: 400; }

.news-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.news-compact-form { gap: 13px; }
.news-editor-panel code { color: var(--news-accent-bright); overflow-wrap: anywhere; }

.news-field-help {
  display: block;
  margin-top: -6px;
  color: var(--news-muted);
  font-size: .8rem;
  line-height: 1.45;
}

.news-submission-main {
  background: var(--news-paper-soft);
}

.news-submit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
  align-items: start;
  gap: 24px;
}

.news-submission-safety-note {
  margin: -5px 0 0;
  padding: 11px 13px;
  color: var(--news-muted);
  background: var(--news-paper-soft);
  border-left: 3px solid var(--news-accent);
  font-size: .83rem;
  line-height: 1.5;
}

.news-submission-history,
.news-source-link-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-submission-history li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 6px 10px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--news-rule);
}

.news-submission-history li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-submission-history strong,
.news-submission-history small,
.news-submission-history a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.news-submission-history small,
.news-submission-history a {
  grid-column: 1 / -1;
}

.news-submission-history small { color: var(--news-muted); }
.news-submission-history a { color: var(--news-accent-bright); font-weight: 700; }

.news-queue-count {
  display: inline-grid;
  min-width: 1.65em;
  min-height: 1.65em;
  place-items: center;
  padding: 0 .4em;
  color: #fff;
  background: var(--news-accent);
  border-radius: 999px;
  font: 800 .72rem/1 var(--news-sans);
  vertical-align: .2em;
}

.news-submission-table .news-button {
  display: inline-flex;
  white-space: nowrap;
}

.news-source-link-list {
  margin-top: 16px;
  counter-reset: news-source;
}

.news-source-link-list li {
  min-width: 0;
  padding: 9px 10px;
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  border-radius: 3px;
}

.news-source-link-list a {
  display: block;
  color: var(--news-accent-bright);
  font-size: .82rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.news-review-complete {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.news-review-complete p:not(.news-eyebrow) {
  color: var(--news-muted);
}

.news-checkbox-label {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px !important;
  width: fit-content;
  cursor: pointer;
}

.news-checkbox-label input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--news-accent-bright);
}

.news-sponsor-manager-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 28px;
  margin-top: 24px;
}

.news-sponsor-create-panel,
.news-sponsor-order-panel {
  min-width: 0;
  padding: 19px;
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  border-radius: 4px;
}

.news-sponsor-order-list {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 4px;
}

.news-sponsor-order-item {
  grid-template-columns: 25px 34px 116px minmax(0, 1fr) auto;
}

.news-sponsor-order-item > img {
  display: block;
  width: 116px;
  aspect-ratio: 768 / 233;
  object-fit: contain;
  background: #0d0d0d;
  border: 1px solid var(--news-rule);
}

.news-sponsor-order-item .news-order-title small {
  display: block;
  margin-top: 3px;
  color: var(--news-muted);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.news-sponsor-admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.news-sponsor-admin-card {
  min-width: 0;
  overflow: hidden;
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  border-radius: 4px;
}

.news-sponsor-admin-card.is-hidden {
  opacity: .72;
}

.news-sponsor-admin-preview {
  display: block;
  width: 100%;
  aspect-ratio: 768 / 233;
  object-fit: contain;
  background: #0d0d0d;
  border-bottom: 1px solid var(--news-rule);
}

.news-sponsor-admin-copy {
  display: grid;
  gap: 7px;
  padding: 13px;
}

.news-sponsor-admin-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.news-sponsor-admin-copy small {
  color: var(--news-muted);
}

.news-sponsor-edit-details {
  border-top: 1px solid var(--news-rule);
}

.news-sponsor-edit-details summary {
  padding: 11px 13px;
  color: var(--news-accent-bright);
  font-size: .84rem;
  font-weight: 750;
  cursor: pointer;
}

.news-sponsor-edit-details form {
  padding: 4px 13px 15px;
}

.news-sponsor-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.news-media-grid {
  display: grid;
  gap: 13px;
}

.news-media-item {
  overflow: hidden;
  background: var(--news-paper-soft);
  border: 1px solid var(--news-rule);
  border-radius: 4px;
}

.news-media-item.is-hero { border-color: var(--news-accent-bright); }
.news-media-item > img { aspect-ratio: 16 / 9; object-fit: cover; }
.news-media-item > div { display: grid; gap: 9px; padding: 11px; }
.news-copy-shortcode { width: fit-content; }

@media (max-width: 1050px) {
  .news-lead-layout { grid-template-columns: minmax(0, 1.45fr) minmax(250px, .75fr); }
  .news-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-archive-list { grid-template-columns: 1fr; }
  .news-editor-layout { grid-template-columns: 1fr; }
  .news-submit-layout { grid-template-columns: 1fr; }
  .news-editor-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-sponsor-manager-layout { grid-template-columns: 1fr; }
  .news-sponsor-admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-page-shell { width: min(100% - 14px, 1380px); margin-top: 8px; }
  .news-masthead { padding: 24px 14px 0; background-position: 18% center; }
  .news-wordmark { font-size: clamp(2.5rem, 15vw, 4.5rem); }
  .news-masthead-subtitle { font-size: .92rem; }
  .news-publication-nav { gap: 19px; overflow-x: auto; justify-content: flex-start; }
  .news-main { padding: 28px 16px 42px; }
  .news-lead-layout { grid-template-columns: 1fr; gap: 36px; }
  .news-secondary-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-secondary-story + .news-secondary-story { padding-top: 0; border-top: 0; }
  .news-lead-copy h1 { font-size: clamp(2.1rem, 10vw, 3.4rem); }
  .news-card-grid { gap: 31px 15px; }
  .news-inline-image { margin-right: 0; margin-left: 0; }
  .news-archive-item { grid-template-columns: 125px minmax(0, 1fr); gap: 14px; }
  .news-editor-heading,
  .news-editor-panel-heading { align-items: flex-start; flex-direction: column; }
  .news-editor-sidebar { grid-template-columns: 1fr; }
  .news-body-label { align-items: flex-start; flex-direction: column; }
  .news-slug-field { align-items: stretch; flex-direction: column; }
  .news-slug-field > span { padding: 9px 10px 0; white-space: normal; }
  .news-sponsor-grid { grid-template-columns: 1fr; gap: 14px; }
  .news-sponsor-order-item { grid-template-columns: 22px 28px 88px minmax(0, 1fr); }
  .news-sponsor-order-item > img { width: 88px; }
  .news-sponsor-order-item .news-order-controls { grid-column: 4; }
}

@media (max-width: 520px) {
  .news-secondary-stack,
  .news-card-grid { grid-template-columns: 1fr; }
  .news-secondary-story + .news-secondary-story { padding-top: 26px; border-top: 1px solid var(--news-rule); }
  .news-archive-item { grid-template-columns: 1fr; }
  .news-archive-thumb { aspect-ratio: 16 / 9; }
  .news-order-item { grid-template-columns: 20px 28px minmax(0, 1fr); }
  .news-order-controls { grid-column: 3; }
  .news-sponsor-order-item { grid-template-columns: 20px 26px minmax(0, 1fr); }
  .news-sponsor-order-item > img { grid-column: 3; width: min(160px, 100%); }
  .news-sponsor-order-item .news-order-title,
  .news-sponsor-order-item .news-order-controls { grid-column: 3; }
  .news-sponsor-admin-grid { grid-template-columns: 1fr; }
  .news-article-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .news-story-image img { transition: none; }
}
