.bth-promo-archive,
.bth-promo-single {
  color: #2b2636;
}

.bth-promo-hero {
  background: #f5faf7;
  border-bottom: 1px solid rgba(7, 93, 55, 0.08);
}

.bth-promo-hero .wp-block-heading,
.bth-promo-single-hero .wp-block-post-title {
  letter-spacing: 0;
}

.bth-promo-query .wp-block-post-template {
  gap: 28px;
}

.bth-promo-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #eef5f0;
  box-shadow: 0 16px 38px rgba(13, 23, 59, 0.08);
}

.bth-promo-card .wp-block-post-featured-image {
  margin: 0;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  background: linear-gradient(135deg, #e6f1eb, #f7faf8);
}

.bth-promo-card .wp-block-post-featured-image a,
.bth-promo-card .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.bth-promo-card .wp-block-post-featured-image img {
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.bth-promo-card:hover .wp-block-post-featured-image img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.bth-promo-card:focus-within {
  outline: 3px solid rgba(7, 93, 55, 0.22);
  outline-offset: 4px;
}

.bth-promo-empty {
  border: 1px dashed rgba(7, 93, 55, 0.25);
  border-radius: 12px;
  padding: 36px;
  background: #fbfdfb;
  text-align: center;
}

.bth-promo-single-cover {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(13, 23, 59, 0.09);
}

.bth-promo-single-cover img {
  object-fit: cover;
}

.bth-promo-content {
  font-size: 18px;
  line-height: 1.85;
}

.bth-promo-content h2,
.bth-promo-content h3 {
  margin-top: 1.8em;
  line-height: 1.35;
}

.bth-promo-content ul,
.bth-promo-content ol {
  padding-left: 1.35em;
}

.bth-promo-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  background: #075d37;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.bth-promo-back a:hover {
  background: #064d2e;
}

@media (max-width: 900px) {
  .bth-promo-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .bth-promo-query .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }

  .bth-promo-card .wp-block-post-featured-image {
    min-height: 200px;
  }

  .bth-promo-content {
    font-size: 16px;
  }
}
