.single .thumbnail {
  aspect-ratio: 3/2;
}
.single .thumbnail img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
  max-width: initial;
}
.single .article-text-wrap {
  margin: 0 auto 2em !important;
}
.single .article-text-wrap img {
  margin-bottom: 1em;
}
.single .wp-block-paragraph {
  margin: 2em 0;
}
.single .article-title {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  font-size: 150% !important;
}
.single h1 {
  clear: none !important;
}

.wp-block-paragraph {
  margin: 2em 0;
}

.shop_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop_logo {
  flex: 0 0 15%;
}

.article-title {
  font-size: 150% !important;
}
