/* Keep the expanded Certain News headlines while restoring the original full-height certainty lane. */
.certain-panel .intel-scroll-sequence > .intel-row {
  padding: 0;
}

.certain-panel .intel-copy {
  align-self: stretch;
  align-items: flex-start;
  padding: 10px 14px;
}

.certain-panel .intel-value {
  align-self: stretch;
  padding: 10px 8px 0;
  background: #0b0e0f;
}

.certain-panel .intel-value b {
  font-size: 18px;
  line-height: 1.1;
}

/* Source marks are intentionally more legible, including every window view. */
.market-card .card-source-button,
.market-card .card-meta .card-source-button {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
}

.market-card .card-meta .card-source-button img {
  width: 31px;
  height: 31px;
}

.market-card .card-meta .card-source-button.source-kalshi img {
  width: 35px;
  height: 35px;
}

.lead-poly {
  width: 40px;
  height: 40px;
}

.lead-poly img {
  width: 29px;
  height: 29px;
}

.source-kalshi .lead-poly img {
  width: 40px;
  height: 40px;
}

.about-r28 .about-venue-mark {
  width: 48px;
  height: 48px;
}

.about-r28 .about-venue-mark img {
  width: 33px;
  height: 33px;
}

.about-r28 .about-venue-mark.source-kalshi img {
  width: 38px;
  height: 38px;
}

/* Give movement counts the same reading weight as the Certain News title. */
.window-label em,
.primary-window-grid .window-label em,
.continuation-window-head .window-label em,
.continuation-stream .continuation-window-head .window-label em,
.view-all-page .window-count-pill {
  font-size: 14px;
  line-height: 1.15;
}

@media (max-width: 760px) {
  .certain-panel .intel-copy {
    padding: 9px 12px;
  }

  .certain-panel .intel-value {
    padding-top: 9px;
  }

  .certain-panel .intel-value b {
    font-size: 17px;
  }

  .market-card .card-source-button,
  .market-card .card-meta .card-source-button {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .market-card .card-meta .card-source-button img {
    width: 28px;
    height: 28px;
  }

  .market-card .card-meta .card-source-button.source-kalshi img {
    width: 32px;
    height: 32px;
  }

  .window-label em,
  .primary-window-grid .window-label em,
  .continuation-window-head .window-label em,
  .continuation-stream .continuation-window-head .window-label em,
  .view-all-page .window-count-pill {
    font-size: 13px;
  }
}
