/* Trailing Watch column: reserved on every pitch row, empty when no film. */
.bm-video-slot {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  box-sizing: border-box;
}
.bm-video {
  color: #63b3ed;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin: 0;
}
.bm-video:hover { color: #90cdf4; }
.bm-abs {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 5px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e9b949;
  border: 1px solid rgba(233, 185, 73, 0.45);
  vertical-align: middle;
  flex-shrink: 0;
}

/* Pitch chrome: Watch slot is last; data never wraps under it at phone width. */
.pitch-top,
.pitch-meta,
.pitch-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 0;
}
.pitch-top__data,
.pitch-line__data {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}
.pitch-meta__copy {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 380px) {
  .pitch-top,
  .pitch-meta,
  .pitch-line {
    flex-wrap: nowrap;
  }
  .bm-video-slot {
    flex-basis: 2.75rem;
  }
}

/* INTENT-PLAYER-SURFACE-0905: reserved marker column. Empty = silence, same width. */
.bm-intent-slot {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 6.4rem;
  width: 6.4rem;
  min-width: 6.4rem;
  max-width: 6.4rem;
  flex-shrink: 0;
  white-space: nowrap;
  box-sizing: border-box;
}
.bm-intent-marker {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: var(--bm-ink-2, #c4c4c4);
}
.bm-intent-marker--a { color: var(--bm-ink-1, #e8e8e8); }
.bm-intent-marker--b { color: var(--bm-ink-2, #b8b8b8); }
.bm-intent-cross {
  display: block;
  font-size: 0.72rem;
  line-height: 1.3;
  margin: 2px 0 4px;
}
.bm-intent-cross--flag { color: var(--bm-warn, #e9b949); font-weight: 650; }
.bm-intent-cross--quiet { color: var(--bm-ink-3, #8a8a8a); font-weight: 500; }
.season-trends-commitment {
  margin: 8px 0 0;
  font-size: 0.82rem;
  color: var(--bm-ink-2, #c4c4c4);
}
