.ot-quotebox {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: calc(var(--ot-quotebox-gap)/2) var(--ot-quotebox-gap);
  border-top: var(--ot-quotebox-border);
  border-bottom: var(--ot-quotebox-border);
  padding: var(--ot-quotebox-padding);
  background-color: var(--ot-quotebox-background);
  color: var(--ot-quotebox-background-con);
}
.ot-quotebox .ot-quotebox-content {
  margin: 0;
  padding: 0;
  font-size: var(--ot-quotebox-content-size);
  font-weight: var(--ot-quotebox-content-weight);
  line-height: 1.4em;
}
.ot-quotebox .ot-quotebox-content:after, .ot-quotebox .ot-quotebox-content:before {
  display: none;
}
.ot-quotebox .ot-quotebox-caption {
  padding: 0;
  color: var(--ot-quotebox-background-con);
  font-size: var(--ot-quotebox-caption-size);
  line-height: var(--ot-quotebox-caption-line-height);
  font-weight: var(--ot-quotebox-caption-weight);
  background-color: transparent;
}
.ot-quotebox.ot-style-quotebox-long .ot-quotebox-content {
  font-size: var(--ot-quotebox-content-size);
  line-height: 1.4em;
}
/*# sourceMappingURL=maps/ot-quotebox.frontend.css.map */
