/**
 * Playlist Page Styles
 * Ella Radio Theme
 */

/* ==============================================
   PAGE HEADER
============================================== */
.playlist-page {
    background: #ffffff;
}

.playlist-header {
    padding: 2rem 0 3rem;
    text-align: left;
}

.playlist-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .playlist-header h1 {
        font-size: 3rem;
    }
}

.playlist-intro {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.6;
    max-width: 100%;
}

.playlist-intro p {
    margin-bottom: 1rem;
}

.playlist-intro p:last-child {
    margin-bottom: 0;
}

/* ==============================================
   CONTENT SECTION
============================================== */
.playlist-content-section {
    padding: 0 0 3rem;
}

/* Mehr Songs anzeigen auf der Playlist-Seite */
.playlist-page .hitfinder-songs {
    min-height: 600px;
}

/* ==============================================
   MOBILE RESPONSIVE
============================================== */
@media (max-width: 768px) {
    .playlist-header {
        padding: 1rem 0 1.5rem;
    }
    
    .playlist-header h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    .playlist-intro {
        font-size: 1rem;
    }
    
    .playlist-intro p {
        margin-bottom: 0.75rem;
    }
    
    .playlist-content-section {
        padding-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .playlist-header h1 {
        font-size: 1.5rem;
    }
    
    .playlist-intro {
        font-size: 0.938rem;
    }
}
