/* Header Sticky Fix & Mobile Badge Overlap Fix */
.main-header {
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.featured-main {
    margin-top: 15px; /* Added clearing space for sticky header */
}

@media (max-width: 768px) {
    .category-tag {
        top: 8px !important;
        left: 8px !important;
        font-size: 0.7rem !important;
        padding: 2px 8px !important;
    }
    
    .featured-main {
        margin-top: 10px;
    }
}

/* Ensure Logo doesn't get squashed */
.logo a {
    white-space: nowrap;
}
