/**
 * Blog hero — inline "Read more" after the excerpt (Lifestyle pattern).
 * Scope: .blog-hero only. Never intended for .blog-card-grid.
 */

.blog-hero .blog-hero-read-more {
  display: inline;
  vertical-align: baseline;
  white-space: nowrap;
  font-weight: 700;
  color: #d12f58;
  text-decoration: none;
}

.blog-hero .blog-hero-read-more:hover {
  text-decoration: underline;
}

.blog-hero .blog-hero-read-more:focus-visible {
  outline: 2px solid #d12f58;
  outline-offset: 2px;
}

/* Hide the original Elementor button after JS inlines it */
.blog-hero .blog-hero-read-more-source.blog-hero-read-more-source--moved {
  display: none !important;
}
