.response-banner-wrapper {
  background: #B00202;
  display: flex;
  justify-content: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.response-banner-wrapper .response-banner {
  width: 100%;
  max-width: 1280px;
}
.response-banner-wrapper .response-banner--content {
  display: flex;
  padding: 12px 20px;
  min-height: 48px;
  align-items: center;
  gap: 8px;
}
.response-banner-wrapper .response-banner--content > * {
  color: #FFF;
}
.response-banner-wrapper a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.response-banner-wrapper svg {
  width: 1em;
  height: 1em;
}

