/* TDN Front Finish v1.0.0 — unlayered, homepage only. */

/* Desk reprints under The Rundown (keep rundown, trailer, new music). */
html body.home .tdn-wrap.fp-section[data-cat],
html body.blog .tdn-wrap.fp-section[data-cat] {
  display: none;
}

/* Thumbs live in the DOM for the four secondaries; show them on phones. */
html body .fp-wire__art {
  display: none;
}

@media (max-width: 47.999rem) {
  html body .fp-wire__item--thumb {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    column-gap: 0.85rem;
    align-items: start;
  }
  html body .fp-wire__art {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
    background: var(--bg-sunken);
  }
  html body .fp-wire__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 42%;
  }
  html body .fp-wire__item--thumb > .tdn-kicker,
  html body .fp-wire__item--thumb > .fp-wire__headline,
  html body .fp-wire__item--thumb > .tdn-meta {
    grid-column: 2;
  }
}
