/* Adept Quality Services - Static Blog System Stylesheet */

/* Premium grid styling and typographic systems */
.blog-card-shadow {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.015);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card-shadow:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(10, 37, 64, 0.05);
}

.blog-post-content {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
}

.blog-post-content p {
  margin-bottom: 1.5rem;
}

.blog-post-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  color: #0A2540;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.blog-post-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  color: #0A2540;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.blog-post-content ul, .blog-post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blog-post-content ul {
  list-style-type: disc;
}

.blog-post-content ol {
  list-style-type: decimal;
}

.blog-post-content li {
  margin-bottom: 0.5rem;
}

.blog-post-content blockquote {
  border-left: 4px solid #635BFF;
  background-color: #F8FAFC;
  padding: 1rem 1.5rem;
  font-style: italic;
  margin: 2rem 0;
  border-radius: 0 12px 12px 0;
}

.blog-post-content strong {
  color: #0F172A;
  font-weight: 600;
}

/* Category badging interactive colors */
.category-pill {
  transition: all 0.2s ease-in-out;
}

.category-pill:hover, .category-pill.active {
  background-color: #635BFF;
  color: #ffffff;
  border-color: #635BFF;
}

/* Share button animation */
.share-icon-btn {
  transition: all 0.3s ease;
}
.share-icon-btn:hover {
  background-color: #635BFF;
  color: #ffffff;
}
