.mll-song-container {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


.mll-player-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.mll-player-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 25a25 25 0 1 0 0 50 25 25 0 1 0 0-50zm0 45a20 20 0 1 1 0-40 20 20 0 1 1 0 40z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat center center;
    background-size: 300px;
    opacity: 0.1;
}


.mll-info-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.mll-info-section:hover {
    transform: translateY(-2px);
}

.mll-info-section h3 {
    margin: 0;
    color: #2a5298;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 1rem;
    display: inline-block;
}

.mll-info-section h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    border-radius: 3px;
}

.mll-song-info {
    line-height: 1.8;
    color: #4a5568;
    font-size: 1.1rem;
    white-space: pre-wrap;
    font-family: iransans, sans-serif;
}
mll-song-container {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


.mll-player-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.mll-player-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 25a25 25 0 1 0 0 50 25 25 0 1 0 0-50zm0 45a20 20 0 1 1 0-40 20 20 0 1 1 0 40z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat center center;
    background-size: 300px;
    opacity: 0.1;
}


.mll-info-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.mll-info-section:hover {
    transform: translateY(-2px);
}

.mll-info-section h3 {
    margin: 0;
    color: #2a5298;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 1rem;
    display: inline-block;
}

.mll-info-section h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    border-radius: 3px;
}

.mll-song-info {
    line-height: 1.8;
    color: #4a5568;
    font-size: 1.1rem;
    white-space: pre-wrap;
}


.mll-lyrics-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.mll-lyrics-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    position: relative;
}

.mll-lyrics-columns::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, transparent, #e2e8f0 10%, #e2e8f0 90%, transparent);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .mll-lyrics-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mll-lyrics-columns::after {
        display: none;
    }
}

.mll-lyrics-column {
    height: 450px;
    overflow-y: auto;
    padding: 0 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: #2a5298 #f1f5f9;
}

.mll-lyrics-column h3 {
    margin: 0;
    color: #2a5298;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: sticky;
    top: 0;
    background: #ffffff;
    padding: 1rem 0;
    z-index: 10;
    border-bottom: 2px solid #e2e8f0;
}

.mll-italian-lyrics,
.mll-persian-lyrics {
    white-space: pre-wrap;
    line-height: 2;
    color: #4a5568;
    font-size: 1.1rem;
    padding-bottom: 2rem;
}

.mll-persian-lyrics {
    direction: rtl;
    text-align: right;
}

/* Scrollbar Styling */
.mll-lyrics-column::-webkit-scrollbar {
    width: 6px;
}

.mll-lyrics-column::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.mll-lyrics-column::-webkit-scrollbar-thumb {
    background: #2a5298;
    border-radius: 3px;
}

.mll-lyrics-column::-webkit-scrollbar-thumb:hover {
    background: #1e3c72;
}


.plyr--audio {
    border-radius: 12px;
    overflow: hidden;
}

.plyr--audio .plyr__controls {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 1.5rem !important;
    color: white !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.plyr--audio .plyr__control {
    color: white !important;
}

.plyr--audio .plyr__control[data-plyr="play"] {
    background: rgba(255, 255, 255, 0.2);
    transition: background 0.3s ease;
}

.plyr--audio .plyr__control[data-plyr="play"]:hover {
    background: rgba(255, 255, 255, 0.3);
}

.plyr--audio .plyr__progress__buffer {
    background: rgba(255, 255, 255, 0.3);
}

.plyr--audio .plyr__progress__container {
    margin: 0 10px;
}

.plyr--audio .plyr__progress input[type="range"] {
    color: rgba(255, 255, 255, 0.8);
}

.plyr--audio .plyr__volume input[type="range"] {
    color: rgba(255, 255, 255, 0.8);
}


.mll-error {
    background: #fee2e2;
    color: #dc2626;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    text-align: center;
    font-weight: 500;
}


.entry-title {
    text-align: center;
    color: #1e3c72;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.entry-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    border-radius: 2px;
}


@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.mll-loading {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%);
    background-size: 2000px 100%;
} 

}


.mll-lyrics-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.mll-lyrics-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    position: relative;
}

.mll-lyrics-columns::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, transparent, #e2e8f0 10%, #e2e8f0 90%, transparent);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .mll-lyrics-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mll-lyrics-columns::after {
        display: none;
    }
}

.mll-lyrics-column {
    height: 450px;
    overflow-y: auto;
    padding: 0 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: #2a5298 #f1f5f9;
}

.mll-lyrics-column h3 {
    margin: 0;
    color: #2a5298;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: sticky;
    top: 0;
    background: #ffffff;
    padding: 1rem 0;
    z-index: 10;
    border-bottom: 2px solid #e2e8f0;
}

.mll-italian-lyrics,
.mll-persian-lyrics {
    white-space: pre-wrap;
    line-height: 2;
    color: #4a5568;
    font-size: 1.1rem;
    padding-bottom: 2rem;
    font-family: monospace;
    tab-size: 4;
}


.mll-italian-lyrics {
    font-family: 'Courier New', monospace;
    letter-spacing: 0.02em;
    word-spacing: 0.1em;
    text-align: left;
}


.mll-persian-lyrics {
    direction: rtl;
    text-align: right;
    font-family: Vazir, Tahoma, Arial;
    letter-spacing: 0;
    word-spacing: 0.1em;
}


.mll-italian-lyrics p,
.mll-persian-lyrics p {
    margin: 0 0 1.5em 0;
    padding: 0;
}

.mll-italian-lyrics br,
.mll-persian-lyrics br {
    display: block;
    content: "";
    margin-top: 1em;
}


.mll-italian-lyrics span,
.mll-persian-lyrics span {
    display: inline-block;
    padding: 0.2em 0;
}


.mll-lyrics-space {
    display: inline-block;
    width: 0.5em;
}


.mll-lyrics-line {
    display: block;
    margin-bottom: 1em;
    position: relative;
    padding-left: 1em;
}

.mll-lyrics-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #2a5298;
    border-radius: 50%;
    opacity: 0.5;
    transform: translateY(-50%);
}

/* Scrollbar Styling */
.mll-lyrics-column::-webkit-scrollbar {
    width: 6px;
}

.mll-lyrics-column::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.mll-lyrics-column::-webkit-scrollbar-thumb {
    background: #2a5298;
    border-radius: 3px;
}

.mll-lyrics-column::-webkit-scrollbar-thumb:hover {
    background: #1e3c72;
}


.plyr--audio {
    border-radius: 12px;
    overflow: hidden;
}

.plyr--audio .plyr__controls {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 1.5rem !important;
    color: white !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.plyr--audio .plyr__control {
    color: white !important;
}

.plyr--audio .plyr__control[data-plyr="play"] {
    background: rgba(255, 255, 255, 0.2);
    transition: background 0.3s ease;
}

.plyr--audio .plyr__control[data-plyr="play"]:hover {
    background: rgba(255, 255, 255, 0.3);
}

.plyr--audio .plyr__progress__buffer {
    background: rgba(255, 255, 255, 0.3);
}

.plyr--audio .plyr__progress__container {
    margin: 0 10px;
}

.plyr--audio .plyr__progress input[type="range"] {
    color: rgba(255, 255, 255, 0.8);
}

.plyr--audio .plyr__volume input[type="range"] {
    color: rgba(255, 255, 255, 0.8);
}


.mll-error {
    background: #fee2e2;
    color: #dc2626;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    text-align: center;
    font-weight: 500;
}


.entry-title {
    text-align: center;
    color: #1e3c72;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.entry-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    border-radius: 2px;
}


@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.mll-loading {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%);
    background-size: 2000px 100%;
} 