.blog-hero {
  padding: 2rem 0 1rem;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

.blog-hero__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-hero__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #024768;
  margin-bottom: 0.5rem;
}

.related-post ul li a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.related-post ul li a:hover {
  text-decoration: underline;
}

.blog-post-body pre,
.blog-post-body code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.blog-post-body img {
  max-width: 100%;
  height: auto;
}

.blog-post-body table {
  width: 100%;
  margin: 1rem 0;
}

.blog-share {
  margin: 1.5rem 0;
}

.blog-share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #024768;
  color: #fff;
  margin-right: 8px;
}

.blog-comment-form .form-control {
  margin-bottom: 12px;
}

.blog-captcha {
  margin: 12px 0;
}

.single-post-content img,
.post-inner-featured-content img {
  width: 100%;
  height: auto;
}

/* Post + sidebar tags — match admin "Ongoing pipeline" chip (square corners). */
.single-post-inner-meta .tag-list,
.widget .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-post-inner-meta .tag-list a,
.widget .tag-list a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  border: 1px solid #024768;
  background: rgba(2, 71, 104, 0.09);
  color: #024768;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.single-post-inner-meta .tag-list a:hover,
.widget .tag-list a:hover {
  background: rgba(2, 71, 104, 0.14);
  border-color: #013a52;
  color: #013a52;
}
