/* Blog Post Featured Image Fix */

/* Featured image container */
.featured-image-container {
    margin: 30px 0;
    width: 100%;
}

.featured-image {
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* Ensure images display properly */
.article-hero-image,
.featured-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    max-width: 100% !important;
}

/* Image caption styling */
.image-caption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

/* Article header spacing */
.article-header {
    margin-bottom: 30px;
}

/* Ensure proper display on category pages too */
.magazine-post-card .post-thumbnail img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}