/* 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 .content p:last-child {
  margin-block-end: 0;
}
#quur-emergency-alerts .container > .row > .col-sm-8 {
  margin-block-end: 1em;
}
@media only screen and (min-width: 640px) {
  #quur-emergency-alerts .container > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  #quur-emergency-alerts .container > .row > .col-sm-8 {
    flex: 2;
    margin-block-end: 0;
  }
  #quur-emergency-alerts .container > .row > .col-sm-4 {
    flex: 1;
  }
}
