.live-flight-status__section--cancelled,
.flight-delay-item--cancelled {
  border-color: rgba(185, 28, 28, 0.28);
  background: #fff4f4;
}

.live-flight-status__section--cancelled {
  border-left: 3px solid #b91c1c;
  padding-left: 9px;
}

.live-flight-status__section--cancelled strong,
.flight-delay-item--cancelled .flight-delay-item__top span {
  color: #991b1b;
}

.flight-cancellation-note {
  margin: 0;
  color: #7f1d1d;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.35;
}

.flight-delay-item--cancelled {
  border-left: 4px solid #b91c1c;
}
