/* Professional Editorial Blog Layout */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Assistant:wght@300;400;500;600&display=swap');

body {
    background: #ffffff;
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: #333;
    margin: 0;
    padding: 0;
}

.blog-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-wrapper {
    display: block;
    margin-top: 40px;
}

.blog-main {
    background: white;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.blog-hero {
    padding: 60px 0 40px;
    background: #ffffff;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}

.blog-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #222;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.blog-meta {
    font-size: 1rem;
    color: #888;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.blog-featured-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto 60px;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.blog-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #333;
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, sans-serif;
}

.blog-row {
    margin-bottom: 40px;
    width: 100%;
}

.blog-row img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    display: block;
}

.blog-row h2,
.blog-row h3,
.blog-row h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin: 40px 0 20px;
    color: #222;
    line-height: 1.3;
}

.blog-row h2 {
    font-size: 2.2rem;
    margin-top: 60px;
}

.blog-row h3 {
    font-size: 1.8rem;
}

.blog-row h4 {
    font-size: 1.4rem;
}

.blog-row p {
    margin-bottom: 25px;
    text-align: justify;
    color: #444;
}

/* Typography enhancements */
.blog-content blockquote {
    border-right: 4px solid #e0e0e0;
    margin: 30px 0;
    padding: 20px 30px;
    background: #f9f9f9;
    font-style: italic;
    font-size: 1.15rem;
    color: #555;
}

.blog-content ol,
.blog-content ul {
    margin: 25px 0;
    padding-right: 30px;
}

.blog-content li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.blog-content strong {
    font-weight: 600;
    color: #222;
}

.blog-content em {
    font-style: italic;
    color: #555;
}

/* Professional spacing and dividers */
.blog-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to left, transparent, #ddd, transparent);
    margin: 50px 0;
}

/* Reading time indicator */
.reading-time {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 10px;
}

/* Author info */
.author-info {
    margin-top: 60px;
    padding: 30px 0;
    border-top: 2px solid #f0f0f0;
    text-align: center;
}

.author-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
}

/* Professional sharing section */
.blog-sidebar {
    position: sticky;
    top: 40px;
    height: fit-content;
    max-width: 300px;
    margin: 60px auto 0;
}

.sidebar-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.sidebar-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.share-card {
    background: white;
    color: #333;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.share-card .sidebar-title {
    color: #333;
    margin-bottom: 20px;
}

.share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2DD55B;
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 12px;
    font-weight: 500;
    font-size: 1rem;
    border: 2px solid #2DD55B;
    width: 100%;
    box-sizing: border-box;
}

.share-button:hover {
    background: #26C452;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(45, 213, 91, 0.3);
    border-color: #26C452;
}

.share-button i {
    font-size: 1.2rem;
}

/* Contact Card Styles */
.contact-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    border: none;
}

.font-bold{
    font-weight: 700;
}

.contact-card .sidebar-title {
    color: white;
    margin-bottom: 15px;
}

.contact-description {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
    line-height: 1.5;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 10px;
    font-weight: 500;
    font-size: 0.95rem;
    border: 2px solid rgba(255,255,255,0.2);
    width: 100%;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
}

.contact-button:hover {
    background: rgba(255,255,255,0.25);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.4);
}

.contact-button i {
    font-size: 1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .blog-title {
        font-size: 2.2rem;
    }
    
    .blog-hero {
        padding: 30px 20px;
    }
    
    .blog-content {
        padding: 0 15px;
    }
    
    .blog-container {
        padding: 0 15px;
    }

    .blog-row h2 {
        font-size: 1.8rem;
    }

    .blog-sidebar {
        margin-top: 40px;
        max-width: 100%;
    }

    .sidebar-card {
        padding: 25px 20px;
    }

    .sidebar-title {
        font-size: 1.2rem;
    }

    .share-button {
        padding: 12px 20px;
        font-size: 0.95rem;
    }

    .contact-button {
        padding: 10px 18px;
        font-size: 0.9rem;
    }

    .blog-featured-image {
        height: 250px;
        margin-bottom: 40px;
    }
}