/* Targeted refinements for the SRT live layout. */
.srt-hero-master-badge {
  align-items: center;
  background: linear-gradient(135deg, #a9141a, #d62828);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: .6rem;
  box-shadow: 0 8px 24px rgba(185, 26, 28, .22);
  color: #fff;
  display: inline-flex;
  font-family: 'Source Sans 3', sans-serif;
  gap: .7rem;
  margin: 0 0 1.15rem;
  padding: .68rem .92rem;
}

.srt-hero-master-icon {
  align-items: center;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 800;
  height: 1.7rem;
  justify-content: center;
  width: 1.7rem;
}

.srt-hero-master-badge strong {
  display: block;
  font-size: .9rem;
  font-weight: 750;
  letter-spacing: .035em;
  line-height: 1.05;
  text-transform: uppercase;
}

.srt-hero-master-badge small {
  display: block;
  font-size: .8rem;
  line-height: 1.25;
  margin-top: .15rem;
  opacity: .94;
}

.srt-legacy-master-badge { display: none !important; }

@media (max-width: 639px) {
  .srt-hero-master-badge { margin-bottom: 1rem; padding: .62rem .78rem; }
  .srt-hero-master-badge strong { font-size: .82rem; }
  .srt-hero-master-badge small { font-size: .73rem; }
}
