 /* The inline padding should equal the gutter width of the site on which the
   utility bar is appearing. This may need to be overridden in theme CSS. */
#quur-emergency-alerts .container {
  background-color: transparent;
  padding-inline: 40px;
  color: inherit;
}
#quur-emergency-alerts .container .quur-alert-content p {
  line-height: 1.25;
}
@media only screen and (max-width: 640px) {
  #quur-emergency-alerts .container {
    padding-inline: 20px;
  }
}
