/**
 * 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-bubble {
  position: relative;
  padding-top: 1em;
}
.wp-block-d3-security-quote-bubble blockquote {
  background: linear-gradient(180deg, #040404 0%, #351180 100%);
  border: 2px solid #6600FF;
  padding: 1.5em 1.5em 1.5em 3em;
  position: relative;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  margin: 20px 0 40px 50px;
}
.wp-block-d3-security-quote-bubble blockquote p {
  font-size: 32px;
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
.wp-block-d3-security-quote-bubble blockquote:after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -37px;
  background: url("../../../assets/images/quote-corner.png");
  width: 79px;
  height: 37px;
}
.wp-block-d3-security-quote-bubble .quote-image-wrapper {
  background-color: #EAF2F4;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #6600FF;
  border-radius: 100%;
  max-width: 92px;
  max-height: 92px;
  aspect-ratio: 1/1;
  z-index: 1;
  padding: 2px;
}
.wp-block-d3-security-quote-bubble .quote-image {
  aspect-ratio: 1/1;
  border-radius: 100%;
  max-width: 90px;
  object-fit: cover;
  border: 2px solid white;
}
.wp-block-d3-security-quote-bubble h4 {
  font-size: 27px;
  margin-bottom: 0;
}
.wp-block-d3-security-quote-bubble p {
  font-size: 21px;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .wp-block-d3-security-quote-bubble blockquote p {
    font-size: 26px;
  }
  .wp-block-d3-security-quote-bubble h4 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .wp-block-d3-security-quote-bubble p {
    font-size: 18px;
    margin-top: 0;
  }
  .wp-block-d3-security-quote-bubble .quote-image-wrapper {
    max-width: 82px;
    max-height: 82px;
    left: 10px;
  }
  .wp-block-d3-security-quote-bubble .quote-image {
    max-width: 80px;
  }
}
@media (max-width: 600px) {
  .wp-block-d3-security-quote-bubble blockquote {
    margin: 10px 0 40px 20px;
    padding: 1em 1em 1em 2.5em;
  }
  .wp-block-d3-security-quote-bubble blockquote p {
    font-size: 24px;
  }
  .wp-block-d3-security-quote-bubble h4 {
    font-size: 21px;
    margin-bottom: 0;
  }
  .wp-block-d3-security-quote-bubble p {
    font-size: 16px;
    margin-top: 0;
  }
  .wp-block-d3-security-quote-bubble .quote-image-wrapper {
    max-width: 62px;
    max-height: 62px;
    left: -10px;
  }
  .wp-block-d3-security-quote-bubble .quote-image {
    max-width: 60px;
  }
}