/* START Dark Mode Playlists Wrapper */
html.dark-mode .bmp-playlists-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #1e1e1e;
    color: #e0e0e0;
}

html.dark-mode .bmp-playlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #3a3a3a;
}

html.dark-mode .bmp-playlist-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
}

html.dark-mode .bmp-playlist-controls {
    display: flex;
    gap: 10px;
}

html.dark-mode .bmp-create-playlist-btn,
html.dark-mode .bmp-rename-btn,
html.dark-mode .bmp-delete-btn,
html.dark-mode .bmp-view-playlist-btn {
    background: linear-gradient(to bottom, #2d7c2d 0%, #1f5f1f 50%, #1a4d1a 100%) !important;
    border: 2px solid #1a4d1a !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3) !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

html.dark-mode .bmp-create-playlist-btn:hover,
html.dark-mode .bmp-rename-btn:hover,
html.dark-mode .bmp-delete-btn:hover,
html.dark-mode .bmp-view-playlist-btn:hover {
    box-shadow: 0 8px 14px rgba(0,0,0,0.4) !important;
    transform: translateY(-1px) !important;
}

html.dark-mode .bmp-playlists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

html.dark-mode .bmp-playlist-card {
    background: #1a1a1a;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: box-shadow 0.3s;
}

html.dark-mode .bmp-playlist-card:hover {
    box-shadow: 0 4px 10px rgba(45, 124, 45, 0.2);
}

html.dark-mode .bmp-playlist-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

html.dark-mode .bmp-playlist-card-header h4 {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
}

html.dark-mode .default-badge {
    background: #2d7c2d;
    color: #e5fbc8;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    margin-left: 10px;
}

html.dark-mode .bmp-playlist-card-actions {
    display: flex;
    gap: 5px;
}

html.dark-mode .bmp-playlist-card-actions button {
    padding: 5px 10px;
    font-size: 12px;
}

html.dark-mode .bmp-playlist-card-info p {
    margin: 5px 0;
    color: #b0b0b0;
    font-size: 14px;
}

html.dark-mode .bmp-playlist-card-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #3a3a3a;
}

html.dark-mode .bmp-back-btn {
    color: #2d7c2d;
    text-decoration: none;
    margin-right: 15px;
    font-size: 16px;
}

html.dark-mode .bmp-back-btn:hover {
    text-decoration: underline;
    color: #1f5f1f;
}

html.dark-mode .bmp-playlist-wrapper.single-playlist {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #1e1e1e;
    color: #e0e0e0;
}

html.dark-mode .bmp-playlist-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

html.dark-mode .bmp-playlist-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
}

html.dark-mode .bmp-playlist-description {
    padding: 15px;
    background: #161212;
    border-left: 3px solid #2d7c2d;
    margin-bottom: 20px;
    border-radius: 4px;
}

html.dark-mode .bmp-playlist-description p {
    margin: 0;
    color: #b0b0b0;
}

html.dark-mode .bmp-empty-playlist {
    text-align: center;
    padding: 40px;
    background: #161212;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #3a3a3a;
}

html.dark-mode .bmp-empty-playlist p {
    color: #b0b0b0;
    font-size: 16px;
    margin-bottom: 20px;
}

/* START KOL Random Products Wrapper */
html.dark-mode .kol-random-products-wrapper {
    border-radius: 11px !important;
    background: transparent !important;
    border: 1px solid #1a1a1a !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    transition: 0.3s ease !important;
    width: 100% !important;
    height: auto !important;
}
/* END KOL Random Products Wrapper */

/* START KOL Random Products Container */
html.dark-mode .kol-random-products-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    scrollbar-width: auto !important;
    scrollbar-color: #2a2a2a transparent !important;
    height: auto !important;
    box-sizing: border-box !important;
}

html.dark-mode .kol-random-products-container::-webkit-scrollbar {
    width: 16px !important;
    background: transparent !important;
}

html.dark-mode .kol-random-products-container::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 4px !important;
}

html.dark-mode .kol-random-products-container::-webkit-scrollbar-thumb {
    background: #2a2a2a !important;
    border-radius: 4px !important;
    border: none !important;
}

html.dark-mode .kol-random-products-container::-webkit-scrollbar-thumb:hover {
    background: #3a3a3a !important;
}
/* END KOL Random Products Container */

/* START KOL Products List */
html.dark-mode .kol-products-list {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 11px !important;
    box-sizing: border-box !important;
}

html.dark-mode .kol-random-products-wrapper .kol-products-list {
    background-color: transparent !important;
    border-style: none !important;
    max-height: none !important;
}
/* END KOL Products List */

/* START Track Item */
html.dark-mode .track-item {
    display: flex !important;
    align-items: center !important;
    padding: 10px 12px !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
    min-height: 100px !important;
    background: transparent !important;
    overflow: hidden !important;
}

html.dark-mode .track-item > * {
    position: relative !important;
    z-index: 2 !important;
}

html.dark-mode .track-item:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 769px) {
    html.dark-mode .track-item {
        padding-bottom: 10px !important;
    }
}
/* END Track Item */

/* START Track Image */
html.dark-mode .track-image {
    width: 85px !important;
    height: 85px !important;
    flex-shrink: 0 !important;
    margin-right: 10px !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.4) !important;
}

html.dark-mode .track-image img {
    width: 85px !important;
    height: 85px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

html.dark-mode .track-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

html.dark-mode .bmp-no-image {
    width: 85px !important;
    height: 85px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #2a2a2a !important;
    border-radius: 6px !important;
    font-size: 24px !important;
    color: #666 !important;
}
/* END Track Image */

/* START Track Info */
html.dark-mode .track-info {
    flex: 1 !important;
    min-width: 0 !important;
    padding-right: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

html.dark-mode .track-title {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #e0e0e0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    line-height: 1.3 !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

html.dark-mode .track-title a {
    color: #e0e0e0 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

html.dark-mode .track-title a:hover {
    color: #ffeb3b !important;
}

html.dark-mode .track-details {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 11px !important;
    color: #b0b0b0 !important;
    flex-wrap: wrap !important;
}

html.dark-mode .track-album {
    font-style: normal !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 0 0 auto !important;
    font-size: 11px !important;
    color: #a0a0a0 !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important;
}

html.dark-mode .track-album a {
    color: #a0a0a0 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

html.dark-mode .track-album a:hover {
    color: #ffeb3b !important;
}
/* END Track Info */

/* START Track Meta */
html.dark-mode .track-meta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
}

html.dark-mode .track-actions {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

html.dark-mode .product-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #2d7c2d !important;
    color: white !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
}

html.dark-mode .product-link:hover {
    background-color: #1f5f1f !important;
    transform: scale(1.05) !important;
}

html.dark-mode .product-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html.dark-mode .product-icon svg {
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
}

html.dark-mode .bmp-remove-item-btn {
    background: #d32f2f !important;
    color: white !important;
    border: none !important;
    padding: 8px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    transition: background 0.2s ease !important;
}

html.dark-mode .bmp-remove-item-btn:hover {
    background: #b71c1c !important;
}
/* END Track Meta */

html.dark-mode .bmp-playlist-pagination {
    margin-top: 30px;
    text-align: center;
    padding: 20px 0;
}

html.dark-mode .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

html.dark-mode .page-number,
html.dark-mode .prev-page,
html.dark-mode .next-page {
    padding: 8px 12px;
    background: #2a2a2a;
    color: #e0e0e0;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

html.dark-mode .page-number:hover,
html.dark-mode .prev-page:hover,
html.dark-mode .next-page:hover {
    background: #3a3a3a;
    border-color: #2d7c2d;
    color: #2d7c2d;
}

html.dark-mode .page-number.current {
    background: #2d7c2d;
    color: #e5fbc8;
    border-color: #2d7c2d;
}

html.dark-mode .bmp-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

html.dark-mode .bmp-modal-content {
    background-color: #1a1a1a;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    position: relative;
    border: 1px solid #3a3a3a;
    color: #e0e0e0;
}

html.dark-mode .bmp-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #999;
}

html.dark-mode .bmp-modal-close:hover {
    color: #ccc;
}

html.dark-mode .bmp-modal-content h3 {
    color: #ffffff;
}

html.dark-mode .bmp-modal-content label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #e0e0e0;
}

html.dark-mode .bmp-modal-content input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #3a3a3a;
    border-radius: 3px;
    box-sizing: border-box;
    background: #2a2a2a;
    color: #e0e0e0;
}

html.dark-mode .bmp-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

html.dark-mode .bmp-modal-actions button {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

html.dark-mode .bmp-modal-actions button[type="button"] {
    background: #3a3a3a;
    color: #e0e0e0;
}

html.dark-mode .bmp-modal-actions button[type="submit"] {
    background: linear-gradient(to bottom, #2d7c2d 0%, #1f5f1f 50%, #1a4d1a 100%) !important;
    border: 2px solid #1a4d1a !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3) !important;
}

html.dark-mode .bmp-modal-actions button[type="submit"]:hover {
    box-shadow: 0 8px 14px rgba(0,0,0,0.4) !important;
    transform: translateY(-1px) !important;
}

html.dark-mode .bmp-add-to-playlist-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
}

html.dark-mode .bmp-playlist-select {
    padding: 5px;
    border: 1px solid #3a3a3a;
    border-radius: 3px;
    min-width: 150px;
    background: #2a2a2a;
    color: #e0e0e0;
}

html.dark-mode .bmp-add-to-playlist-btn {
    background: linear-gradient(to bottom, #2d7c2d 0%, #1f5f1f 50%, #1a4d1a 100%) !important;
    border: 2px solid #1a4d1a !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3) !important;
}

html.dark-mode .bmp-add-to-playlist-btn:hover {
    box-shadow: 0 8px 14px rgba(0,0,0,0.4) !important;
    transform: translateY(-1px) !important;
}

html.dark-mode .bmp-empty-playlists {
    text-align: center;
    padding: 40px;
    background: #161212;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #3a3a3a;
}

html.dark-mode .bmp-empty-playlists p {
    color: #b0b0b0;
    font-size: 16px;
    margin-bottom: 20px;
}

/* START Light Mode Playlists Wrapper */
html.light-mode .bmp-playlists-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #f5f5f5;
    color: #1f2937;
}

html.light-mode .bmp-playlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}

html.light-mode .bmp-playlist-header h3 {
    margin: 0;
    color: #1f2937;
    font-size: 28px;
}

html.light-mode .bmp-playlist-controls {
    display: flex;
    gap: 10px;
}

html.light-mode .bmp-create-playlist-btn,
html.light-mode .bmp-rename-btn,
html.light-mode .bmp-delete-btn,
html.light-mode .bmp-view-playlist-btn {
    background: linear-gradient(to bottom, #e2e2e2 0%, #d4d4d4 50%, #b0b0b0 100%) !important;
    border: 2px solid #b0b0b0 !important;
    color: #2d2d2d !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1) !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

html.light-mode .bmp-create-playlist-btn:hover,
html.light-mode .bmp-rename-btn:hover,
html.light-mode .bmp-delete-btn:hover,
html.light-mode .bmp-view-playlist-btn:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15) !important;
    transform: translateY(-1px) !important;
}

html.light-mode .bmp-playlists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

html.light-mode .bmp-playlist-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s;
}

html.light-mode .bmp-playlist-card:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

html.light-mode .bmp-playlist-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

html.light-mode .bmp-playlist-card-header h4 {
    margin: 0;
    font-size: 18px;
    color: #1f2937;
}

html.light-mode .default-badge {
    background: #d1fae5;
    color: #065f46;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    margin-left: 10px;
}

html.light-mode .bmp-playlist-card-actions {
    display: flex;
    gap: 5px;
}

html.light-mode .bmp-playlist-card-actions button {
    padding: 5px 10px;
    font-size: 12px;
}

html.light-mode .bmp-playlist-card-info p {
    margin: 5px 0;
    color: #6b7280;
    font-size: 14px;
}

html.light-mode .bmp-playlist-card-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}

html.light-mode .bmp-back-btn {
    color: #059669;
    text-decoration: none;
    margin-right: 15px;
    font-size: 16px;
}

html.light-mode .bmp-back-btn:hover {
    text-decoration: underline;
    color: #047857;
}

html.light-mode .bmp-playlist-wrapper.single-playlist {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #f5f5f5;
    color: #1f2937;
}

html.light-mode .bmp-playlist-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

html.light-mode .bmp-playlist-title h3 {
    margin: 0;
    color: #1f2937;
    font-size: 28px;
}

html.light-mode .bmp-playlist-description {
    padding: 15px;
    background: #f3f4f6;
    border-left: 3px solid #059669;
    margin-bottom: 20px;
    border-radius: 4px;
}

html.light-mode .bmp-playlist-description p {
    margin: 0;
    color: #6b7280;
}

html.light-mode .bmp-empty-playlist {
    text-align: center;
    padding: 40px;
    background: #f3f4f6;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #e5e7eb;
}

html.light-mode .bmp-empty-playlist p {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 20px;
}

/* START KOL Random Products Wrapper */
html.light-mode .kol-random-products-wrapper {
    border-radius: 11px !important;
    background: transparent !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    transition: 0.3s ease !important;
    width: 100% !important;
    height: auto !important;
}
/* END KOL Random Products Wrapper */

/* START KOL Random Products Container */
html.light-mode .kol-random-products-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #1f2937 !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    scrollbar-width: auto !important;
    scrollbar-color: #d1d5db transparent !important;
    height: auto !important;
    box-sizing: border-box !important;
}

html.light-mode .kol-random-products-container::-webkit-scrollbar {
    width: 16px !important;
    background: transparent !important;
}

html.light-mode .kol-random-products-container::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 4px !important;
}

html.light-mode .kol-random-products-container::-webkit-scrollbar-thumb {
    background: #d1d5db !important;
    border-radius: 4px !important;
    border: none !important;
}

html.light-mode .kol-random-products-container::-webkit-scrollbar-thumb:hover {
    background: #9ca3af !important;
}
/* END KOL Random Products Container */

/* START KOL Products List */
html.light-mode .kol-products-list {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 11px !important;
    box-sizing: border-box !important;
}

html.light-mode .kol-random-products-wrapper .kol-products-list {
    background-color: transparent !important;
    border-style: none !important;
    max-height: none !important;
}
/* END KOL Products List */

/* START Track Item */
html.light-mode .track-item {
    display: flex !important;
    align-items: center !important;
    padding: 10px 12px !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
    min-height: 100px !important;
    background: transparent !important;
    overflow: hidden !important;
}

html.light-mode .track-item > * {
    position: relative !important;
    z-index: 2 !important;
}

html.light-mode .track-item:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 769px) {
    html.light-mode .track-item {
        padding-bottom: 10px !important;
    }
}
/* END Track Item */

/* START Track Image */
html.light-mode .track-image {
    width: 85px !important;
    height: 85px !important;
    flex-shrink: 0 !important;
    margin-right: 10px !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 2px 6px 0px rgba(0, 0, 0, 0.1) !important;
}

html.light-mode .track-image img {
    width: 85px !important;
    height: 85px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

html.light-mode .track-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

html.light-mode .bmp-no-image {
    width: 85px !important;
    height: 85px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f3f4f6 !important;
    border-radius: 6px !important;
    font-size: 24px !important;
    color: #d1d5db !important;
}
/* END Track Image */

/* START Track Info */
html.light-mode .track-info {
    flex: 1 !important;
    min-width: 0 !important;
    padding-right: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

html.light-mode .track-title {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #1f2937 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    line-height: 1.3 !important;
    text-shadow: none !important;
}

html.light-mode .track-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

html.light-mode .track-title a:hover {
    color: #059669 !important;
}

html.light-mode .track-details {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 11px !important;
    color: #6b7280 !important;
    flex-wrap: wrap !important;
}

html.light-mode .track-album {
    font-style: normal !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 0 0 auto !important;
    font-size: 11px !important;
    color: #6b7280 !important;
    text-shadow: none !important;
}

html.light-mode .track-album a {
    color: #6b7280 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

html.light-mode .track-album a:hover {
    color: #059669 !important;
}
/* END Track Info */

/* START Track Meta */
html.light-mode .track-meta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
}

html.light-mode .track-actions {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

html.light-mode .product-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #059669 !important;
    color: white !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
}

html.light-mode .product-link:hover {
    background-color: #047857 !important;
    transform: scale(1.05) !important;
}

html.light-mode .product-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html.light-mode .product-icon svg {
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
}

html.light-mode .bmp-remove-item-btn {
    background: #dc2626 !important;
    color: white !important;
    border: none !important;
    padding: 8px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    transition: background 0.2s ease !important;
}

html.light-mode .bmp-remove-item-btn:hover {
    background: #b91c1c !important;
}
/* END Track Meta */

html.light-mode .bmp-playlist-pagination {
    margin-top: 30px;
    text-align: center;
    padding: 20px 0;
}

html.light-mode .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

html.light-mode .page-number,
html.light-mode .prev-page,
html.light-mode .next-page {
    padding: 8px 12px;
    background: #ffffff;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

html.light-mode .page-number:hover,
html.light-mode .prev-page:hover,
html.light-mode .next-page:hover {
    background: #f3f4f6;
    border-color: #059669;
    color: #059669;
}

html.light-mode .page-number.current {
    background: #059669;
    color: #ffffff;
    border-color: #059669;
}

html.light-mode .bmp-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

html.light-mode .bmp-modal-content {
    background-color: #ffffff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    position: relative;
    border: 1px solid #e5e7eb;
    color: #1f2937;
}

html.light-mode .bmp-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #9ca3af;
}

html.light-mode .bmp-modal-close:hover {
    color: #374151;
}

html.light-mode .bmp-modal-content h3 {
    color: #1f2937;
}

html.light-mode .bmp-modal-content label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #1f2937;
}

html.light-mode .bmp-modal-content input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #e5e7eb;
    border-radius: 3px;
    box-sizing: border-box;
    background: #f9fafb;
    color: #1f2937;
}

html.light-mode .bmp-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

html.light-mode .bmp-modal-actions button {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

html.light-mode .bmp-modal-actions button[type="button"] {
    background: #f3f4f6;
    color: #1f2937;
}

html.light-mode .bmp-modal-actions button[type="submit"] {
    background: linear-gradient(to bottom, #e2e2e2 0%, #d4d4d4 50%, #b0b0b0 100%) !important;
    border: 2px solid #b0b0b0 !important;
    color: #2d2d2d !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1) !important;
}

html.light-mode .bmp-modal-actions button[type="submit"]:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15) !important;
    transform: translateY(-1px) !important;
}

html.light-mode .bmp-add-to-playlist-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
}

html.light-mode .bmp-playlist-select {
    padding: 5px;
    border: 1px solid #e5e7eb;
    border-radius: 3px;
    min-width: 150px;
    background: #f9fafb;
    color: #1f2937;
}

html.light-mode .bmp-add-to-playlist-btn {
    background: linear-gradient(to bottom, #e2e2e2 0%, #d4d4d4 50%, #b0b0b0 100%) !important;
    border: 2px solid #b0b0b0 !important;
    color: #2d2d2d !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1) !important;
}

html.light-mode .bmp-add-to-playlist-btn:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15) !important;
    transform: translateY(-1px) !important;
}

html.light-mode .bmp-empty-playlists {
    text-align: center;
    padding: 40px;
    background: #f3f4f6;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #e5e7eb;
}

html.light-mode .bmp-empty-playlists p {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .track-item {
        flex-wrap: wrap !important;
        min-height: auto !important;
        padding: 8px 10px !important;
    }

    .track-info {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 3px !important;
    }

    .track-title {
        flex: none !important;
        width: 100% !important;
        white-space: normal !important;
        font-size: 13px !important;
    }

    .track-details {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .track-meta {
        width: 100% !important;
        margin-top: 5px !important;
        margin-left: 0 !important;
        justify-content: flex-end !important;
    }

    .track-image {
        width: 70px !important;
        height: 70px !important;
    }

    .track-image img {
        width: 70px !important;
        height: 70px !important;
    }

    .bmp-no-image {
        width: 70px !important;
        height: 70px !important;
    }
}

/* WooCommerce playlist page refresh */
.kol-woo-playlist-page .bmp-playlists-wrapper,
.kol-woo-playlist-page .bmp-playlist-wrapper.single-playlist {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 24px;
    background: transparent !important;
}

.kol-woo-playlist-page .bmp-playlist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.kol-woo-playlist-page .bmp-playlist-header .page-title,
.kol-woo-playlist-page .bmp-single-playlist-title {
    margin: 0;
}

.kol-woo-playlist-page .bmp-playlists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}

.kol-woo-playlist-page .bmp-playlist-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(127, 127, 127, 0.22);
    border-radius: 8px;
    background: var(--bmp-playlist-card-bg, #fff);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.kol-woo-playlist-page .bmp-playlist-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #1f2937;
}

.kol-woo-playlist-page .bmp-playlist-cover-image,
.kol-woo-playlist-page .bmp-single-playlist-cover-image,
.kol-woo-playlist-page .bmp-playlist-cover-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kol-woo-playlist-page .bmp-playlist-cover-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    background: linear-gradient(135deg, #1f2937, #111827);
}

.kol-woo-playlist-page .bmp-playlist-card-body {
    padding: 14px;
}

.kol-woo-playlist-page .bmp-playlist-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.25;
}

.kol-woo-playlist-page .bmp-playlist-name-button {
    display: inline;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit;
    text-align: left;
    cursor: text;
    box-shadow: none !important;
}

.kol-woo-playlist-page .bmp-playlist-name-button:hover .bmp-playlist-name-text,
.kol-woo-playlist-page .bmp-playlist-name-button:focus .bmp-playlist-name-text {
    text-decoration: underline;
}

.kol-woo-playlist-page .bmp-playlist-name-text {
    overflow-wrap: anywhere;
}

.kol-woo-playlist-page .default-badge {
    flex: 0 0 auto;
    border-radius: 999px;
}

.kol-woo-playlist-page .bmp-playlist-card-info p {
    margin: 5px 0;
}

.kol-woo-playlist-page .bmp-playlist-card-footer {
    margin-top: 14px;
}

.kol-woo-playlist-page .bmp-modal {
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
}

.kol-woo-playlist-page .bmp-modal-content {
    position: relative;
    width: min(92vw, 500px);
    margin: 12vh auto;
    padding: 22px;
    border: 1px solid rgba(127, 127, 127, 0.24);
    border-radius: 8px;
    background: var(--bmp-playlist-card-bg, #fff);
}

.kol-woo-playlist-page .bmp-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: 26px !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.kol-woo-playlist-page .bmp-modal-content label {
    display: block;
    margin-top: 12px;
}

.kol-woo-playlist-page .bmp-modal-content input[type="text"] {
    width: 100%;
    margin-top: 6px;
}

.kol-woo-playlist-page .bmp-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.kol-woo-playlist-page .bmp-playlist-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.kol-woo-playlist-page .bmp-single-playlist-hero > .bmp-playlist-menu {
    top: 16px;
    right: 16px;
}

.kol-woo-playlist-page .bmp-playlist-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.58) !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-shadow: none !important;
    cursor: pointer;
}

.kol-woo-playlist-page .bmp-playlist-menu-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    min-width: 170px;
    padding: 6px;
    border: 1px solid rgba(127, 127, 127, 0.24);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.kol-woo-playlist-page .bmp-playlist-menu.is-open .bmp-playlist-menu-dropdown {
    display: block;
}

.kol-woo-playlist-page .bmp-playlist-menu-dropdown button {
    display: block;
    width: 100%;
    padding: 9px 10px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: transparent !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-align: left;
    box-shadow: none !important;
    cursor: pointer;
}

.kol-woo-playlist-page .bmp-playlist-menu-dropdown button:hover,
.kol-woo-playlist-page .bmp-playlist-menu-dropdown button:focus {
    background: #f3f4f6 !important;
}

.kol-woo-playlist-page .bmp-single-playlist-hero {
    position: relative;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid rgba(127, 127, 127, 0.22);
    border-radius: 8px;
    background: var(--bmp-playlist-card-bg, #fff);
}

.kol-woo-playlist-page .bmp-single-playlist-hero .bmp-back-btn {
    grid-column: 1 / -1;
    margin: 0;
}

.kol-woo-playlist-page .bmp-single-playlist-cover {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
    background: #1f2937;
}

.kol-woo-playlist-page .bmp-single-playlist-meta {
    min-width: 0;
    padding-right: 52px;
}

.kol-woo-playlist-page .bmp-single-playlist-count {
    margin: 8px 0;
}

.kol-woo-playlist-page .bmp-playlist-products ul.products {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.kol-woo-playlist-page .bmp-playlist-products ul.products li.product {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(127, 127, 127, 0.22) !important;
    border-radius: 8px !important;
    background: var(--bmp-playlist-card-bg, #fff) !important;
    text-align: left !important;
}

.kol-woo-playlist-page .bmp-playlist-products ul.products li.product a.woocommerce-LoopProduct-link {
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    color: inherit;
}

.kol-woo-playlist-page .bmp-playlist-products ul.products li.product a img {
    grid-row: 1 / span 4;
    width: 88px !important;
    height: 88px !important;
    margin: 0 !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

.kol-woo-playlist-page .bmp-playlist-products ul.products li.product .woocommerce-loop-product__title {
    grid-column: 2;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kol-woo-playlist-page .bmp-playlist-products ul.products li.product a .star-rating,
.kol-woo-playlist-page .bmp-playlist-products ul.products li.product a .price {
    grid-column: 2;
}

.kol-woo-playlist-page .bmp-playlist-products ul.products li.product .price {
    flex: 0 0 auto;
    margin: 0 !important;
    white-space: nowrap;
}

.kol-woo-playlist-page .bmp-playlist-product-audio {
    flex: 0 1 300px;
    min-width: 220px;
}

.kol-woo-playlist-page .bmp-playlist-product-audio audio {
    display: block;
    width: 100%;
}

.kol-woo-playlist-page .bmp-playlist-product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.kol-woo-playlist-page .bmp-playlist-products .bmp-remove-item-btn,
.kol-woo-playlist-page .bmp-playlist-products .bmp-download-item-btn {
    width: auto !important;
    height: auto !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
}

.kol-woo-playlist-page .bmp-playlist-toast {
    display: none;
}

.bmp-playlist-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 100000;
    max-width: min(360px, calc(100vw - 36px));
    padding: 12px 14px;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.bmp-playlist-toast.is-error {
    background: #991b1b;
}

html.dark-mode .kol-woo-playlist-page {
    --bmp-playlist-card-bg: #1a1a1a;
}

html.dark-mode .kol-woo-playlist-page .bmp-playlist-menu-dropdown {
    background: #1f2937;
    border-color: rgba(255, 255, 255, 0.12);
}

html.dark-mode .kol-woo-playlist-page .bmp-playlist-menu-dropdown button {
    color: #f9fafb !important;
}

html.dark-mode .kol-woo-playlist-page .bmp-playlist-menu-dropdown button:hover,
html.dark-mode .kol-woo-playlist-page .bmp-playlist-menu-dropdown button:focus {
    background: #374151 !important;
}

@media screen and (max-width: 820px) {
    .kol-woo-playlist-page .bmp-single-playlist-hero {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .kol-woo-playlist-page .bmp-single-playlist-cover {
        width: 110px;
        height: 110px;
    }

    .kol-woo-playlist-page .bmp-playlist-products ul.products li.product {
        flex-wrap: wrap !important;
        align-items: flex-start !important;
    }

    .kol-woo-playlist-page .bmp-playlist-product-audio,
    .kol-woo-playlist-page .bmp-playlist-product-actions {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 520px) {
    .kol-woo-playlist-page .bmp-playlist-header,
    .kol-woo-playlist-page .bmp-single-playlist-hero {
        align-items: stretch;
    }

    .kol-woo-playlist-page .bmp-playlist-header {
        flex-direction: column;
    }

    .kol-woo-playlist-page .bmp-single-playlist-hero {
        grid-template-columns: 1fr;
    }

    .kol-woo-playlist-page .bmp-single-playlist-cover {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .kol-woo-playlist-page .bmp-single-playlist-meta {
        padding-right: 0;
    }

    .kol-woo-playlist-page .bmp-playlist-products ul.products li.product a.woocommerce-LoopProduct-link {
        grid-template-columns: 72px minmax(0, 1fr) !important;
    }

    .kol-woo-playlist-page .bmp-playlist-products ul.products li.product a img {
        width: 72px !important;
        height: 72px !important;
    }
}
