/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-d3-security-quote-glow .quote-glow-wrapper {
  position: relative;
}
.wp-block-d3-security-quote-glow .quote-glow-wrapper:before {
  content: "";
  top: -100px;
  left: -100px;
  position: absolute;
  height: 352px;
  background-image: url("../images/quote-top-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  background-size: contain;
}
.wp-block-d3-security-quote-glow .quote-glow-wrapper:after {
  content: "";
  bottom: -100px;
  right: -100px;
  position: absolute;
  height: 352px;
  background-image: url("../images/quote-bottom-right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  background-size: contain;
}
.wp-block-d3-security-quote-glow .quote-glow-border {
  padding: 2px;
  background: linear-gradient(160deg, #FF7845 0%, #B037FF 25%, #6600FF 20%, var(--wp--preset--color--black) 40%, var(--wp--preset--color--black) 50%, #6600FF 65%, #B037FF 75%, #FF7845 100%);
  border-radius: 25px;
}
.wp-block-d3-security-quote-glow .quote-glow-inner {
  padding: 2em;
  border-radius: 25px;
  background-color: var(--wp--preset--color--black);
  z-index: 1;
  position: relative;
}
.wp-block-d3-security-quote-glow .quote-glow-inner blockquote p {
  font-size: clamp(22.041px, 1.378rem + (1vw - 3.2px) * 1.939, 36px);
  font-style: normal;
  font-weight: 600;
}
.wp-block-d3-security-quote-glow .quote-glow-inner > div {
  display: flex;
  justify-content: flex-end;
}
.wp-block-d3-security-quote-glow .quote-glow-inner .quote-glow-cite h4 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wp-block-d3-security-quote-glow .quote-glow-wrapper:before {
    top: -50px;
    left: -50px;
    height: 150px;
  }
  .wp-block-d3-security-quote-glow .quote-glow-wrapper:after {
    bottom: -50px;
    right: -50px;
    height: 150px;
  }
  .wp-block-d3-security-quote-glow .quote-glow-inner {
    padding: 1.5em;
  }
  .wp-block-d3-security-quote-glow .quote-glow-inner blockquote {
    margin: 1em;
  }
}
@media (max-width: 600px) {
  .wp-block-d3-security-quote-glow .quote-glow-border {
    background: linear-gradient(140deg, #FF7845 0%, #B037FF 25%, #6600FF 20%, var(--wp--preset--color--black) 40%, var(--wp--preset--color--black) 50%, #6600FF 65%, #B037FF 75%, #FF7845 100%);
  }
  .wp-block-d3-security-quote-glow .quote-glow-wrapper:before {
    top: -50px;
    left: -50px;
    height: 150px;
  }
  .wp-block-d3-security-quote-glow .quote-glow-wrapper:after {
    bottom: -50px;
    right: -50px;
    height: 150px;
  }
  .wp-block-d3-security-quote-glow .quote-glow-inner {
    padding: 1em;
  }
}