/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 08:12:25 */
.quote-box,
.quote-box * {
  box-sizing: border-box;
}

.quote-box {
  background: transparent;
  color: var(--pc-body-color);
  padding: 30px;
  text-align: center;
}

.quote-box blockquote {
  font-size: 3rem;
}

.quote-box cite {
  display: block;
  text-align: right;
  font-family: Verdana, Arial, sans-serif;
  margin-top: 1rem;
  font-size: .9rem;
  color: #aaa;
  font-style: normal;
}

.quote-box q {
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: .1rem;
  quotes: "“" "”" "‘" "’";
}

.quote-box q span {
  will-change: opacity, filter;
  opacity: 0;
  filter: blur(0px);
}

.quote-box q:before,
.quote-box q:after {
  color: var(--pc-body-color);
  font-size: 4rem;
}