/* Icons */
/* Icons */
/*
 * TABLE OF CONTENTS
 *
 * 1. Live Badges
 * 2. Live Now Rail
 * 3. Upcoming Coverage Rows
 * 4. Meet Stream Action
 * 5. Article and Meet Badges
 */
/* =============================================================================
   1. Live Badges
   ============================================================================= */
.live-status {
  display: none;
  margin-right: 4px;
  padding: 1px 4px;
  border-radius: 2px;
  background: #C80000;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 14px;
  vertical-align: 1px;
}

.live-status.is-live {
  display: inline-block;
}

/* =============================================================================
   2. Live Now Rail
   ============================================================================= */
.live-now-rail {
  display: none;
  margin-bottom: 16px;
  border: solid 1px #D9DAE0;
  border-top: solid 5px #8E909E;
  background: #FFFFFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  color: #0F1019;
}
.live-now-rail.has-events {
  display: block;
}
.live-now-rail.is-active {
  border-top-color: #C80000;
}

.live-now-rail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 9px;
  border-bottom: solid 1px #E2E2E2;
  color: #0F1019;
  font-size: 1.2rem;
  letter-spacing: 0.4px;
  line-height: 18px;
  text-transform: uppercase;
}

.live-now-rail-header > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8E909E;
  box-shadow: 0 0 0 3px #E2E2E2;
}

.live-now-rail-header.is-active {
  color: #C80000;
}

.live-now-rail-header.is-active > i {
  background: #C80000;
  box-shadow: 0 0 0 3px rgba(200, 0, 0, 0.2);
}

.live-now-rail-heading {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: inherit;
  line-height: inherit;
}

.live-now-rail-event {
  height: auto;
  min-height: 0;
  padding: 11px 12px 12px;
  overflow: visible;
  border-bottom: solid 1px #E2E2E2;
}

.live-now-rail-event > strong,
.live-now-rail-title {
  display: block;
  margin-bottom: 3px;
  color: #0F1019;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

.live-now-rail-title:hover,
.live-now-rail-title:focus {
  color: #C80000;
  text-decoration: underline;
}

.live-now-rail-event.is-overflow,
.live-now-rail-event.is-beyond-limit {
  display: none;
}

.live-now-rail-event.is-visible-overflow {
  display: block;
}

.live-now-rail-location {
  display: block;
  min-height: 15px;
  margin-bottom: 9px;
  color: #454650;
  font-size: 1rem;
  line-height: 15px;
}

.live-now-rail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.live-now-rail-action {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 36px;
  height: auto;
  margin: 0;
  padding: 8px 10px;
  overflow: visible;
  border: solid 1px #8E909E;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 800;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.live-now-rail-action:focus-visible {
  outline: solid 2px #0F1019;
  outline-offset: 2px;
}

.live-now-rail-action.watch {
  background: #454650;
  color: #FFFFFF;
}

.live-now-rail-action.results,
.live-now-rail-action.stream-fallback {
  background: #FFFFFF;
  color: #454650;
}

.live-now-rail-active-action:not(.stream-fallback) {
  border-color: #C80000;
}

.watch.live-now-rail-active-action {
  background: #C80000;
}

.results.live-now-rail-active-action {
  color: #C80000;
}

.live-now-rail-more {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  background: #F4F4F4;
  color: #454650;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
}

.live-now-rail-more:focus-visible {
  outline: solid 2px #0F1019;
  outline-offset: -3px;
}

.live-now-rail-more[hidden] {
  display: none;
}

.live-now-rail-more > i {
  margin-left: 4px;
}

.live-now-rail-limit-notice {
  padding: 8px 12px;
  border-top: solid 1px #E2E2E2;
  background: rgba(255, 193, 7, 0.1);
  color: #454650;
  font-size: 0.95rem;
  line-height: 14px;
}

.live-now-rail-limit-notice[hidden] {
  display: none;
}

/* =============================================================================
   3. Upcoming Coverage Rows
   ============================================================================= */
.live-calendar-scope {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 7px 8px;
  border-bottom: solid 1px #E2E2E2;
  background: #F4F4F4;
  color: #454650;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
.live-calendar-scope > span i {
  margin-right: 5px;
  color: #8E909E;
}
.live-calendar-scope > a {
  color: #C80000;
  font-weight: 800;
  text-decoration: none;
}
.live-calendar-scope > a i {
  margin-left: 3px;
}

.rail-coverage-list .rail-coverage-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  row-gap: 2px;
  height: auto;
  min-height: 44px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  overflow: visible;
}
.rail-coverage-list .rail-coverage-date {
  grid-column: 1;
  grid-row: 1/span 2;
}
.rail-coverage-list .rail-coverage-title {
  grid-column: 2;
  grid-row: 1;
}
.rail-coverage-list .rail-coverage-location {
  grid-column: 2;
  grid-row: 2;
}
.rail-coverage-list .rail-coverage-title {
  display: block;
  min-width: 0;
  height: auto;
  color: #0F1019;
  text-decoration: none;
}
.rail-coverage-list .rail-coverage-title > strong {
  display: block;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 16px;
  white-space: normal;
  overflow-wrap: break-word;
}
.rail-coverage-list .rail-coverage-date,
.rail-coverage-list .rail-coverage-location {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #454650;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 14px;
}
.rail-coverage-list .rail-coverage-date > i,
.rail-coverage-list .rail-coverage-location > i {
  margin-right: 4px;
  font-style: normal;
}
.rail-coverage-list .rail-coverage-date {
  padding-right: 8px;
  border-right: solid 1px #E2E2E2;
}
.rail-coverage-list .rail-coverage-date > i {
  color: #C80000;
}
.rail-coverage-list .rail-coverage-location {
  width: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rail-coverage-list .rail-coverage-location > i {
  color: #8E909E;
}

/* =============================================================================
   4. Meet Stream Action
   ============================================================================= */
.live-stream-action {
  height: 32px;
}

.live-stream-action.is-live {
  height: 52px;
}

.live-stream-action span::after {
  content: none;
}

.meet-stream-button.is-live {
  min-width: 170px;
  padding: 5px 16px;
  border: solid 1px rgba(200, 0, 0, 0.6);
  background: #C80000;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.meet-stream-status {
  display: none;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 14px;
  text-transform: uppercase;
}

.meet-stream-status.is-live {
  display: flex;
}

.meet-stream-status > i {
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.meet-stream-label {
  display: block;
  font-weight: bold;
  line-height: 18px;
}

/* =============================================================================
   5. Article and Meet Badges
   ============================================================================= */
.article-live-status {
  display: none;
  margin: 0 6px 0 0;
  padding: 1px 4px;
  border: 0;
  background: #C80000;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  vertical-align: 2px;
}
.article-live-status.is-live {
  display: inline-block;
}
