/* Blog page styles (moved from inline) */
.gtm-noscript-iframe {
  display: none;
  visibility: hidden;
}

.blog-sidebar-sticky {
  top: 120px;
}

.blog-toc {
  background-color: #f8f9fa !important;
}

.blog-toc-title {
  font-size: 0.9rem;
  color: #333;
}

.blog-toc-list {
  font-size: 0.85rem;
}

.blog-link {
  color: #28a893;
}

.blog-link:hover {
  color: #1f8f7b;
}

.blog-hero-title {
  color: #1a1a1a;
  line-height: 1.3;
}

.blog-meta {
  font-size: 0.95rem;
  color: #666;
}

.blog-meta-icon {
  color: #28a893;
}

.blog-featured-image {
  max-height: 450px;
  object-fit: cover;
  width: 100%;
}

.blog-intro-text {
  font-size: 1.15rem;
  color: #333;
  line-height: 1.8;
}

.blog-content {
  line-height: 1.8;
  color: #444;
}

.blog-section {
  border-color: #e9ecef !important;
}

.blog-section-title {
  color: #1a1a1a;
}

.highlight-box {
  background-color: #f8f9fa !important;
}

.highlight-list {
  font-size: 1rem;
}

.blog-subsection-title {
  color: #28a893;
}

.final-paragraph {
  font-size: 1.05rem;
}

.final-callout {
  font-size: 1.05rem;
  border-left: 5px solid #28a893;
  padding-left: 20px;
  color: #28a893;
  font-weight: 600;
}

.cta-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9f1ed 100%);
}

.cta-title {
  color: #1a1a1a;
  font-size: 1.5rem;
}

.cta-text {
  color: #666;
  font-size: 1.1rem;
}

.cta-primary {
  background-color: #28a893;
  color: #ffffff;
  border: none;
  padding: 12px 40px;
}

.cta-primary:hover {
  background-color: #1f8f7b;
  color: #ffffff;
}

.cta-secondary {
  background-color: transparent;
  color: #28a893;
  border: 2px solid #28a893;
  padding: 10px 40px;
}

.cta-secondary:hover {
  background-color: #28a893;
  color: #ffffff;
}

.author-avatar {
  flex-shrink: 0;
}

.author-initials {
  width: 80px;
  height: 80px;
  background-color: #28a893;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
}

.author-info {
  flex: 1;
}

.author-name {
  color: #1a1a1a;
}

.author-desc {
  color: #666;
}

.related-title {
  color: #1a1a1a;
  font-size: 1.4rem;
}

.related-card {
  cursor: pointer;
  transition: all 0.3s ease;
}

.related-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.related-badge {
  background-color: #28a893;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 0.85rem;
}

.related-card-title {
  color: #1a1a1a;
}

.related-link-title {
  color: #1a1a1a;
}

.related-text {
  color: #666;
  font-size: 0.95rem;
}

.related-link {
  color: #28a893;
  font-size: 0.9rem;
}

.related-link:hover {
  color: #1f8f7b;
}
