/* Blog post LinkedIn + email share controls */
.blog-share {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd9d2;
  max-width: 1000px;
}

.blog-share-label {
  margin: 0 0 0.85rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777;
}

.blog-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #d6d4cf;
  border-radius: 999px;
  background: #fff;
  color: #14532d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.blog-share-btn:hover {
  background: rgba(20, 83, 45, 0.08);
  border-color: rgba(20, 83, 45, 0.35);
  color: #0d381c;
}

.blog-share-btn:focus-visible {
  outline: 2px solid rgba(20, 83, 45, 0.35);
  outline-offset: 2px;
}

.blog-share-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Shorthand / Theme story posts */
.blog-share--theme {
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 24px 20px 0;
  border-top: 1px solid #ddd9d2;
}

html[data-forsa-theme="dark"] .blog-share {
  border-top-color: #323d34;
}

html[data-forsa-theme="dark"] .blog-share-label {
  color: #9aaa9c;
}

html[data-forsa-theme="dark"] .blog-share-btn {
  background: #1a211c;
  border-color: #3a463c;
  color: #c5e0cd;
}

html[data-forsa-theme="dark"] .blog-share-btn:hover {
  background: rgba(52, 120, 78, 0.18);
  border-color: rgba(110, 168, 130, 0.4);
  color: #eef4ef;
}
