.alert-wrapper .block-alert {
  background-color: #93000A;
  color: #fff;
}
.alert-wrapper .block-alert .content h2 {
  color: #fff;
}
.alert-wrapper .block-alert .content h2:before {
  color: #fff;
}
.alert-wrapper .block-alert .content a {
  color: #fff;
  text-decoration: underline !important;
}
.alert-wrapper .block-notification {
  background-color: #092100;
  color: #fff;
  border-bottom: 4px solid #092100;
}
.alert-wrapper .block-notification .content h2:before {
  color: #fff;
  content: "\f06a";
}
.alert-wrapper .block-notification .content a {
  color: #fff;
  text-decoration: underline !important;
}
