section .content .item .top .right h1:hover {color: #ffffff;}
section .content .item .top .right h1 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.7rem;
    transition: all 50ms ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .content .item:hover .top {
    background-color: #1d2d44;
}





section .content .play-down {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}
section .content .play-down a {
    margin: 0 0.35rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #1d2d44;
    color: #ffffff;
    height: 2.75rem;
    font-size: 0.825rem;
    font-weight: 300;
    padding: 0 0 0 0.8rem;
    transition: all 50ms ease;
    word-spacing: -1px;
    line-height: 1rem;
    border-radius: 0.2rem;
}
section .content .play-down a:hover {
    background-color: #636CCB;
    box-shadow: 0px 0px 0px 4px rgba(99, 108, 203, 0.2);
}
section .content .play-down a > * {line-height: 1rem;}

section .content .play-down a img {width: 17px;}

section .content .play-down a .icon {
    width: 2.75rem;
    height: 2.75rem;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 0.8rem;
}
section .content p.br {color: #000000; text-align: center; opacity: 20%;}



section .content h3 {
    color: #1d2d44;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    line-height: 2rem;
    display: inline-block;
    text-shadow: 0px 1px 1px rgba(29, 45, 68, 0.5);
}

section .content .text {
    color: #1d2d44;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.9rem;
}


section .content .audio p {
    margin-bottom: 1rem;
    color: rgba(29, 45, 68, 0.9);
    font-size: 1rem;
    font-weight: 600;
}


section .content .audio audio {width: 100%;}
section .content .audio {padding: 0 1.5rem 0.5rem 1.5rem; margin-top: 1rem; margin-bottom: 0.25rem;}

section .content .download > div > div {
    padding: 0.3rem;
}
section .content .download {padding: 0 1rem;}
section .content .download a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #1d2d44;
    color: rgba(255, 255, 255, 1);
    height: 3rem;
    font-size: 0.85rem;
    transition: all 100ms ease;
    line-height: 1rem !important;
    border-radius: 0.4rem;
    background-color: #636CCB;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #50589C;
}
section .content .download a:hover {transform: translateY(-0.075rem);}
section .content .download a:hover::after {height: 0%;}
section .content .download a::after {
    transition: all 150ms ease;
    content: "";
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0;
    right: 0;
}


section .content .download a > * {line-height: 1rem;}

section .content .download a img {width: 17px;}

section .content .download a p.quality {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 0.2rem 0.4rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.975);
    margin-right: 0.3rem;
    border-radius: 0.25rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

section .content .download a div.down-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}





/* ------------------------------- $related --------------------------------- */
section #related .items li a {
    display: flex;
    align-items: center;
    opacity: 85%;
    padding: 0.25rem;
}
section #related .items li a img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

































@media (max-width: 756px) {
    section .content .audio {padding: 0 0.5rem 0.5rem 0.5rem; margin-top: 1rem;}
    section .content .download {padding: 0 0rem;}

    section .content .download > div > div {
        padding: 0.25rem;
    }

    .content .item .cover img {max-width: 90% !important;}

    /* ------------------------------- $related --------------------------------- */
    
}