/* General Hero CSS */
.oe-home-hero {
    position: relative;
    width: 100%;
    background-color: #000;
}

.oe-home-hero img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Ensure content is positioned properly within the slide */
.oe-home-hero .uk-position-cover.uk-flex {
    align-items: center;
}

.oe-grid-home-hero {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Position the insights ticker at the top absolute */
.oe-home-hero-insights {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

/* Position navigation at the bottom absolute */
.oe-home-hero-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .oe-hero-post-headline {
        font-size: 24px !important;
    }
    
    .oe-hero-post-excerpt {
        font-size: 14px !important;
    }
}
