.wp-block-group.gap-0 {
  gap: 0; }

.symptom-story-post {
  position: relative; }
  .symptom-story-post > .gb-headline {
    font-style: italic;
    font-size: 1.25rem !important; }
  .symptom-story-post::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -15px;
    width: 60px;
    height: 60px;
    background-image: url("/wp-content/themes/celiac/assets/images/icon-quote.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.15; }

.symptom-story-byline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  padding-top: 0.5rem; }
  .symptom-story-byline p {
    color: #006272;
    font-size: inherit; }
  .symptom-story-byline .symptom_location::before {
    content: ", "; }
