/** Ikoner **/
.lp-crisis-banner__alert-icon {
  height: 1em;
  /* Paths and strokes that overflow the viewBox can show in IE.
  If you use normalize.css, it already sets this. */
  overflow: hidden;
  /* Nice visual alignment for icons alongside text */
  vertical-align: -0.05em;
  /* Allows sizing by changing the icon's font-size */
  width: 1em;
  /* Default path fill = value of the color property */
  fill: currentColor;
  display: block;
}
.lp-crisis-banner {
  margin: 0;
  padding: 0;
  display: block;
}
.lp-crisis-banner__alert-icon-wrap {
  display: block;
}
.lp-crisis-banner__alert {
  display: block;
  text-decoration: none;
  margin: 0;
  border-radius: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em;
}
.lp-crisis-banner__alert:hover span,
.lp-crisis-banner__alert:focus span {
  text-decoration: underline;
}
.lp-crisis-banner__alert {
  font-size: 25px;
}
.lp-crisis-banner__alert .lp-crisis-banner__alert-icon {
  margin-right: 10px;
}

