.paragraph figcaption {
  font-size: 1.4rem;
}

.paragraph--type--image-100 .post-image {
  margin: 0 0 2.5rem 0;
}

.paragraph--type--images-50 .gallery, .paragraph--type--gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
}

.paragraph--type--images-50 .gallery.with-label > div, .paragraph--type--gallery .gallery.with-label > div {
  width: 100%;
}

.paragraph--type--images-50 .gallery figure {
  margin: 0 0 2.5rem 0;
}
@media (min-width: 768px) {
  .paragraph--type--images-50 .gallery figure {
    width: calc(50% - 5px);
  }
}

.paragraph--type--video > div {
  text-align: center;
}

@media (min-width: 768px) {
  .paragraph--type--text-image-50-50.image-left > div:first-of-type {
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
  }
  .paragraph--type--text-image-50-50.image-right > div:first-of-type {
    float: right;
    width: 48%;
    margin: 0 0% 2% 2%;
  }
}
.has-sidebar .paragraph--type--gallery .gallery figure {
  width: calc(50% - 5px);
  margin: 0;
}
@media (min-width: 880px) {
  .has-sidebar .paragraph--type--gallery .gallery figure {
    width: calc(33% - 5px);
  }
}

.no-sidebar .paragraph--type--gallery .gallery figure {
  width: calc(50% - 5px);
  margin: 0;
}
@media (min-width: 768px) {
  .no-sidebar .paragraph--type--gallery .gallery figure {
    width: calc(33% - 5px);
  }
}
@media (min-width: 880px) {
  .no-sidebar .paragraph--type--gallery .gallery figure {
    width: calc(25% - 8px);
  }
}

.paragraph--type--gallery .gallery .dummy-box {
  height: 0;
  margin: 0 !important;
  padding: 0;
}

.paragraph--type--image-100 .post-image a, .paragraph--type--images-50 .gallery figure a, .paragraph--type--gallery .gallery figure a {
  display: block;
  line-height: 1;
}

/*# sourceMappingURL=paragraphs.css.map */
