article a {
  color: #e5004d;
  text-decoration: none;
}
article a:hover {
  text-decoration: underline;
}
article h1 {
  line-height: 1.4;
  margin-bottom: 15px;
}
article .post-date {
  display: flex;
  align-items: center;
  max-width: 400px;
}
@media (min-width: 768px) {
  article .post-date {
    max-width: 200px;
  }
}
article .post-date .line {
  flex: 1;
  border-bottom: 1px solid #c2c2c2;
  margin-right: 12px;
}
article .post-date time {
  color: gray;
}
article p, article .wp-block-image, article .wp-block-quote {
  margin: 0 0 1.75em 0;
}
@media (min-width: 768px) {
  article p, article .wp-block-image, article .wp-block-quote {
    font-size: 18px;
  }
}
article .post-date {
  margin-bottom: 30px;
}
article .thumbnail {
  margin-bottom: 24px;
}
article .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
article .wp-block-image img {
  max-width: 100%;
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media (min-width: 768px) {
  article .wp-block-image img {
    max-width: 100%;
  }
}
article .wp-block-quote {
  margin: 0 0 1.5em 0;
  padding: 10px 0 10px 15px;
  border-left: 4px solid #d5d5d5;
}
article .wp-block-quote p {
  font-size: 1.2em;
  font-weight: 700;
  color: #4b4b4b;
}
article .wp-block-column.max-800 {
  max-width: 800px;
}
article .lightbox-gallary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
article .lightbox-gallary .thumb {
  display: flex;
  position: relative;
  width: calc(33.333% - 18px);
}
@media (min-width: 570px) {
  article .lightbox-gallary .thumb {
    width: calc(25% - 9px);
  }
}
@media (min-width: 992px) {
  article .lightbox-gallary .thumb {
    width: calc(20% - 9.6px);
  }
}
article .lightbox-gallary .thumb a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  position: relative;
}
article .lightbox-gallary .thumb a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}/*# sourceMappingURL=single.css.map */