/* Section-specific styles for MOJERAD.IO */

/* Player section - Enhanced red glow */
.player-section {
    background: linear-gradient(to right, var(--color-red-muted) 0%, transparent 400px);
    box-shadow: 0 0 30px var(--color-red-glow), 0 0 50px var(--color-red-muted), 0 0 40px rgba(0, 0, 0, 1) inset;
    border-radius: 10px;
    border-bottom: 1px solid var(--color-red);
}

.now-playing-label {
    color: var(--color-light-gray);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}

.track-title {
    font-weight: 700;
    font-size: 1.8rem;
}

/* Partners section styles */
.partners-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: flex-start;
}
