.clinic-editorial-content .clinic-ai-post-query {
  align-items: stretch;
  gap: 1rem;
}

.clinic-editorial-content .clinic-ai-post-card {
  overflow: hidden;
  border-radius: 12px;
  background: var(--clinic-surface);
}

.clinic-home-post-thumbnail {
  display: block;
  color: inherit;
  text-decoration: none;
}

.clinic-home-post-visual {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f2f0ea;
}

.clinic-home-post-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-editorial-content .clinic-post-card-copy {
  padding: 1.2rem 1.25rem 1.35rem;
}

.clinic-editorial-content .clinic-card-kicker {
  margin: 0 0 .7rem;
  color: var(--clinic-primary);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .01em;
}

.clinic-editorial-content .wp-block-post-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.45;
  letter-spacing: -.025em;
  word-break: keep-all;
}

.clinic-editorial-content .wp-block-post-title a {
  color: inherit;
  text-decoration: none;
}

.clinic-editorial-content .wp-block-post-excerpt {
  margin: .8rem 0 0;
  color: var(--clinic-muted);
  font-size: .88rem;
  line-height: 1.68;
}

@media (max-width: 980px) {
  .clinic-editorial-content .clinic-ai-post-query {
    gap: .75rem;
  }

  .clinic-editorial-content .clinic-post-card-copy {
    padding: 1rem;
  }

  .clinic-editorial-content .wp-block-post-title {
    font-size: 1rem;
    line-height: 1.42;
  }

  .clinic-editorial-content .wp-block-post-excerpt {
    display: none;
  }
}

@media (max-width: 781px) {
  .clinic-editorial-content .clinic-ai-post-query {
    gap: 1rem;
  }

  .clinic-editorial-content .clinic-ai-post-card {
    border-radius: 10px;
  }

  .clinic-editorial-content .clinic-post-card-copy {
    padding: 1rem 1.05rem 1.15rem;
  }

  .clinic-editorial-content .wp-block-post-title {
    font-size: 1.04rem;
  }
}
