/*
 Theme Name:   Simple Modern Child
 Template:     simple-modern
 Version:      1.0.0
*/

/* Featured Image Container */
.featured-image-container {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
}

.featured-image-full {
    width: 100%;
    height: auto;
    display: block;
}

/* Meta Badge - Bottom Left */
.image-meta-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.meta-category a,
.meta-date {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8125rem;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: background 0.3s ease;
}

.meta-category a:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Entry Header - Below Image */
.single-post-main .entry-header {
    display: block !important;
    margin-bottom: 1.5rem;
}

.single-post-main .entry-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.75rem 0;
    color: #1a1a1a;
}

/* Responsive */
@media (max-width: 768px) {
    .featured-image-container {
        border-radius: 0;
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem);
    }
}
