.has-red-background-color {
    background-color: #de0010;
}
.has-red-color {
    color: #de0010;
}




.wp-block-quote {
  position: relative;
  padding-left: 15px;
  margin-top: -7px;
  transform: translateZ(5px);
  visibility: visible;
}

.wp-block-quote::before {
  content: "\201C"; /* 或者使用英文双引号 content: '\201C'; */
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 70px;
  color: #de0010;
  width: 1em;
  line-height: 1;
  height: 1em;
  font-family: sans-serif;
  z-index: 10;
}

.wp-block-quote::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgb(191, 194, 233);
}

.wp-block-quote p {
  background-color: rgb(244, 244, 244);
  padding: 15px;
  margin: 0;
  transform: translate(-5px, -5px);
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 1.5px;
  color: rgb(51, 51, 51);
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 2;
}

.wp-block-quote strong {
  color: rgb(74, 74, 74);
  font-weight: bold;
}

.wp-block-quote span {
  color: rgb(74, 74, 74);
  font-size: 15px;
  letter-spacing: 1px;
}


