.node--type-article .field--type-datetime {
  text-align: right;
  margin-bottom: 0.5em;
  border-bottom: 0.15em dotted;
}
.node--type-article.node--view-mode-teaser .field--type-image a {
  border: none !important;
}
.node--type-article.node--view-mode-teaser {
  min-height: 12em;
}
.node--type-article.node--view-mode-teaser .field--name-field-date-run {
  display: inline-block;
  border: none !important;
}
.node--type-article.node--view-mode-teaser .field--name-field-main-image {
  float: left;
  padding: 0 1rem 1rem 0;
  width: 8em;
}
.node--type-article.node--view-mode-teaser .field--name-field-main-image img {
  border-radius: 1rem;
}
.node--type-article.node--view-mode-teaser .field--name-body {
  text-align: justify;
  text-wrap: pretty;
  font-variant: small-caps;
  font-size-adjust: 0.475;
  font-size: 1.1em;
  letter-spacing: 0.075em;
}
.node--type-article.node--view-mode-teaser .field--name-body::after {
  clear: none;
  content: "";
}
.node--type-article .field--name-field-main-image {
  text-align: center;
}
.node--type-article .field--name-field-main-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 50vh;
}
.node--type-article .photoswipe-gallery a {
  display: inline-block;
  padding: 0.5em;
  padding-bottom: 0.75em;
  background: var(--image-bg-rgb);
}
.node--type-article .photoswipe-gallery a img {
  border-radius: 0.5em;
}
.node--type-article .photoswipe-gallery a {
  box-shadow: var(--img-shadow-offset) var(--img-shadow-offset) var(--img-shadow-blur) var(--img-shadow-spread) var(--img-shadow-color);
  transform: rotate(5deg);
}
.node--type-article .photoswipe-gallery .field__item:nth-child(2n) a {
  transform: rotate(2deg);
}
.node--type-article .photoswipe-gallery .field__item:nth-child(3n) a {
  transform: rotate(-7deg);
}
.node--type-article .photoswipe-gallery .field__item:nth-child(4n) a {
  transform: rotate(5deg);
}
.node--type-article .photoswipe-gallery .field__item:nth-child(5n) a {
  transform: rotate(-5deg);
}
.node--type-article .photoswipe-gallery .field__item:nth-child(6n) a {
  transform: rotate(-2deg);
}
.node--type-article .node__links {
  text-align: right;
}

.view-articles .views-row {
  clear: both;
  margin: 0.5em 0 1em 0;
  min-height: 12rem;
  background: var(--teaser-bg-rgba);
  padding: 1.5rem;
  border-radius: 1rem;
}
.view-articles img {
  border-radius: 1em;
}

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