/* Blog Specific Styles for Anang Health */

.blog-hero {
    background: linear-gradient(135deg, #f9fafb, #f3e8ff);
    padding: 60px 0;
    border-bottom: 1px solid #e5e7eb;
}

.blog-article-content {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #374151;
    font-size: 1.125rem;
}

.blog-article-content h2 {
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}

.blog-article-content h3 {
    color: #1f2937;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}

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

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

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

.blog-article-content strong {
    color: #111827;
}

.blog-author-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 2rem;
}

.blog-author-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-author-card .author-info h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #111827;
    font-weight: 600;
}

.blog-author-card .author-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280;
}

.blog-medical-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ecfdf5;
    color: #065f46;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blog-cta-box {
    background: linear-gradient(135deg, #4e3983, #2e224e);
    color: white;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    margin: 3rem 0;
    box-shadow: 0 10px 15px -3px rgba(78, 57, 131, 0.3);
}

.blog-cta-box h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 1rem;
}

.blog-cta-box p {
    color: #d8b4fe;
    margin-bottom: 1.5rem;
}

.blog-cta-box .btn {
    background: white;
    color: #4e3983;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 30px;
    transition: all 0.2s ease;
}

.blog-cta-box .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Breadcrumbs */
.blog-breadcrumb {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.blog-breadcrumb a {
    color: #4e3983;
    text-decoration: none;
}

.blog-breadcrumb a:hover {
    text-decoration: underline;
}
