.node--type-alert {
  background-color: #f2f4f7;
}
.node--type-alert.text-dark {
  background-color: #ffc500;
}
.node--type-alert.text-dark p span.text {
  background-image: url(../../../icons/circle-exclamation-solid--dark.svg);
}
.node--type-alert.text-dark p a {
  color: #333 !important;
  white-space: normal;
}
.node--type-alert.text-white {
  background-color: #9f2d2d;
}
.node--type-alert.text-white p span.text {
  background-image: url(../../../icons/circle-exclamation-solid--white.svg);
}
.node--type-alert.text-white p a {
  color: white;
  white-space: normal;
}
.node--type-alert p {
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .node--type-alert p {
    font-size: 1.125rem;
  }
}
.node--type-alert p span.text {
  background-image: url(../../../icons/circle-exclamation-solid.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.75rem;
  background-size: 1.25rem auto;
}
.node--type-alert p a {
  text-decoration: underline;
  white-space: normal;
}
.node--type-alert p a:hover {
  text-decoration: none;
  white-space: normal;
}