#content {
    display: none;
}
#playlist + label.btn-icon {
    border-radius: 0rem !important; /* match the toolbar button */
}
.mySwiper {
    padding: 20px 10px;
}
.mySwiper .swiper-slide {
    transition: transform 0.3s ease;
}
.mySwiper .swiper-slide:hover {
    transform: scale(1.03);
}
.mySwiper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    color: #333;
    transition: opacity 0.2s;
}
.mySwiper:hover .swiper-button-prev,
.mySwiper:hover .swiper-button-next {
    opacity: 1;
}

.chords-highlighted {
    color: #066fd1;
    font-weight: 600;
}
[data-bs-theme="dark"] .chords-highlighted {
    color: #4299e1;
    font-weight: 600;
}

.hidden {
    display: none !important;
}

.chorus {
    border-left: 4px solid #6b7280; /* keep the border */
    padding-left: 25px; /* space text further from border */
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.comment {
    color: #6b7280;
    font-style: italic;
}

.tab {
    color: #6b7280;
}

.song-score {
    font-weight: 900;
    font-size: 24px;
}

.song-score-label {
    font-size: 16px;
}
