.vrnhn-incident-embed-v2 {
  --highlight-color: #bf4d00;
  --text-color: #5a5a5a;
  --stripe-color: #ec722025;
  --background-color: #fef6f0;
  background: var(--background-color);
  font-family: sans-serif;
  font-size: 1rem;
  max-width: 750px;
  max-width: 85ch;
  margin: 1em;
  isolation: isolate;
  padding: 0;
}
.vrnhn-incident-embed-v2--blue {
  --highlight-color: #33338a;
  --stripe-color: #33338a25;
  --background-color: #fff;
  border: 1px solid var(--highlight-color);
}
.vrnhn-incident-embed-v2::before, .vrnhn-incident-embed-v2::after {
  content: unset !important;
}
.vrnhn-incident-embed-v2 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.vrnhn-incident-embed-v2__caption {
  color: var(--highlight-color);
  font-size: 0.8em;
  margin-bottom: 1em;
}
.vrnhn-incident-embed-v2__body {
  padding: 2em;
  padding-top: 1em;
}
.vrnhn-incident-embed-v2__logo a {
  text-decoration: none;
}
.vrnhn-incident-embed-v2:not(.vrnhn-incident-embed-v2--bottom-logo) .vrnhn-incident-embed-v2__logo svg {
  float: right;
  margin: 1em;
}
.vrnhn-incident-embed-v2__title {
  color: var(--highlight-color);
  font-size: 1.25em;
  margin: 0 0 1em;
}
.vrnhn-incident-embed-v2__title__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.vrnhn-incident-embed-v2__title a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
.vrnhn-incident-embed-v2__title a:hover, .vrnhn-incident-embed-v2__title a:focus {
  text-decoration: underline;
}
.vrnhn-incident-embed-v2__text {
  color: var(--text-color);
}
.vrnhn-incident-embed-v2__text a {
  color: inherit;
  transition: color 0.15s;
  text-decoration: underline;
  font-size: inherit;
}
.vrnhn-incident-embed-v2__text a:hover, .vrnhn-incident-embed-v2__text a:focus {
  color: var(--highlight-color);
}
.vrnhn-incident-embed-v2__text p {
  margin-bottom: 1em;
  font-size: inherit;
}
.vrnhn-incident-embed-v2__text :last-child {
  margin-bottom: 0;
}
.vrnhn-incident-embed-v2__footer {
  color: var(--highlight-color);
  padding: 1em 2em;
  background-image: linear-gradient(to right, var(--stripe-color) 60%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 20px 2px;
  background-repeat: repeat-x;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vrnhn-incident-embed-v2--bottom-logo .vrnhn-incident-embed-v2__footer {
  padding: 0.5em 2em;
}
.vrnhn-incident-embed-v2__date {
  font-size: 0.9375em;
}
.vrnhn-incident-embed-v2__images {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin-top: 2em;
}
.vrnhn-incident-embed-v2__images--icon {
  margin-top: 1em;
}
.vrnhn-incident-embed-v2__images--icon a:hover, .vrnhn-incident-embed-v2__images--icon a:focus {
  outline: 1px solid var(--highlight-color);
  outline-offset: 2px;
}
.vrnhn-incident-embed-v2__images svg {
  fill: var(--highlight-color);
}

/*# sourceMappingURL=incident-embed.v2.css.map */
