/* BasedBench theme: Newsprint — the original field-note/newspaper design */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Syne:wght@600&display=swap');

.article-page {
  --bb-paper: #eef1ea;
  --bb-panel: #f8faf4;
  --bb-ink: #0c2b24;
  --bb-brand: #0a4036;
  --bb-accent: #14705a;
  --bb-muted: #4d635b;
  --bb-rule: rgba(12, 43, 36, 0.28);
  --bb-display: 'Inter', sans-serif;
  --bb-serif: 'Inter', sans-serif; /* body copy; name kept for historical reasons */
  --bb-label: 'Inter', 'Arial Narrow', Arial, sans-serif;
  background: var(--bb-paper);
  color: var(--bb-ink);
  font-family: var(--bb-serif);
  font-optical-sizing: auto;
}

.article-topbar {
  align-items: center;
  background: var(--bb-brand);
  border-bottom: 3px double var(--bb-paper);
  color: white;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.1rem clamp(1rem, 4vw, 3rem);
  position: relative;
  width: 100%;
}

.article-home {
  color: white;
  position: relative;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease, opacity 0.2s ease;
  z-index: 1;
}

.article-home {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.article-home:hover {
  opacity: 1;
  text-decoration-color: white;
}

.article-shell {
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem);
  width: 100%;
}

.launch-article {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.article-folio {
  align-items: center;
  border-bottom: 1px solid var(--bb-ink);
  border-top: 3px double var(--bb-ink);
  color: var(--bb-ink);
  display: grid;
  font-family: var(--bb-label);
  font-size: 0.84rem;
  font-style: italic;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  padding: 0.55rem 0;
  text-align: center;
}

.article-folio span {
  position: relative;
}

.article-folio span + span::before {
  background:
    linear-gradient(var(--bb-ink), var(--bb-ink)) center/1px 100% no-repeat,
    radial-gradient(circle, var(--bb-accent) 0 2px, transparent 2px);
  content: "";
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
}

.article-hero {
  border-top: 1px solid var(--bb-rule);
  margin-bottom: 2.2rem;
  padding-top: 1.55rem;
  position: relative;
}

.article-hero h1 {
  color: var(--bb-ink);
  font-family: var(--bb-display);
  font-size: clamp(2.3rem, 6vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  max-width: 20ch;
  margin-bottom: 1.25rem;
  text-wrap: balance;
}

.article-dek {
  font-family: var(--bb-display);
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--bb-accent);
  margin-bottom: 1rem;
}

.article-summary {
  color: var(--bb-ink);
  font-size: 1.22rem;
  line-height: 1.5;
  max-width: 820px;
}

.article-section {
  margin-top: 2.4rem;
  position: relative;
}

.article-footer-note {
  max-width: 820px;
}

.article-section h2 {
  color: var(--bb-ink);
  font-family: var(--bb-display);
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin-bottom: 1rem;
  position: relative;
}

.article-section h2::after {
  background:
    linear-gradient(var(--bb-ink), var(--bb-ink)) 0 50%/100% 1px no-repeat,
    linear-gradient(var(--bb-accent), var(--bb-accent)) 0 50%/4.5rem 3px no-repeat;
  content: "";
  display: block;
  height: 0.7rem;
  margin-top: 0.65rem;
}

.article-section > p {
  color: var(--bb-ink);
  font-size: clamp(1.16rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  margin-top: 1rem;
}

.provenance-note {
  border-bottom: 3px solid var(--bb-ink);
  border-top: 3px solid var(--bb-ink);
  display: grid;
  gap: 0;
  margin-top: 2.2rem;
}

.provenance-item {
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: 9rem minmax(0, 1fr);
  padding: 1.2rem 0 1.2rem 1rem;
  position: relative;
}

.provenance-item::before {
  background: var(--bb-ink);
  content: "";
  height: calc(100% - 1.6rem);
  left: 0;
  position: absolute;
  top: 0.8rem;
  width: 0.35rem;
}

.provenance-item:nth-child(2)::before {
  background: var(--bb-accent);
}

.provenance-item + .provenance-item {
  border-top: 1px solid var(--bb-rule);
}

.article-section .provenance-label {
  color: var(--bb-accent);
  font-family: var(--bb-label);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
  margin-top: 0.28rem;
  text-transform: uppercase;
}

.provenance-item p:last-child {
  color: var(--bb-ink);
  font-size: 1.04rem;
  line-height: 1.55;
  margin-top: 0;
}

.article-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 0 1.25rem;
}

.article-list li {
  color: var(--bb-ink);
  font-size: clamp(1.16rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  padding-left: 0.25rem;
}

.article-section a {
  color: var(--bb-accent);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(20, 112, 90, 0.38);
  text-underline-offset: 3px;
}

.article-section a:hover {
  color: var(--bb-ink);
  text-decoration-color: var(--bb-ink);
}

.article-page button,
.article-page figcaption,
.article-page th,
.article-page .inspect-card-head p,
.article-page .inspect-card-head span,
.article-page .inspect-expand-button,
.article-page .provenance-label,
.article-page .verdict,
.article-page .judge-verdict {
  font-family: var(--bb-label);
}

.results-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 1.25rem;
  border: 2px solid var(--bb-ink);
  background: var(--bb-panel);
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.results-table th,
.results-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--bb-rule);
  text-align: left;
  vertical-align: top;
}

.results-table th {
  color: var(--bb-accent);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.results-table td {
  color: var(--bb-ink);
  font-size: 0.98rem;
}

.results-table tr:last-child td {
  border-bottom: 0;
}

.benchmark-chart-card {
  background: var(--bb-panel);
  border: 2px solid var(--bb-ink);
  border-radius: 0;
  margin: 1.35rem 0 0;
  overflow: hidden;
}

.benchmark-chart-head {
  align-items: center;
  background: rgba(12, 43, 36, 0.04);
  border-bottom: 2px solid var(--bb-ink);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 4.65rem;
  padding: 0.85rem clamp(1rem, 3vw, 1.25rem);
}

.benchmark-chart-head h3 {
  color: var(--bb-ink);
  font-family: var(--bb-display);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0;
}

.benchmark-chart-head p:last-child {
  color: var(--bb-muted);
  font-size: 0.88rem;
  line-height: 1.35;
  margin: 0;
  max-width: 240px;
  text-align: right;
}

.benchmark-chart-scroll {
  overflow: hidden;
  padding: 1rem clamp(0.7rem, 2.5vw, 1.2rem) 0.55rem;
}

.benchmark-bar-chart {
  display: block;
  height: auto;
  min-width: 0;
  width: 100%;
}

.benchmark-grid line {
  stroke: rgba(12, 43, 36, 0.16);
  stroke-width: 1;
}

.benchmark-axis line {
  stroke: var(--bb-ink);
  stroke-width: 2;
}

.benchmark-y-labels text,
.benchmark-model,
.benchmark-count,
.benchmark-value {
  font-family: var(--bb-label);
  text-anchor: middle;
}

.benchmark-y-labels text {
  fill: var(--bb-muted);
  font-size: 0.75rem;
  text-anchor: end;
}

.benchmark-value {
  fill: var(--bb-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.benchmark-model {
  fill: var(--bb-muted);
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.benchmark-count {
  color: var(--bb-muted);
  fill: var(--bb-muted);
  font-size: 0.82rem;
  font-weight: 550;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.benchmark-bar--gemini {
  fill: url(#benchmark-gemini-fill);
}

.benchmark-bar--gpt {
  fill: url(#benchmark-gpt-fill);
}

.benchmark-bar--muse {
  fill: url(#benchmark-muse-fill);
}

.benchmark-bar--claude {
  fill: url(#benchmark-claude-fill);
}

.benchmark-bar--grok {
  fill: url(#benchmark-grok-fill);
}

.benchmark-provider-logo {
  pointer-events: none;
}

.benchmark-chart-card figcaption {
  border-top: 1px solid var(--bb-rule);
  color: var(--bb-muted);
  font-size: 0.84rem;
  line-height: 1.4;
  padding: 0.75rem clamp(1rem, 3vw, 1.25rem);
}

.results-winner-heading {
  background: linear-gradient(
    90deg,
    rgba(138, 109, 241, 0.14),
    rgba(66, 133, 244, 0.07) 72%,
    transparent
  );
  border-left: 0.35rem solid #8a6df1;
  color: var(--bb-ink);
  font-family: var(--bb-display);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 650;
  line-height: 1.14;
  margin: 1.75rem 0 0.35rem;
  padding: 0.8rem clamp(0.9rem, 2.5vw, 1.15rem) 0.9rem;
}

.results-winner-heading span {
  color: #665fdc;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  .results-winner-heading span {
    background: linear-gradient(90deg, #8a6df1, #4285f4);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.inspect-showcase {
  margin-top: 3.2rem;
}

.inspect-showcase--intro {
  margin-top: 2rem;
}

.takeaway-subsection.inspect-showcase {
  margin-top: 2.35rem;
}

.section-heading {
  margin-bottom: 1.4rem;
}

.section-heading h3 {
  color: var(--bb-ink);
  font-family: var(--bb-display);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.12;
  margin: 0 0 0.75rem;
}

.section-heading p {
  font-size: clamp(1.16rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  margin-top: 0;
  max-width: none;
}

.inspect-carousel-heading {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.inspect-carousel-heading > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.inspect-carousel-controls {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0.65rem;
}

.carousel-button {
  align-items: center;
  background: var(--bb-panel);
  border: 2px solid var(--bb-ink);
  border-radius: 0;
  color: var(--bb-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.65rem;
  height: 2.35rem;
  justify-content: center;
  line-height: 1;
  padding: 0 0 0.18rem;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 2.35rem;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  background: rgba(20, 112, 90, 0.12);
}

.carousel-button:active {
  transform: translateY(1px);
}

.carousel-dots {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}

.carousel-dot {
  background: transparent;
  border: 1px solid var(--bb-ink);
  border-radius: 0;
  cursor: pointer;
  height: 0.58rem;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 0.58rem;
}

.carousel-dot.is-active {
  background: var(--bb-accent);
  transform: scale(1.18);
}

.inspect-viewer {
  background: var(--bb-panel);
  border: 2px solid var(--bb-ink);
  border-radius: 0;
  overflow: hidden;
}

.inspect-toolbar {
  align-items: center;
  background: rgba(12, 43, 36, 0.04);
  border-bottom: 2px solid var(--bb-ink);
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  justify-content: space-between;
  padding: 0.58rem clamp(1rem, 3vw, 1.35rem) 0.68rem;
}

.inspect-toolbar-title {
  flex: 1 1 14rem;
  min-width: 0;
}

.inspect-toolbar h3 {
  color: var(--bb-ink);
  font-family: var(--bb-display);
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 600;
  line-height: 1.14;
  margin: 0;
}

.inspect-toolbar .inspect-carousel-controls {
  margin-left: auto;
}

.inspect-toolbar .carousel-button {
  font-size: 1.45rem;
  height: 2.05rem;
  padding-bottom: 0.15rem;
  width: 2.05rem;
}

.inspect-toolbar .carousel-dot {
  height: 0.5rem;
  width: 0.5rem;
}

[data-inspect-compact] .carousel-dots {
  gap: 0.28rem;
}

[data-inspect-compact] .carousel-dot {
  height: 0.45rem;
  width: 0.45rem;
}

.inspect-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.35fr);
  min-height: 420px; /* floor for short/landscape memes; tall images set the height beyond this */
}

.inspect-media {
  align-items: stretch;
  background:
    repeating-linear-gradient(45deg, rgba(12, 43, 36, 0.12) 0 1px, transparent 1px 17px),
    #dce3d8;
  border-right: 2px solid var(--bb-ink);
  color: var(--bb-muted);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0.9rem;
  text-align: center;
}

.inspect-media img {
  border: 2px solid var(--bb-ink);
  border-radius: 0;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.inspect-media figcaption {
  color: var(--bb-muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 0.7rem;
  text-transform: uppercase;
}

.inspect-stack {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}

.inspect-card--responses {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.inspect-card {
  padding: clamp(1rem, 2.6vw, 1.25rem);
}

.inspect-card--truth {
  border-bottom: 2px solid var(--bb-ink);
}

.inspect-card-head {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.inspect-card-head p {
  color: var(--bb-accent);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.inspect-card-head span {
  color: var(--bb-muted);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.inspect-card--truth > p {
  color: var(--bb-ink);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.inspect-response-list {
  align-content: start;
  display: grid;
  flex: 1;
  gap: 0.75rem;
  min-height: 0;
  overflow: auto;
  padding-right: 0.25rem;
}

.inspect-response {
  background: #f3f6ee;
  border: 2px solid var(--bb-ink);
  border-left-width: 0.55rem;
  border-radius: 0;
  padding: 0;
}

.inspect-response-head {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: space-between;
  padding: 0.85rem 0.95rem;
  text-align: left;
  width: 100%;
}

.inspect-response-head:hover,
.inspect-response-head:focus-visible {
  background: rgba(12, 43, 36, 0.045);
}

.inspect-response-head--static {
  cursor: default;
  justify-content: flex-start;
}

.inspect-response-head--static:hover {
  background: transparent;
}

.inspect-response.is-open .inspect-response-head {
  border-bottom: 1px solid var(--bb-rule);
}

.inspect-response-state {
  color: var(--bb-accent);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-left: auto;
  text-transform: uppercase;
}

.inspect-response-body {
  display: grid;
  padding: 0.9rem 0.95rem 0.95rem;
}

.inspect-response-body[hidden] {
  display: none;
}

.inspect-response strong {
  color: var(--bb-ink);
  font-size: 0.98rem;
  font-weight: 500;
}

.inspect-expand-button {
  background: transparent;
  border: 0;
  color: var(--bb-accent);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.8rem;
  padding: 0;
  text-transform: uppercase;
}

.inspect-response-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.inspect-response-actions .inspect-expand-button {
  margin-top: 0;
}

.inspect-expand-button:hover,
.inspect-expand-button:focus-visible {
  color: var(--bb-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inspect-response-full {
  color: var(--bb-ink);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.inspect-response-full p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.inspect-response-full :is(h1, h2, h3, h4, h5, h6),
.inspect-judge-reasoning :is(h1, h2, h3, h4, h5, h6) {
  color: var(--bb-ink);
  font-family: inherit;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 0;
  position: static;
}

.inspect-response-full :is(h1, h2, h3, h4, h5, h6)::after,
.inspect-judge-reasoning :is(h1, h2, h3, h4, h5, h6)::after {
  content: none;
  display: none;
}

.inspect-response-full > * + *,
.inspect-judge-reasoning > * + * {
  margin-top: 0.75rem;
}

.inspect-response-full > p + p {
  margin-top: 0.9rem;
}

.inspect-response-full :is(ul, ol) {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0 1.1rem;
  padding: 0;
}

.inspect-response-full blockquote,
.inspect-judge-reasoning blockquote {
  border-left: 3px solid var(--bb-accent);
  color: var(--bb-muted);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0.15rem 0 0.15rem 0.85rem;
}

.inspect-response-full li {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-left: 0.15rem;
}

.inspect-response-full strong {
  color: var(--bb-ink);
  font-weight: 500;
}

.inspect-response-full code {
  background: rgba(20, 112, 90, 0.12);
  border-radius: 0;
  color: var(--bb-ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.92em;
  padding: 0.08rem 0.24rem;
}

.inspect-response-full a,
.inspect-judge-reasoning a {
  color: var(--bb-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.inspect-judge-panel {
  border-top: 2px solid var(--bb-ink);
  display: grid;
  gap: 0.65rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
}

.inspect-judge-panel[hidden] {
  display: none;
}

.inspect-judge {
  background: rgba(248, 250, 244, 0.78);
  border: 1px solid var(--bb-rule);
  border-radius: 0;
  padding: 0.75rem;
}

.inspect-judge-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 0.55rem;
}

.inspect-judge-head strong {
  color: var(--bb-ink);
  font-size: 0.86rem;
  font-weight: 500;
}

.judge-verdict {
  border: 1px solid currentColor;
  border-radius: 0;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.22rem 0.46rem;
  text-transform: uppercase;
}

.judge-verdict--correct {
  background: rgba(0, 210, 106, 0.18);
  color: #07562d;
}

.judge-verdict--incorrect {
  background: rgba(255, 48, 79, 0.14);
  color: #a80f29;
}

.inspect-judge-reasoning,
.inspect-judge-reasoning p,
.inspect-judge-reasoning li {
  color: var(--bb-muted);
  font-size: 0.86rem;
  line-height: 1.48;
}

.inspect-judge-reasoning p {
  margin: 0;
}

.inspect-judge-reasoning > * + * {
  margin-top: 0.6rem;
}

.inspect-judge-reasoning > p + p {
  margin-top: 0.75rem;
}

.inspect-judge-reasoning :is(ul, ol) {
  display: grid;
  gap: 0.3rem;
  margin: 0 0 0 1rem;
  padding: 0;
}

.verdict {
  border: 2px solid var(--bb-ink);
  border-radius: 0;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.28rem 0.55rem;
  text-transform: uppercase;
}

.verdict--correct {
  background: #00d26a;
  color: #042313;
}

.verdict--partial {
  background: rgba(176, 138, 46, 0.18);
  color: #6f5415;
}

.verdict--incorrect,
.verdict--missed {
  background: #ff304f;
  color: var(--bb-panel);
}

.article-footer-note {
  margin-top: 3rem;
  padding-top: 1.2rem;
  border-top: 2px solid var(--bb-ink);
}

.article-footer-note p {
  color: var(--bb-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.article-footer-note code {
  color: var(--bb-ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .article-folio {
    gap: 0.18rem;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .article-folio span + span::before {
    display: none;
  }

  .article-section > p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .article-list li {
    font-size: 1rem;
    line-height: 1.48;
  }

  .provenance-item {
    gap: 0.45rem;
    grid-template-columns: 1fr;
    padding: 1rem 0 1rem 0.8rem;
  }

  .article-section .provenance-label {
    font-size: 0.72rem;
    margin-top: 0;
  }

  .provenance-item p:last-child {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .benchmark-chart-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .benchmark-chart-head p:last-child {
    max-width: none;
    text-align: left;
  }

  .benchmark-chart-card,
  .inspect-viewer {
    box-shadow: none;
  }

  .inspect-carousel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .inspect-carousel-controls {
    justify-content: space-between;
    width: 100%;
  }

  .inspect-toolbar .inspect-carousel-controls {
    margin-left: 0;
  }

  .carousel-dots {
    flex: 1;
    justify-content: center;
  }

  .inspect-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .inspect-toolbar-title {
    flex: 0 1 auto;
    width: 100%;
  }

  .inspect-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .inspect-media {
    border-right: 0;
    border-bottom: 2px solid var(--bb-ink);
    min-height: 220px;
  }

  .inspect-response-list {
    max-height: none;
    overflow: visible;
  }

  .inspect-card-head p,
  .inspect-card-head span {
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .inspect-card--truth > p,
  .inspect-response-full {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .inspect-response-full p,
  .inspect-response-full li {
    font-size: inherit;
    line-height: inherit;
  }
}
