/* Blog Hero Section */
#blog-hero {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#blog-hero-container {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    padding-bottom: 0 !important;
}

#blog-hero-container > * {
    gap: 0 !important;
}

#blog-hero-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
    gap: 0 !important;
}

#blog-hero-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100%;
    gap: 0 !important;
}

.article-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 80px;
}

.article-container > div {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .article-container > div {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.article-header {
    margin-bottom: 64px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(171, 235, 240, 0.2);
}

.article-breadcrumb {
    margin-bottom: 20px;
    font-family: 'Iosevka', monospace;
    font-size: 14px;
    color: #ABEBF0;
}

.article-breadcrumb a {
    color: #ABEBF0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-breadcrumb a:hover {
    color: #FFFFFF;
}

.article-title {
    font-family: 'Galano Grotesque', sans-serif;
    font-size: 36px;
    line-height: 1.15;
    color: #FEF9F4;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    font-family: 'Galano Grotesque', sans-serif;
    font-size: 18px;
    color: #D7D7D7;
}

.article-author {
    font-weight: 500;
    color: #ABEBF0;
}

.article-date {
    color: #A9B7BF;
}

/* Article Author Info */
.article-author-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.article-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.article-author-details {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.article-author-name {
    font-weight: 500;
    color: #ABEBF0;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0 !important;
}

.article-author-role {
    color: #4db8cb;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0 !important;
}

.article-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-family: 'Galano Grotesque', sans-serif;
    color: #D7D7D7;
    line-height: 1.75;
    font-size: 20px;
}

.article-content h2 {
    font-size: 20px;
    color: #FEF9F4;
    margin-top: 64px;
    margin-bottom: 32px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: -0.01em;
}

.article-content h3 {
    font-size: 20px;
    color: #ABEBF0;
    margin-top: 56px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.75;
}

.article-content p {
    margin-bottom: 0;
    line-height: 1.8rem;
}

.article-content strong {
    color: #FEF9F4;
    font-weight: 500;
}

.article-content em {
    color: #ABEBF0;
    font-style: italic;
}

.article-content ul,
.article-content ol {
    margin: 0 0 32px 0;
    padding-left: 32px;
    list-style: disc;
    font-size: 20px;
}

.article-content li {
    font-size: 1rem;
}

.article-content blockquote {
    border-left: 4px solid #ABEBF0;
    padding-left: 32px;
    margin: 48px 0;
    color: #ABEBF0;
    font-style: italic;
    font-size: 20px;
    line-height: 1.75;
}

.key-takeaway {
    background: rgba(171, 235, 240, 0.1);
    border-left: 4px solid #ABEBF0;
    padding: 24px 32px;
    margin: 48px 0;
    border-radius: 6px;
}

.key-takeaway strong {
    color: #ABEBF0;
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
}

.article-image {
    width: 100%;
    max-width: 100%;
    margin: 48px auto;
    display: block;
    border-radius: 8px;
}

.article-image img {
    margin: 0 auto;
    border-radius: 15px !important;
}

.article-image-caption {
    text-align: center;
    font-size: 16px;
    color: #A9B7BF;
    margin-top: 16px;
    font-style: italic;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .article-container {
        padding: 0 16px 60px;
    }
    
    .article-header {
        margin-bottom: 48px;
        padding-bottom: 32px;
    }
    
    .article-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px;
    }
    
    #blog-hero-container {
        padding-top: 108px;
        padding-left: 30px;
        padding-right: 30px;
     }
     .article-author-name{
        font-size: 14px;
     }
     .article-author-role{
        font-size: 12px;
     }
     .article-author-details {
       
        margin-left: 10px;
    }
    .article-author-info {
        display: flex;
       
        margin-top: 0;
    }
    #blog-hero-featured {
        padding: 0;
        min-height: 215px;
    }

    .article-meta {
        font-size: 16px;
        gap: 16px;
    }
    .article-image {
    
        height: auto !important;
        margin-top: 10px;
    }
    #blog-hero-content {
        height: auto;
    }
    
    .article-content {
        font-size: 18px;
        line-height: 1.7;
    }
    
    .article-content h2 {
        font-size: 18px;
        margin-top: 48px;
        margin-bottom: 24px;
        font-weight: 700;
    }
    
    .article-content h3 {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    
    .article-content p {
        margin-bottom: 0;
        padding-bottom: 34px;
    }
    
    .article-content ul,
    .article-content ol {
        margin: 24px 0;
        padding-left: 24px;
        font-size: 18px;
    }
    
    .article-content li {
        font-size: 18px;
    }
    
    .article-content blockquote {
        font-size: 18px;
        margin: 32px 0;
        padding-left: 24px;
    }
    
    .key-takeaway {
        padding: 20px 24px;
        margin: 32px 0;
    }
    
    .key-takeaway strong {
        font-size: 18px;
    }
}