/** Service disruptions block **/
.service-disruptions-block-container {
  padding: 10px;
}

.service-disruptions-block-message {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: start;
  margin: 0;
  border-bottom: 3px solid var(--laurier-gold);
  width: 100%;
  background-color: var(--light-grey);
  font-size: 1.3em;
}

.service-disruptions-block-message .fa-circle-exclamation {
  margin: 5px;
  padding: 5px;
  background-color: var(--laurier-gold);
  color: var(--white);
  font-family: "Font Awesome 6 Free";
  text-align: center;
}
