blockquote.blockquote-large {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;

  padding: 24px 28px !important;
  margin: 1em 0 !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1.49em !important;
  font-style: italic !important;
  font-weight: normal !important;
  line-height: 1.4 !important;

  color: #2b353b !important;

  background: radial-gradient(
    ellipse at center,
    #f9fbfe 0%,
    #f9fbfe 88%,
    #edf1f5 93%,
    #e5ebf1 97%,
    #e1e7ee 100%
  ) !important;

  border: 1px solid #b0bec5 !important;
  border-left: 5px solid #155984 !important;
  border-radius: 12px !important;

  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.18) !important;

  letter-spacing: normal !important;
  text-transform: none !important;
  text-decoration: none !important;

  white-space: normal !important;
  text-wrap: wrap !important;
  text-wrap-mode: wrap !important;
  text-wrap-style: auto !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

blockquote.blockquote-large *,
blockquote.blockquote-large p,
blockquote.blockquote-large span,
blockquote.blockquote-large div,
blockquote.blockquote-large em,
blockquote.blockquote-large i,
blockquote.blockquote-large strong,
blockquote.blockquote-large b {
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;

  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;

  color: #2b353b !important;
  background: transparent !important;

  letter-spacing: inherit !important;
  text-transform: inherit !important;

  white-space: normal !important;
  text-wrap: wrap !important;
  text-wrap-mode: wrap !important;
  text-wrap-style: auto !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

/* Ignore explicit <br> elements stored in older Short Quote content. */
blockquote.blockquote-large br {
  display: none !important;
}

/* Prevent stored <p> elements from creating forced line breaks. */
blockquote.blockquote-large p {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;

  white-space: normal !important;
  text-wrap: wrap !important;
  text-wrap-mode: wrap !important;
  text-wrap-style: auto !important;
}

/* Keep separate stored paragraphs from running words together. */
blockquote.blockquote-large p + p::before {
  content: " " !important;
}

blockquote.blockquote-large a {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;

  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;

  color: #0d4e73 !important;
  background: transparent !important;

  white-space: normal !important;
  text-wrap: wrap !important;
  text-wrap-mode: wrap !important;
  text-wrap-style: auto !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;

  text-decoration: underline !important;
  text-decoration-thickness: 0.08em !important;
  text-underline-offset: 0.12em !important;
}
