/* Scoped styles for Ghost .gh-content HTML embedded in our layout */
.blog-gh-content {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--bs-body-color);
}

.blog-gh-content img {
  max-width: 100%;
  height: auto;
}

.blog-more-card {
  border-color: rgba(0, 0, 0, 0.08) !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.blog-more-card:hover {
  border-color: rgba(13, 148, 136, 0.35) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
