/*======================================
SINGLE MUSIC
======================================*/

.shl-music-single {
    background: white;
    padding: 80px 0 120px;
}

.shl-music-single-container {
    max-width: 1320px;
    display: flex;
    margin-inline: auto;
    position: relative;
    flex-direction: column;
}

section.shl-music-hero {
    width: 1200px;
    display: flex;
    margin-inline: auto;
    position: relative;
    flex-direction: column;
}

/*======================================
BACK BUTTON
======================================*/

.shl-music-back {
    margin-bottom: 50px;
}


/*======================================
BREADCRUMB
======================================*/

.shl-music-breadcrumb {
    font-size: 16px;
    color: #262838;
    margin-bottom: 50px;
}

.shl-music-breadcrumb span {
    color: #262838;
    font-weight: 500;
}

.shl-music-breadcrumb a {
    text-decoration: none;
    color: #262838;
}


/*======================================
META
======================================*/

.shl-music-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: #3d4358;
    margin-bottom: 0px;
}

.shl-music-meta .dot {
    font-size: 24px;
}


/*======================================
TITLE
======================================*/

.shl-music-title {
    margin: 0 0 35px;
    font-size: 45px;
    line-height: 1.05;
    font-weight: 700;
    color: #262838;
}


/*======================================
CONTENT
======================================*/

.shl-music-content {
    max-width: 1100px;
    font-size: 28px;
    line-height: 1.45;
    color: #34384a;
    margin-bottom: 70px;
}

.shl-music-content p {
    margin-bottom: 1.2em;
    font-size: 28px;
}


/*======================================
FILES
======================================*/

.shl-music-files {
    width: 1200px;
    display: flex;
    margin-inline: auto;
    position: relative;
    flex-direction: column;
}


/*======================================
ACCORDION
======================================*/

.shl-music-accordion {

    border: 2px solid #2d3042;
    border-radius: 20px;

    overflow: hidden;

    margin-bottom: 18px;

    background: #fff;

}


/*======================================
HEADER
======================================*/

.shl-music-accordion-header {

    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: #fff;

    border: none;

    cursor: pointer;

    padding: 24px 28px;

    transition: .25s;

}

.shl-music-accordion-header:hover {

    background: #f8f8f8;

}


.shl-music-left {

    display: flex;
    align-items: center;
    gap: 18px;

}

.shl-music-left .dashicons {
    font-size: 34px;
    width: 34px;
    height: 34px;
    color: #0c7f82;
}

.shl-music-left span:last-child {
    font-size: 25px;
    font-weight: 600;
    color: #283154;
}


/*======================================
ARROW
======================================*/

.shl-arrow {
    font-size: 46px;
    color: #283154;
    transition: .3s;
}

.shl-music-accordion.active .shl-arrow {
    transform: rotate(90deg);
}


/*======================================
BODY
======================================*/

.shl-music-accordion-body {
    display: none;
    padding: 35px;
    border-top: 1px solid #ececec;
}


/*======================================
GALLERY
======================================*/

.shl-music-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}

.shl-music-gallery img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

/*======================================
PDF LINKS
======================================*/

.shl-file-row {
    display: block;
    padding: 18px 22px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #283154;
    font-size: 20px;
    font-weight: 600;
    transition: .25s;
}

.shl-file-row:hover {
    background: #f5f5f5;
}


/*======================================
VIDEOS
======================================*/

.shl-music-accordion-body video {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    border-radius: 12px;
}

/*======================================
AUDIO
======================================*/

.shl-music-accordion-body audio {
    width: 100%;
    margin-bottom: 22px;
}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:991px) {
    .shl-music-single {
        padding: 50px 0 80px;
    }

    .shl-music-breadcrumb {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .shl-music-meta {
        font-size: 16px;
    }

    .shl-music-title {
        font-size: 42px;
    }

    .shl-music-content {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .shl-music-accordion-header {
        padding: 18px 20px;
    }

    .shl-music-left {
        gap: 14px;
    }

    .shl-music-left .dashicons {
        font-size: 26px;
        width: 26px;
        height: 26px;
    }

    .shl-music-left span:last-child {
        font-size: 22px;
    }

    .shl-arrow {
        font-size: 32px;
    }

    .shl-music-accordion-body {
        padding: 20px;
    }

    .shl-file-row {
        font-size: 17px;
    }
}


/*======================================
RESOURCE POPUP
======================================*/

#shl-resource-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

#shl-resource-popup.opened {
    visibility: visible;
    opacity: 1;
}

.shl-resource-popup-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    backdrop-filter: blur(4px);
}

.shl-resource-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1280px;
    max-width: calc(100% - 40px);
    aspect-ratio: 16 / 9;
}

.shl-resource-player {
    width: 100%;
    height: 100%;
}

.shl-resource-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 14px;
}

.shl-resource-popup-close {
    position: absolute;
    top: -55px;
    right: 0;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
}

@media(max-width:767px) {
    .shl-resource-popup-content {
        max-width: calc(100% - 20px);
    }
}

.shl-music-resource-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    border: 2px solid #2d3042;
    border-radius: 20px;
    margin-bottom: 18px;
    background: #fff;
    text-decoration: none;
    transition: .25s;
}

.shl-music-resource-card:hover {
    background: #f7f7f7;
}

.shl-music-resource-card .shl-arrow {
    transform: none;
}


.shl-back-home {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 999px;
    background: #6DC5D4;
    color: #212C54;
    transition: all .25s ease;
    width: fit-content;
    text-decoration: none;
}

.shl-back-home:hover {
    transform: translateY(-2px);
    opacity: .95;
}

.shl-back-home-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.shl-back-home-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

@media(max-width: 1024px) {

    .shl-back-home-text {
        font-size: 34px;
    }

}

@media(max-width: 767px) {

    .shl-back-home {
        gap: 18px;
        padding: 20px 24px;
    }

    .shl-back-home-text {
        font-size: 20px;
        line-height: 1.2;
    }

    .shl-back-home-icon svg {
        width: 34px;
        height: 34px;
    }

}