/* Hero source actions keep a fixed clear lane beside every headline. */
.primary-window-grid .card-top {
  grid-template-columns: minmax(0, 1fr) 37px;
  column-gap: 18px;
}

.primary-window-grid .poly-btn {
  width: 37px;
  height: 37px;
  border-radius: 10px;
}

.primary-window-grid .poly-btn img {
  width: 25px;
  height: 25px;
}

.primary-window-grid .poly-btn.source-kalshi img {
  width: 29px;
  height: 29px;
}

/* The title column cannot enter the reserved action lane, so words wrap
   naturally before the button rather than approaching or overlapping it. */
.primary-window-grid .card-title {
  min-height: 66px;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 5;
}

@media (max-width: 760px) {
  .primary-window-grid .card-top {
    column-gap: 16px;
  }
}
