:root {
  color-scheme: dark;
  --bg: #070914;
  --ink: #f5f0dc;
  --muted: #b7b09a;
  --panel: #171629;
  --panel-2: #22213b;
  --line: #4b496b;
  --cyan: #55d6ff;
  --amber: #ffd166;
  --rose: #ff7aa8;
  --green: #82e66e;
  --shadow: rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: "Trebuchet MS", Verdana, system-ui, sans-serif;
  letter-spacing: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 20, 0.74), rgba(7, 9, 20, 0.94)),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, 0.03) 7px 8px),
    linear-gradient(135deg, #111a2f, #1c1427 48%, #241c18);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.65;
  image-rendering: pixelated;
}

a {
  color: inherit;
  text-decoration: none;
}

.desk-shell {
  width: min(1680px, calc(100% - 24px));
  margin: 0 auto;
  padding: 16px 0 34px;
}

.office,
.panel,
.hover-brief,
.article-card,
.mini-card,
.video-card {
  border: 4px solid #0d0d17;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    0 8px 0 #080812,
    0 22px 42px var(--shadow);
}

.office {
  min-height: calc(100vh - 32px);
  padding: clamp(14px, 2vw, 26px);
  background:
    linear-gradient(180deg, rgba(36, 33, 58, 0.88), rgba(16, 15, 29, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 20px);
}

.topbar,
.briefing-stage,
.lower-grid,
.rail-heading,
.panel-heading,
.meta-row {
  display: flex;
  gap: 12px;
}

.topbar {
  position: relative;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
  min-height: clamp(230px, 20vw, 330px);
  padding: clamp(16px, 2vw, 24px);
  overflow: hidden;
  border: 4px solid #0d0d17;
  background:
    linear-gradient(90deg, rgba(7, 9, 20, 0.76) 0%, rgba(7, 9, 20, 0.48) 36%, rgba(7, 9, 20, 0.14) 66%, rgba(7, 9, 20, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 9, 20, 0.04), rgba(7, 9, 20, 0.3)),
    url("images/pixel-retro-driver-desk.png") center 57% / cover no-repeat,
    #101827;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    0 8px 0 #080812,
    0 22px 42px var(--shadow);
}

.topbar::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 82% 78%, rgba(255, 209, 102, 0.2), transparent 24%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(255, 255, 255, 0.03) 5px 6px),
    linear-gradient(90deg, rgba(85, 214, 255, 0.08), transparent 30%, rgba(255, 209, 102, 0.08));
}

.topbar > * {
  position: relative;
  z-index: 1;
}

.topbar > div:first-child {
  max-width: min(100%, 1120px);
  padding: 12px 14px 14px;
  background: linear-gradient(90deg, rgba(7, 9, 20, 0.54), rgba(7, 9, 20, 0.22));
}

.speaker,
.rail-heading span,
.panel-heading p,
.tag,
.verdict {
  margin: 0;
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: 0.95;
  text-shadow: 4px 4px 0 #0b0b14, 7px 7px 0 rgba(85, 214, 255, 0.22);
}

.byline {
  margin-bottom: 8px;
  color: var(--amber);
  font-size: clamp(0.95rem, 1.25vw, 1.18rem);
  font-weight: 800;
  line-height: 1.25;
}

.range {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.briefing-stage {
  display: grid;
  grid-template-columns: minmax(270px, 380px) minmax(520px, 1fr) minmax(300px, 420px);
  gap: 16px;
  align-items: stretch;
}

.article-rail,
.center-news {
  min-width: 0;
}

.rail-heading,
.panel-heading {
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-bottom: 12px;
  padding: 8px 10px;
  border: 3px solid #0b0b14;
  background: #111421;
}

.rail-heading strong,
.panel-heading strong {
  color: var(--cyan);
  font-size: 1.35rem;
}

.rail-heading span,
.panel-heading p {
  font-size: 1.02rem;
}

.driver-watch .rail-heading span {
  font-size: 0.88rem;
}

.article-list,
.center-news-list,
.mini-list,
.video-list,
.driver-list {
  display: grid;
  gap: 12px;
}

.center-news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.driver-watch {
  margin-bottom: 16px;
}

.driver-watch .rail-heading {
  margin-bottom: 0;
  border-bottom: 0;
  background: #122018;
}

.lisa-stage {
  position: sticky;
  top: 14px;
  min-height: 720px;
  max-height: calc(100vh - 28px);
  overflow: hidden;
  border: 4px solid #0b0b14;
  background:
    linear-gradient(180deg, rgba(15, 18, 33, 0.45), rgba(15, 18, 33, 0.15)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #19182b;
  background-size: auto, 32px 32px, 32px 32px, auto;
}

.hover-brief {
  position: fixed;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 14px;
  width: min(520px, calc(100vw - 32px));
  max-height: min(310px, calc(100vh - 32px));
  padding: 14px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translate(6px, 6px);
  background: #131426;
  transition: opacity 100ms ease, transform 100ms ease;
}

.hover-brief img {
  order: 2;
  width: 118px;
  height: 154px;
  border: 3px solid #0b0b14;
  object-fit: cover;
  object-position: 54% 10%;
}

.hover-brief > div {
  min-width: 0;
}

.hover-brief.show {
  opacity: 1;
  transform: translate(0, 0);
}

.hover-brief h2 {
  margin: 8px 0;
  font-size: 1.18rem;
  line-height: 1.15;
}

.hover-brief div > p:last-child {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.window {
  position: absolute;
  top: 22px;
  right: 22px;
  width: min(46%, 360px);
  height: 210px;
  border: 4px solid #0b0b14;
  background: linear-gradient(180deg, #243b58, #f2a65a 56%, #572f45 57%, #1b1830);
}

.window span {
  position: absolute;
  bottom: 0;
  width: 34px;
  background: #171629;
}

.window span:nth-child(1) { right: 26px; height: 68px; }
.window span:nth-child(2) { right: 78px; height: 118px; }
.window span:nth-child(3) { right: 138px; height: 86px; }
.window span:nth-child(4) { left: 28px; height: 44px; width: 78px; }

.speech-panel {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  width: min(57%, 560px);
  min-height: 206px;
  padding: 18px;
  background: rgba(19, 20, 38, 0.94);
}

.speech-panel h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.08;
}

.speech-panel p {
  color: var(--muted);
  line-height: 1.5;
}

.lisa {
  position: absolute;
  top: 250px;
  right: 34px;
  z-index: 2;
  width: min(42%, 390px);
  height: 430px;
  border: 4px solid #0b0b14;
  background: #f5f0dc;
  object-fit: cover;
  object-position: 50% 8%;
  image-rendering: auto;
  filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.32));
}

.desk {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 22px;
  height: 120px;
  border: 4px solid #0b0b14;
  background: linear-gradient(180deg, #62402d, #3b2630);
}

.monitor {
  position: absolute;
  left: 8%;
  bottom: 74px;
  width: 180px;
  height: 112px;
  border: 4px solid #0b0b14;
  background:
    linear-gradient(90deg, var(--cyan) 8px, transparent 8px 18px, var(--rose) 18px 26px, transparent 26px),
    linear-gradient(180deg, #10283f, #111421);
  box-shadow: inset 0 0 0 4px rgba(85, 214, 255, 0.18);
}

.keyboard {
  position: absolute;
  left: 9%;
  bottom: 32px;
  width: 210px;
  height: 22px;
  background: #0b0b14;
}

.coffee {
  position: absolute;
  left: calc(9% + 250px);
  bottom: 40px;
  width: 34px;
  height: 42px;
  border: 4px solid #0b0b14;
  background: var(--amber);
}

.article-card,
.mini-card,
.video-card {
  min-width: 0;
  padding: 12px;
  background: linear-gradient(180deg, #24233e, #151527);
  transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

.article-link:focus-visible .article-card,
.article-link:focus-visible .mini-card,
.article-link:focus-visible .video-card,
.article-card:hover,
.mini-card:hover,
.video-card:hover {
  border-color: var(--cyan);
  background: linear-gradient(180deg, #2b2e4f, #18172d);
  transform: translate(-2px, -2px);
}

.driver-list {
  gap: 0;
  padding: 8px;
  border: 4px solid #0d0d17;
  background:
    linear-gradient(90deg, rgba(130, 230, 110, 0.08), transparent 38%),
    linear-gradient(180deg, #132418, #101827);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.06),
    0 6px 0 #080812;
}

.driver-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 27px;
  padding: 4px 6px;
  border-bottom: 1px solid rgba(130, 230, 110, 0.16);
  color: var(--ink);
  font-size: 0.76rem;
}

.driver-row:last-child {
  border-bottom: 0;
}

.driver-row:hover,
.driver-row:focus-visible {
  color: #ffffff;
  background: rgba(85, 214, 255, 0.1);
}

.driver-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.driver-version {
  color: var(--green);
  font-size: 0.78rem;
  white-space: nowrap;
}

.article-card.compact {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
}

.article-card.compact .meta-row,
.article-card.compact p {
  grid-column: 2;
}

.article-card.wide {
  min-height: 256px;
}

.thumb {
  display: block;
  width: 100%;
  height: 124px;
  margin-bottom: 10px;
  border: 3px solid #0b0b14;
  object-fit: cover;
  background: #111421;
}

.compact .thumb {
  width: 88px;
  height: 72px;
  margin: 0;
}

.wide .thumb {
  width: 100%;
  height: 112px;
  margin-bottom: 10px;
}

.video-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 10px;
  border: 3px solid #0b0b14;
  object-fit: cover;
}

.generated-thumb {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(85, 214, 255, 0.2), transparent 50%),
    linear-gradient(315deg, rgba(255, 122, 168, 0.18), transparent 50%),
    #111421;
}

.generated-thumb span {
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.generated-thumb strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.92rem;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

h3 {
  margin-bottom: 8px;
  font-size: 0.98rem;
  line-height: 1.18;
}

.article-card p,
.mini-card p,
.video-card p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.meta-row {
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 3px 6px;
  border: 2px solid rgba(85, 214, 255, 0.28);
  color: var(--cyan);
  background: rgba(85, 214, 255, 0.08);
  font-size: 0.66rem;
}

.lower-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 16px;
  margin-top: 16px;
}

.panel {
  padding: 14px;
  background: rgba(23, 22, 41, 0.9);
}

.rating {
  display: flex;
  gap: 5px;
  margin: 8px 0 10px;
}

.pip {
  width: 26px;
  height: 10px;
  border: 2px solid #0b0b14;
  background: #35334b;
}

.pip.on {
  background: var(--amber);
}

ol {
  padding-left: 22px;
  margin: 0;
}

li {
  margin-bottom: 12px;
  color: var(--muted);
  line-height: 1.45;
}

li::marker {
  color: var(--rose);
  font-weight: 800;
}

.load-error {
  padding: 24px;
  border: 4px solid var(--rose);
  background: #171629;
}

/* Light readability pass */
:root {
  color-scheme: light;
  --bg: #edf3f7;
  --ink: #17202a;
  --muted: #52606d;
  --panel: #ffffff;
  --panel-2: #f6f9fc;
  --line: #bac8d6;
  --cyan: #087ea4;
  --amber: #a86400;
  --rose: #b4235a;
  --green: #247a38;
  --shadow: rgba(25, 45, 65, 0.16);
}

html {
  background: var(--bg);
}

body {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(237, 243, 247, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 11px, rgba(8, 126, 164, 0.055) 11px 12px),
    linear-gradient(135deg, #f7fbff 0%, #eaf4f1 45%, #f6f0e7 100%);
}

body::before {
  background:
    linear-gradient(90deg, rgba(8, 126, 164, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(168, 100, 0, 0.045) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.78;
}

.office,
.panel,
.hover-brief,
.article-card,
.mini-card,
.video-card {
  border-color: #25384d;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.8),
    0 5px 0 rgba(37, 56, 77, 0.34),
    0 18px 34px var(--shadow);
}

.office {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(239, 246, 250, 0.94)),
    repeating-linear-gradient(90deg, rgba(8, 126, 164, 0.045) 0 2px, transparent 2px 22px);
}

.topbar {
  border-color: #25384d;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(246, 249, 252, 0.48) 34%, rgba(246, 249, 252, 0.02) 66%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.08)),
    url("images/pixel-retro-driver-desk.png") center 57% / cover no-repeat,
    #eaf4f1;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.78),
    0 5px 0 rgba(37, 56, 77, 0.34),
    0 18px 34px var(--shadow);
}

.topbar::after {
  background:
    linear-gradient(90deg, rgba(8, 126, 164, 0.035), transparent 34%, rgba(168, 100, 0, 0.03)),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, 0.055) 7px 8px);
}

.topbar > div:first-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.22));
  backdrop-filter: blur(1px);
}

h1 {
  color: #111827;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.82), 6px 6px 0 rgba(8, 126, 164, 0.18);
}

.byline,
.speaker,
.rail-heading span,
.panel-heading p,
.tag,
.verdict {
  color: var(--amber);
}

.range,
.article-card p,
.mini-card p,
.video-card p,
li,
.hover-brief div > p:last-child {
  color: var(--muted);
}

.rail-heading,
.panel-heading,
.hover-brief,
.article-card,
.mini-card,
.video-card,
.panel {
  background: linear-gradient(180deg, #ffffff, #f5f8fb);
}

.rail-heading,
.panel-heading {
  border-color: #25384d;
}

.rail-heading strong,
.panel-heading strong {
  color: var(--cyan);
}

.driver-watch .rail-heading {
  background: linear-gradient(180deg, #f4fbf5, #e8f5ea);
}

.driver-list {
  border-color: #25384d;
  background:
    linear-gradient(90deg, rgba(36, 122, 56, 0.08), transparent 42%),
    linear-gradient(180deg, #ffffff, #edf7ef);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.75),
    0 4px 0 rgba(37, 56, 77, 0.28);
}

.driver-row {
  border-bottom-color: rgba(36, 122, 56, 0.18);
  color: var(--ink);
}

.driver-row:hover,
.driver-row:focus-visible,
.article-link:focus-visible .article-card,
.article-link:focus-visible .mini-card,
.article-link:focus-visible .video-card,
.article-card:hover,
.mini-card:hover,
.video-card:hover {
  color: #111827;
  border-color: var(--cyan);
  background: linear-gradient(180deg, #f8fdff, #eaf7fb);
}

.thumb,
.video-thumb,
.hover-brief img {
  border-color: #25384d;
  background: #e9f1f7;
}

.generated-thumb {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 126, 164, 0.18), transparent 52%),
    linear-gradient(315deg, rgba(180, 35, 90, 0.12), transparent 50%),
    #f0f7fb;
  isolation: isolate;
}

.generated-thumb::before,
.generated-thumb::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: -1;
}

.generated-thumb::before {
  inset: 10px 10px auto auto;
  width: 45%;
  aspect-ratio: 1;
  border: 3px solid rgba(37, 56, 77, 0.28);
  background:
    linear-gradient(90deg, transparent 44%, rgba(37, 56, 77, 0.24) 44% 56%, transparent 56%),
    linear-gradient(0deg, transparent 44%, rgba(37, 56, 77, 0.24) 44% 56%, transparent 56%);
  transform: rotate(8deg);
}

.generated-thumb::after {
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 5px;
  background: repeating-linear-gradient(90deg, currentColor 0 18px, transparent 18px 25px);
  opacity: 0.28;
}

.thumb-gpu {
  color: #087ea4;
  background:
    linear-gradient(135deg, rgba(8, 126, 164, 0.23), transparent 54%),
    linear-gradient(315deg, rgba(36, 122, 56, 0.13), transparent 50%),
    #edf8fb;
}

.thumb-cpu {
  color: #6f52bd;
  background:
    linear-gradient(135deg, rgba(111, 82, 189, 0.18), transparent 54%),
    linear-gradient(315deg, rgba(8, 126, 164, 0.14), transparent 50%),
    #f5f3ff;
}

.thumb-mobile {
  color: #b4235a;
  background:
    linear-gradient(135deg, rgba(180, 35, 90, 0.17), transparent 54%),
    linear-gradient(315deg, rgba(242, 189, 98, 0.22), transparent 50%),
    #fff3f5;
}

.thumb-storage {
  color: #247a38;
  background:
    linear-gradient(135deg, rgba(36, 122, 56, 0.18), transparent 54%),
    linear-gradient(315deg, rgba(8, 126, 164, 0.12), transparent 50%),
    #eff9f1;
}

.thumb-ai {
  color: #8a4b00;
  background:
    linear-gradient(135deg, rgba(242, 189, 98, 0.3), transparent 54%),
    linear-gradient(315deg, rgba(8, 126, 164, 0.14), transparent 50%),
    #fff8e9;
}

.thumb-community {
  color: #6d5b00;
  background:
    linear-gradient(135deg, rgba(109, 91, 0, 0.16), transparent 54%),
    linear-gradient(315deg, rgba(180, 35, 90, 0.11), transparent 50%),
    #fbf7e6;
}

.generated-thumb span,
.generated-thumb strong,
.generated-thumb em {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.generated-thumb strong {
  max-width: 92%;
}

.generated-thumb em {
  display: block;
  color: #25384d;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pip {
  border-color: #25384d;
  background: #d7e2ec;
}

.pip.on {
  background: #f2bd62;
}

.load-error {
  background: #fff5f7;
}

@media (max-width: 1180px) {
  .briefing-stage,
  .lower-grid {
    grid-template-columns: 1fr;
  }

  .article-list,
  .center-news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-card.wide {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .desk-shell {
    width: calc(100vw - 12px);
    max-width: 620px;
    padding-top: 6px;
    overflow: hidden;
  }

  .topbar {
    display: block;
    min-height: 256px;
    background-position: 53% 58%;
  }

  h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(1.72rem, 8vw, 2.05rem);
  }

  .byline {
    max-width: 32ch;
    font-size: 0.88rem;
    overflow-wrap: anywhere;
  }

  .briefing-stage {
    display: flex;
    flex-direction: column;
  }

  .right-rail {
    order: 1;
  }

  .left-rail {
    order: 2;
  }

  .center-news {
    order: 3;
  }

  .article-list,
  .center-news-list {
    grid-template-columns: 1fr;
  }

  .hover-brief {
    display: none;
  }

  .driver-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
    padding: 6px;
  }

  .driver-name,
  .driver-version {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .driver-version {
    justify-self: start;
  }

  .article-card.wide {
    display: block;
  }

  .wide .thumb {
    width: 100%;
    height: 124px;
    margin-bottom: 10px;
  }
}
