.p-song-detail__info {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.p-song-detail__lyrics {
    font-size: 14px;
    color: var(--text-color-secondary);
    white-space: pre-line;
}

.p-song-detail__highlight {
    font-weight: bold;
    background-color: #fbe54e;
}
