@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

.board-notice {
    width: 264px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.bo_fx {
    position: relative;
    padding: 20px 0;
}

.bo_fx .chk_all {
    position: absolute;
    left: 5px;
    top: 20px;
}

.board-category {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.board-write {
    padding: 0 10px;
}

.board-write h3 {
    font-size: 26px;
    text-align: center;
    padding: 30px 0 20px;
}

.board-write .write-notice {
    padding: 10px;
    font-size: 11px;
}

.board-write > dl {
    position: relative;
}

.board-write > dl > dt {
    width: 70px;
    position: absolute;
    line-height: 32px;
    text-align: center;
}

.board-write > dl > dd {
    width: 100%;
    margin-left: 0;
    padding-left: 80px;
    box-sizing: border-box;
    line-height: 32px;
}

.board-write input.frm_input.full {
    width: 100%;
    display: block;
    margin: 1px 0;
}

.board-viewer.theme-box {
    display: block;
    position: relative;
    padding: 20px;
}

.board-viewer .subject {
    text-align: center;
}

.board-viewer .subject em {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.board-viewer .subject strong {
    display: block;
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
}

.board-viewer .info {
    margin-top: 20px;
    padding: 8px 10px;
    text-align: center;
}

.board-viewer .info span {
    display: inline-block;
    opacity: .8;
}

.board-viewer .info span + span:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    vertical-align: middle;
    margin: 0 10px;
}

.board-viewer .contents {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 40px 15px;
    border-left-width: 0;
    border-right-width: 0;
}

#music-widget.mw-hidden {
    display: none !important;
}

#bo_v_bot {
    padding: 20px 0;
    overflow: hidden;
}

.bo_v_nb {
    float: left;
}

.bo_v_com {
    float: right;
}

.board-comment-list {
    position: relative;
}

.board-comment-list .co-line {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
}

.board-comment-list .item {
    position: relative;
    padding: 10px 10px 10px 100px;
}

.board-comment-list .co-name {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 90px;
    padding: 10px 10px;
    box-sizing: border-box;
}

.board-comment-list .co-info {
    display: block;
    text-align: right;
    padding-top: 15px;
    font-size: 11px;
    opacity: .7;
}

.board-comment-list .co-info span {
    display: inline-block;
    opacity: .8;
}

.board-comment-list .co-info span + span:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    vertical-align: middle;
    margin: 0 10px;
}

.board-comment-list .item.reply {
    border-left: 5px solid rgba(255, 255, 255, .1);
}

.board-comment-list .item.reply .co-name {
    background: none;
}

.board-comment-list + .board-comment-write {
    margin-top: 20px;
}

.board-comment-form {
    position: relative;
    padding-right: 80px;
}

.board-comment-form .btn_confirm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 29px;
    width: 80px;
}

.board-comment-form .btn_confirm .ui-btn {
    width: 100%;
    height: 100%;
}

.board-comment-form p {
    margin: 0;
    padding: 5px 10px;
}

.board-comment-form textarea {
    display: block;
    height: 100px;
    resize: none;
    border: none;
}

@media all and (max-width: 640px) {
    #bo_v_con * {
        max-width: 100%;
    }

    .board-category {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .board-category select {
        width: 100%;
    }

    .bo_fx {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 10px !important;
    }

    .bo_fx a {
        display: block;
        width: 100%;
    }

    .board-comment-list .item {
        padding: 0;
    }

    .board-comment-list .co-name {
        position: relative;
        width: auto;
        padding: 5px 10px;
    }

    .board-comment-list .co-content {
        padding: 10px;
        word-break: break-all;
    }
}

.pl-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.pl-grid > li {
    list-style: none;
    background: none;
}

.pl-card {
    position: relative;
    width: var(--album_cover_size, 150px);
    margin: 10px;
    z-index: 1;
}

.pl-chk {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 3;
}

.pl-chk input[type="checkbox"] {
    margin: 0;
}

.pl-link {
    display: block;
    text-decoration: none;
}

.pl-cover-wrap {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: visible;
}

.pl-thumb {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .6);
    transition: transform .2s ease-out;
    overflow: hidden;
}

.pl-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0.05) 35%,
        rgba(0, 0, 0, 0.35) 100%
    );
    mix-blend-mode: soft-light;
    opacity: 1;
}

.pl-disc {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    transform: translate(30%, 20%) scale(0);
    opacity: 0;
    transition: transform .25s ease-out, opacity .25s ease-out;
}

.pl-disc-inner {
    width: 100%;
    height: 100%;
    background-color: var(--disc-color);
    background-image: var(--disc-img);
    background-size: cover;
    background-position: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .7);
    -webkit-mask-image: url('img/cd_mask.svg');
    mask-image: url('img/cd_mask.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.pl-card:hover .pl-thumb {
    transform: translate(-8%, -6%);
}

.pl-card:hover .pl-disc {
    transform: translate(30%, 20%) scale(1);
    opacity: 1;
}

.pl-card:hover .pl-disc-inner {
    animation: pl-cd-spin 4s linear infinite;
}

.pl-meta {
    margin-top: 10px;
    font-size: 1.5em;
    transition: opacity .18s ease-out, transform .18s ease-out;
}

.pl-card:hover .pl-meta {
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
}

.pl-title {
    font-weight: 600;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 3px;
}

@keyframes pl-cd-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.pl-card:hover {
    z-index: 20;
}

.pl-fullpage-wrap {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 120px);
    overflow: hidden;
}

.pl-view-bg {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(18px);
    transform: scale(1.05);
    opacity: .9;
    z-index: -1;
    pointer-events: none;
}

.pl-view-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 150px;
    padding: 60px 8vw 80px;
    box-sizing: border-box;
}

.pl-view-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex: 0 0 360px;
}

.pl-main-cover {
    width: 360px;
    max-width: 360px;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .7);
}

.pl-song-meta {
    margin-top: 18px;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.pl-song-title {
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 30px;
    text-overflow: ellipsis;
    width: 360px;
}

.pl-song-artist {
    font-size: 14px;
    opacity: 0.8;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 8px;
}

.pl-player-embed {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.pl-player-embed iframe {
    width: 100%;
    height: 100%;
}

.pl-view-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 auto;
    max-width: 700px;
    height: 400px;
}

.pl-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.pl-title-block {
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.pl-title-main {
    font-size: 32px;
    font-weight: 800;
    font-family: "Noto Sans KR", sans-serif;
}

.pl-title-sub {
    margin-top: 17px;
    font-size: 13px;
    font-family: "Noto Sans KR", sans-serif;
}

.pl-toggle-mode {
    padding: 0;
    width: 24px;
    height: 24px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: none;
    justify-content: center;
    transition: color .15s ease-out;
}

.pl-toggle-mode:hover {
    color: var(--disc-color);
}

.pl-toggle-mode .cls-1 {
    fill: currentColor;
}

.pl-right-panel {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
}

.pl-right-panel .pl-track-list-panel {
    display: block;
}

.pl-right-panel .pl-lyrics-panel {
    display: none;
}

.pl-right-panel.pl-mode-lyrics .pl-track-list-panel {
    display: none;
}

.pl-right-panel.pl-mode-lyrics .pl-lyrics-panel {
    display: block;
}

.pl-track-list-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pl-track-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    padding: 10px 40px 10px 10px;
    background: none;
    color: #fff;
    cursor: pointer;
    text-align: left;
    transition: background .15s ease-out;
}

.pl-track-item:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
}

.pl-track-item.is-active {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.pl-track-thumb {
    flex: 0 0 26px;
    height: 26px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
}

.pl-track-text {
    display: flex;
    flex-direction: column;
    font-size: 11px;
}

.pl-track-title {
    font-weight: 600;
}

.pl-track-artist {
    opacity: .8;
}

.pl-track-empty {
    font-size: 12px;
    opacity: .85;
}

.pl-track-edit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease-out, transform .15s ease-out;
}

.pl-track-edit svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.pl-track-item:hover .pl-track-edit {
    opacity: 1;
    pointer-events: auto;
}

.pl-lyrics-panel {
    width: 100%;
    max-height: 100%;
}

.pl-lyrics-scroll {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 16px;
    box-sizing: border-box;
    scrollbar-width: none;
}

.pl-lyrics-scroll::-webkit-scrollbar {
    width: 4px;
}

.pl-lyrics-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.pl-lyric-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0;
    text-shadow: 0 0 8px rgba(0, 0, 0, .8);
    font-family: "Noto Sans KR", sans-serif;
}

.pl-lyric-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-word;
}

.pl-lyric-text {
    flex: 1 1 auto;
}

.pl-lyric-main {
    font-size: 13px;
    line-height: 1.6;
}

.pl-lyric-roman {
    font-size: 12px;
    opacity: .7;
}

.pl-lyric-sub {
    font-size: 12px;
    opacity: .85;
    margin-bottom: 20px;
}

.pl-lyric-badge {
    flex: 0 0 auto;
    width: 0;
    min-width: 0;
    padding: 0;
    border-radius: 999px;
    font-size: 11px;
    background: transparent;
    color: #fff;
    text-align: center;
    opacity: 0;
    overflow: hidden;
    transition: all .18s ease-out;
}

.pl-lyrics-panel.is-edit .pl-lyric-badge {
    min-width: 38px;
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
    overflow: visible;
}

.pl-lyrics-scroll.is-editing .pl-lyric-badge {
    opacity: .9;
    max-width: 60px;
    margin-right: 6px;
}

.pl-lyric-lines {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pl-lyric-group.is-active .pl-lyric-main,
.pl-lyric-group.is-active .pl-lyric-sub,
.pl-lyric-group.is-active .pl-lyric-roman {
    opacity: 1;
    color: #fff;
    font-weight: 600;
    transform: translateX(2px);
}

.pl-lyric-main,
.pl-lyric-sub,
.pl-lyric-roman {
    opacity: .6;
    transform: translateX(0);
    transition:
        transform 0.18s ease-out,
        opacity   0.18s ease-out,
        color     0.18s ease-out;
}

.pl-lyric-group.is-active .pl-lyric-badge {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

.pl-lyric-empty {
    opacity: .6;
    font-style: italic;
    text-align: center;
}

.pl-lyrics-toolbar {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.pl-lyric-mode-select {
    display: none;
    padding: 3px 6px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
}

.pl-lyrics-panel.is-edit .pl-lyric-mode-select {
    display: inline-block;
}

.pl-title-actions {
    display: flex;
    gap: 6px;
    align-items: center;
}

.pl-edit-btn {
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.pl-edit-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.pl-player-bar {
    width: 100%;
    padding-top: 12px;
}

.pl-player-line {
    position: relative;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.pl-player-dot {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}

.pl-player-time {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.pl-controls-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.pl-ctrl-btn {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    outline: none;
    color: #fff;
}

.pl-ctrl-btn svg.pl-ico {
    width: 22px;
    height: 22px;
    display: block;
}

.pl-btn-prev,
.pl-btn-next,
.pl-btn-mode,
.pl-btn-shuffle,
.pl-btn-volume {
    color: #fff;
    transition: color .15s ease-out;
}

.pl-btn-shuffle {
    opacity: 0.8;
}

.pl-btn-shuffle.is-on {
    color: var(--disc-color);
}

.pl-btn-mode[data-mode="off"] {
    opacity: 0.8;
    color: #fff;
}

.pl-btn-mode[data-mode="one"],
.pl-btn-mode[data-mode="all"] {
    color: var(--disc-color);
}

.pl-btn-play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    color: #000;
    transition: color .15s ease-out;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.pl-btn-play svg.pl-ico {
    width: 30px;
    height: 30px;
}

.pl-btn-play svg {
    fill: #000;
}

.pl-ico-play .cls-1,
.pl-ico-pause .cls-1,
.pl-ico-prev .cls-1,
.pl-ico-next .cls-1,
.pl-ico-volume .cls-1,
.pl-ico-add .cls-1,
.pl-ico-edit .cls-1 {
    fill: currentColor;
    stroke: none;
}

.pl-ico-repeat-all .cls-1,
.pl-ico-repeat-all .cls-2,
.pl-ico-repeat-one .cls-1,
.pl-ico-repeat-one .cls-2,
.pl-ico-shuffle .cls-1,
.pl-ico-shuffle .cls-2,
.pl-ico-volume .cls-3 {
    fill: none;
    stroke: currentColor;
    stroke-width: 30px;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.pl-ico-pause {
    display: none;
}

.pl-btn-play.is-paused .pl-ico-play {
    display: block;
}

.pl-btn-play.is-paused .pl-ico-pause {
    display: none;
}

.pl-btn-play:not(.is-paused) .pl-ico-play {
    display: none;
}

.pl-btn-play:not(.is-paused) .pl-ico-pause {
    display: block;
}

.pl-ico-repeat-one {
    display: none;
}

.pl-btn-mode[data-mode="all"] .pl-ico-repeat-all {
    display: block;
}

.pl-btn-mode[data-mode="all"] .pl-ico-repeat-one {
    display: none;
}

.pl-btn-mode[data-mode="one"] .pl-ico-repeat-all {
    display: none;
}

.pl-btn-mode[data-mode="one"] .pl-ico-repeat-one {
    display: block;
}

.pl-btn-mode[data-mode="off"] .pl-ico-repeat-all {
    opacity: .7;
}

.pl-btn-mode[data-mode="off"] .pl-ico-repeat-one {
    display: none;
}

.pl-volume-wrap {
    position: relative;
}

.pl-btn-volume {
    font-size: 16px;
}

.pl-volume-popup {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%) rotate(270deg);
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 12px;
    display: none;
    z-index: 10;
    margin-bottom: 110%;
}

.pl-volume-popup.is-show {
    display: block;
}

.pl-volume-range {
    -webkit-appearance: none;
    appearance: none;
    width: 110px;
    height: 4px;
    transform-origin: center;
}

.pl-volume-range::-webkit-slider-runnable-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 2px;
}

.pl-volume-range::-moz-range-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 2px;
}

.pl-volume-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    margin-top: -5px;
}

.pl-volume-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: none;
}

.pl-toast {
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%) translateY(10px);
    z-index: 9999;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

.pl-toast.is-show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.pl-toast.pl-toast--error {
    background: rgba(255, 80, 80, 0.9);
}

.pl-ctrl-btn:hover {
    color: var(--disc-color);
}

.pl-btn-play:hover {
    color: var(--disc-color);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.pl-card-edit {
    position: absolute;
    top: -7px;
    right: -4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .18s ease-out, transform .18s ease-out;
    z-index: 4;
}

.pl-card-edit svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.pl-card:hover .pl-card-edit {
    opacity: 1;
    transform: translateY(0);
}

.pl-chk {
    z-index: 5;
}

.pl-layer {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.pl-layer.is-show {
    display: flex;
}

.pl-layer-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
}

.pl-layer-body {
    position: relative;
    width: min(900px, 96vw);
    max-height: 90vh;
    background: rgba(10, 10, 10, 0.95);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
}

.pl-layer-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.pl-layer-frame {
    width: 100%;
    height: 70vh;
    border: none;
    background: transparent;
}

@media (max-width: 900px) {
    .pl-view-inner {
        flex-direction: column;
        gap: 24px;
        padding: 24px 16px 40px;
    }

    .pl-view-left {
        align-items: center;
    }

    .pl-view-right {
        width: 90%;
    }

    .pl-main-cover {
        width: 70vw;
        max-width: 360px;
    }

    .pl-title-row {
        flex-direction: column;
        gap: 8px;
    }

    .pl-title-actions {
        align-self: flex-end;
    }

    .pl-layer-body {
        width: 96vw;
        height: 90vh;
        border-radius: 12px;
    }

    .pl-layer-frame {
        height: 100%;
    }
}

.pl-toggle-mode .pl-ico {
    display: none;
}

.pl-toggle-mode .pl-ico-list {
    display: inline-block;
}

.pl-toggle-mode.is-lyrics .pl-ico-list {
    display: none;
}

.pl-toggle-mode.is-lyrics .pl-ico-lyrics {
    display: inline-block;
}

.pl-lyric-edit-toggle,
.pl-lyric-copy {
    padding: 4px 10px;
    border-radius: 999px;
    border: none;
    font-size: 11px;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    color: #fff;
}
.pl-lyric-edit-toggle {
    background: rgba(255,255,255,0.12);
}
.pl-lyric-edit-toggle.is-on {
    background: rgba(0,0,0,0.9);
}

