/* Burudani Section Styles - Premium List View */

.entertainment-view {
    padding: 20px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.category-header {
    margin-bottom: 45px;
}

.category-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.category-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* What's Happening Carousel */
.whats-happening-section {
    margin-top: 20px;
    margin-bottom: 60px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.whats-happening-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.has-happening-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.update-time {
    font-size: 0.8rem;
    color: #888;
}

.carousel-container {
    position: relative;
    padding: 0 20px;
}

.whats-happening-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 0;
}

.whats-happening-carousel::-webkit-scrollbar {
    display: none;
}

.happening-card {
    min-width: 320px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    cursor: pointer;
}

.happening-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    background: white;
}

.happening-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.source-icons-group {
    display: flex;
}

.source-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid white;
}

.happening-time {
    font-size: 0.75rem;
    color: #888;
}

.happening-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.happening-excerpt {
    font-size: 0.85rem;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 10;
    transition: all 0.2s ease;
}

.carousel-nav:hover {
    background: #f8f9fa;
    transform: translateY(-50%) scale(1.1);
}

.carousel-nav.prev { left: -18px; }
.carousel-nav.next { right: -18px; }

/* Filters */
.entertainment-filters-wrapper {
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 15px;
    background: transparent;
}

.filter-select-container {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.filter-select-item {
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    background: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.filter-select-item.active {
    background: var(--primary-color, #000);
    color: white;
    border-color: var(--primary-color, #000);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.filter-select-item:hover:not(.active) {
    background: #f5f5f5;
    transform: translateY(-1px);
}

/* Influencer List Table-like View */
.influencer-list-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.03);
    overflow: hidden;
}

.influencer-list-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 0.8fr 1.5fr;
    padding: 15px 25px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.influencer-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 0.8fr 1.5fr;
    padding: 14px 25px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    transition: background 0.2s ease;
}

.influencer-row:hover {
    background: #fcfcfc;
}

.influencer-row:last-child {
    border-bottom: none;
}

/* Profile Column */
.profile-cell {
    display: flex;
    align-items: center;
    gap: 15px;
}

.influencer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.profile-info {
    display: flex;
    flex-direction: column;
}

.profile-name-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-name {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
}

.verified-badge {
    background: #0095f6;
    color: white;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
}

.profile-username {
    font-size: 13px;
    color: #888;
}

/* Stats Columns */
.stat-cell {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

/* Action Buttons */
.actions-cell {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btn-save, .btn-view {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-save {
    background: white;
    border: 1px solid #ddd;
    color: #555;
}

.btn-save:hover {
    border-color: #999;
    background: #f9f9f9;
}

.btn-view {
    background: #f0f0f0;
    border: 1px solid transparent;
    color: #333;
}

.btn-view:hover {
    background: #e5e5e5;
}

/* Mobile Responsiveness */
@media (max-width: 850px) {
    .influencer-list-header {
        display: none;
    }
    
    .influencer-row {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 20px;
    }
    
    .profile-cell {
        grid-column: span 2;
    }
    
    .stat-cell {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    
    .stat-cell::before {
        content: attr(data-label);
        font-size: 11px;
        color: #999;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .actions-cell {
        grid-column: span 2;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    
    .btn-save, .btn-view {
        flex: 1;
        text-align: center;
    }
}
