/* Today's Brief: one lead decision with a compact editorial decision rail. */

.brief-snapshot {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: start;
  gap: 24px;
  min-width: 0;
  margin: 8px 0 0;
}

.brief-snapshot > .newsfront-lead {
  grid-column: auto;
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-content: start;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 22px 24px 18px;
  overflow: visible;
}

.brief-snapshot .story-kicker {
  min-height: 28px;
  margin: 0;
}

.brief-snapshot .newsfront-lead-intro {
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.7fr);
  align-items: stretch;
  gap: 20px;
  min-height: 0;
  margin-top: 14px;
}

.brief-snapshot .newsfront-lead-copy,
.brief-snapshot-supporting {
  min-width: 0;
}

.brief-snapshot .newsfront-lead-copy h2 {
  margin: 0;
  font-size: clamp(38px, 3.6vw, 55px);
  line-height: 0.94;
}

.brief-snapshot .newsfront-lead-copy h2 span,
.brief-snapshot .newsfront-summary,
.brief-snapshot .decision-brief p,
.brief-snapshot-supporting h3,
.brief-snapshot-supporting .brief-story-signal > p {
  display: block;
  overflow: visible;
}

.brief-snapshot .newsfront-summary {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.brief-snapshot .newsfront-image {
  width: 100%;
  height: 100%;
  min-height: 210px;
  max-height: 290px;
  margin: 0;
}

.brief-snapshot .decision-brief {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.brief-snapshot .decision-brief section {
  padding: 13px 18px 11px 0;
}

.brief-snapshot .decision-brief section + section {
  padding-right: 0;
  padding-left: 18px;
}

.brief-snapshot .decision-brief p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.42;
}

.brief-snapshot .newsfront-meta {
  min-height: 36px;
  padding-top: 11px;
}

.brief-snapshot-supporting {
  grid-column: auto;
  height: auto;
  padding: 0;
}

.brief-snapshot-supporting .latest-heading {
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 0;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--line-strong);
}

.brief-snapshot-supporting .latest-heading h2 {
  font-size: clamp(26px, 2.2vw, 32px);
  line-height: 0.98;
}

.brief-snapshot-supporting ol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  height: auto;
  margin: 0;
}

.brief-snapshot-supporting li,
.brief-snapshot-supporting li:hover,
.brief-snapshot-supporting li:focus-within {
  min-width: 0;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  transform: none;
}

.brief-snapshot-supporting a,
.brief-snapshot-supporting a:hover,
.brief-snapshot-supporting a:focus-visible {
  height: auto;
  min-height: 0;
  padding: 10px 0 9px;
  background: transparent;
}

.brief-snapshot-supporting a:hover,
.brief-snapshot-supporting a:focus-visible {
  color: var(--ink);
}

.brief-snapshot-supporting .brief-story-top,
.brief-snapshot-supporting .brief-story-desk {
  min-height: 22px;
}

.brief-snapshot-supporting .brief-story-icon {
  width: 22px;
  height: 22px;
}

.brief-snapshot-supporting .brief-story-icon svg {
  width: 11px;
  height: 11px;
}

.brief-snapshot-supporting .brief-story-pill {
  padding-right: 9px;
  padding-left: 8px;
}

.brief-snapshot-supporting .brief-story-meta {
  grid-template-columns: auto minmax(64px, 1fr);
  gap: 8px;
}

.brief-snapshot-supporting .brief-story-desk {
  width: max-content;
  max-width: 100%;
  justify-self: start;
}

.brief-snapshot-supporting .brief-story-source-image {
  display: none;
}

.brief-snapshot-supporting h3 {
  max-width: none;
  margin-top: 7px;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.02;
}

.brief-snapshot-supporting .brief-story-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px solid var(--line);
}

.brief-snapshot-supporting .brief-story-signal {
  display: block;
  padding: 0;
  border: 0;
}

.brief-snapshot-supporting .brief-story-signal > span {
  display: block;
  padding: 0;
}

.brief-snapshot-supporting .brief-story-signal > p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.28;
}

.brief-snapshot-supporting .brief-story-footer {
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding-top: 0;
}

.brief-snapshot-supporting .brief-story-footer > span {
  max-width: none;
  overflow: visible;
  white-space: normal;
}

.brief-snapshot-supporting .brief-story-footer > em {
  flex: 0 0 auto;
  font-size: 8px;
}

.brief-snapshot + .brief-inline-signup {
  margin-top: 30px;
}

@media (min-width: 1001px) {
  .brief-snapshot-supporting ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brief-snapshot-supporting li,
  .brief-snapshot-supporting li:hover,
  .brief-snapshot-supporting li:focus-within {
    border-right: 1px solid var(--line-strong);
  }

  .brief-snapshot-supporting li:nth-child(even),
  .brief-snapshot-supporting li:nth-child(even):hover,
  .brief-snapshot-supporting li:nth-child(even):focus-within {
    border-right: 0;
  }

  .brief-snapshot-supporting a,
  .brief-snapshot-supporting a:hover,
  .brief-snapshot-supporting a:focus-visible {
    padding: 14px 16px 12px;
  }

  .brief-snapshot-supporting li:nth-child(odd) a {
    padding-left: 0;
  }

  .brief-snapshot-supporting li:nth-child(even) a {
    padding-right: 0;
  }

  .brief-snapshot-supporting h3 {
    font-size: 20px;
    line-height: 1.06;
  }

  .brief-snapshot-supporting .brief-story-signals {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .brief-snapshot-supporting .brief-story-signal {
    padding: 7px 0;
  }

  .brief-snapshot-supporting .brief-story-signal + .brief-story-signal {
    border-top: 1px solid var(--line);
  }

  .brief-snapshot-supporting .brief-story-signal > p {
    font-size: 11.5px;
    line-height: 1.3;
  }
}

@media (max-width: 1000px) {
  .brief-snapshot {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .brief-snapshot-supporting .latest-heading {
    padding-bottom: 16px;
  }

  .brief-snapshot-supporting .latest-heading h2 {
    font-size: clamp(32px, 4vw, 42px);
  }

  .brief-snapshot-supporting ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
  }

  .brief-snapshot-supporting li,
  .brief-snapshot-supporting li:hover,
  .brief-snapshot-supporting li:focus-within {
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.012);
  }

  .brief-snapshot-supporting a,
  .brief-snapshot-supporting a:hover,
  .brief-snapshot-supporting a:focus-visible {
    height: 100%;
    padding: 20px;
  }

  .brief-snapshot-supporting h3 {
    margin-top: 18px;
    font-size: clamp(23px, 3.3vw, 29px);
  }

  .brief-snapshot-supporting .brief-story-signals {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .brief-snapshot-supporting .brief-story-signal {
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .brief-snapshot {
    display: block;
    margin-top: 14px;
  }

  .brief-snapshot > .newsfront-lead {
    padding: 20px;
  }

  .brief-snapshot .newsfront-lead-intro {
    display: flex;
    flex-direction: column;
  }

  .brief-snapshot .newsfront-lead-copy h2 {
    font-size: clamp(40px, 11vw, 48px);
  }

  .brief-snapshot .newsfront-image {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 8.7;
  }

  .brief-snapshot .decision-brief {
    grid-template-columns: 1fr;
  }

  .brief-snapshot .decision-brief section + section {
    padding-left: 0;
    border-left: 0;
  }

  .brief-snapshot-supporting {
    margin-top: 18px;
  }

  .brief-snapshot-supporting ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brief-snapshot-supporting h3 {
    font-size: 27px;
  }

  .brief-snapshot + .brief-inline-signup {
    margin-top: 24px;
  }
}
