/* Featured Articles Styles */
.article-row.featured-highlight {
    background: linear-gradient(to right, #fffdf0, #ffffff);
    border-left: 4px solid #ffd700;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
    position: relative;
}

.article-row.featured-highlight:hover {
    box-shadow: 0 6px 18px rgba(255, 215, 0, 0.3);
    transform: translateX(5px);
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #ffd700;
    color: #8b5e00;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 12px;
    margin-right: 8px;
    margin-bottom: 6px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);
}

.featured-badge i {
    font-size: 0.7rem;
}

.girls-header-badge {
    background: linear-gradient(135deg, rgba(255,105,180,0.95) 0%, rgba(255,77,154,0.95) 100%) !important;
    box-shadow: 0 0 26px rgba(255,105,180,0.42);
}