.paragraph--type--image-text-40-60::after {
  content: "";
  display: table;
  clear: both;
}

.paragraph--type--image-text-40-60.image-position-left .post-image {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .paragraph--type--image-text-40-60.image-position-left .post-image {
    width: 40%;
    float: left;
    margin-right: 2.5rem;
  }
}

.paragraph--type--image-text-40-60.image-position-right .post-image {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .paragraph--type--image-text-40-60.image-position-right .post-image {
    width: 40%;
    float: right;
    margin-left: 2.5rem;
  }
}

.paragraph--type--image-text-40-60 .post-image a {
  display: block;
  line-height: 0;
}

.paragraph--type--view .viewsreference--view-title {
  display: none;
}

.paragraph--type--view .views-element-container > div:last-of-type {
  margin-bottom: 2.5rem;
}

.paragraph--type--image-100.border .post-image {
  border: solid 1px var(--border-color);
  border-radius: 4px;
  padding: 0.5rem;
}

.paragraph--type--image-100.border .post-image a, .paragraph--type--gallery .photoswipe-gallery a {
  display: flex;
}

.paragraph--type--gallery .photoswipe-gallery > div {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .paragraph--type--gallery .photoswipe-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .paragraph--type--gallery .photoswipe-gallery > div {
    width: calc(50% - 0.25rem);
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .paragraph--type--gallery .photoswipe-gallery > div {
    width: calc(33% - 0.1666666667rem);
  }
}

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