/* Search Bar */
.huayue-search .searchandfilter ul,
.media-search .searchandfilter ul {
    justify-content: space-between;
}

/* End  Search Bar */
.media-release-list .elementor-post {
    border: 1px solid rgba(70, 70, 70, 0.15);
    border-radius: 8px;
    padding: 18px !important;
    background-color: var(--white);
    position: relative;
}

.media-release-list .elementor-post__meta-data {
    width: 85px;
}

.media-release-list .elementor-post-date {
    color: var(--black);
    font-family: var(--gothammedium);
    font-size: var(--font-size-20);
    border-right: none;
    display: block;
    line-height: 22px;
    text-align: right;
}

.media-release-list .post_category {
    display: none;
}

.media-release-list .elementor-post__thumbnail img {
    width: 100%;
    height: fit-content;
}

.media-release-list .elementor-post__thumbnail {
    padding-bottom: 0px !important;
}

.media-release-list .post__wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 32px;
}

.media-release-list .elementor-post__excerpt {
    color: var(--black);
}

.media-release-list .post__wrapper .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

/* .media-release-list .post__wrapper .elementor-post__thumbnail__link:nth-child(1) {
    width: fit-content !important;
} */

.media-release-list .post__wrapper>:first-child {
    /*image*/
    width: 34% !important;
}

.media-release-list .post__wrapper>:last-child {
    /*title + description + date*/
    width: 66% !important;
}

.media-release-list .post__wrapper .elementor-post__contents_wrapper .elementor-post__thumbnail__link {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
}

.media-release-list .elementor-post__thumbnail {
    width: 100%;
    display: flex !important;
    height: 100%;
    align-items: center;
}

.media-release-list .elementor-posts .elementor-post__title {
    line-height: inherit !important;
}

.media-release-list .elementor-posts .elementor-post__excerpt {
    margin-bottom: 0px;
}

.media-release-list .elementor-posts .elementor-post__excerpt p {
    color: var(--black);
    line-height: var(--line-height-114);
}

.media-release-list .elementor-post__contents_wrapper::before {
    content: "";
    position: absolute;
    top: 5%;
    width: 1px;
    height: 90%;
    left: 112px;
    background-color: var(--imperialred);
}

.huayue-article-list .elementor-post__thumbnail {
    padding-bottom: unset !important;
    aspect-ratio: 2 / 1;
    width: 100%;
    height: auto;
}

.huayue-article-list .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: auto;
    width: 100%;
    aspect-ratio: 2 / 1;
}

.huayue-article-list .elementor-posts .elementor-post {
    border-radius: 8px;
    border: 1px solid rgba(70, 70, 70, 0.15);
    background: var(--white);
    overflow: hidden;
}

.huayue-article-list .elementor-grid-3 .elementor-posts-container {
    gap: 40px;
}

.huayue-article-list .elementor-post__card .elementor-post__title,
.huayue-article-list .elementor-posts .elementor-post__card .elementor-post__meta-data,
.huayue-article-list .elementor-posts--thumbnail-top .elementor-post__thumbnail__link,
.huayue-article-list .elementor-posts .elementor-post__card .elementor-post__text {
    margin: 0 !important;
    padding: 0 !important;
}

.huayue-article-list .elementor-posts .elementor-post__card .elementor-post__text h3 {
    margin: 20px 20px 16px !important;
    font-family: var(--gothammedium) !important;
    line-height: inherit !important;
}

.huayue-article-list .elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: unset;
    margin: 0px 20px 25px !important;
    font-size: var(--font-size-16);
    color: var(--black);
}

.huayue-article-list .elementor-post__text {
    display: contents !important;
}

.huayue-article-list .elementor-post__meta-data {
    margin-top: 16px !important;
}

.a-world-section .elementor-container>div:nth-child(1) {
    width: fit-content;
}

.a-world-section .elementor-container>div:nth-child(2) {
    width: 100%;
}

.a-world-section .elementor-container {
    gap: 50px;
    align-items: center;
}

.a-world-section .elementor-container>div:nth-child(1) {
    width: 400px;
    height: auto;
}

.concert-etiquette-section .note-list-icon ul {
    padding-left: 0px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0px !important;
}

.concert-etiquette-section .note-list-icon li {
    list-style-type: none;
    background: url('/wp-content/uploads/icons/music-red.svg') no-repeat left top;
    padding: 0px 0 0px 40px;
    margin: 0px !important;
}

.concert-etiquette-section .note-list-icon li strong {
    font-family: var(--gothambook);
}

.concert-etiquette-section p:first-child {
    margin-bottom: 0px;
}

.instruments-introduction-section .mejs-container,
.instruments-introduction-section .mejs-container .mejs-controls,
.instruments-introduction-section .mejs-embed,
.instruments-introduction-section .mejs-embed body {
    background: unset !important;
}

.instruments-introduction-section .mejs-container {
    border: 1px solid red;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: red;
    width: fit-content !important;
    gap: 8px;
    padding: 12px 16px;
}

.instruments-introduction-section .mejs-container:has(.mejs-controls .mejs-pause) {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        color: red !important;
        /* Start with red */
    }

    50% {
        color: aqua;
        /* Change to yellow at 50% */
    }

    100% {
        color: red;
        /* Return to red at the end */
    }
}

.instruments-introduction-section .mejs-playpause-button button {
    display: none;
    /* Hide the default play button */
}

.instruments-introduction-section .mejs-time,
.instruments-introduction-section .mejs-time-rail,
.instruments-introduction-section .mejs-volume-button,
.instruments-introduction-section .mejs-horizontal-volume-slider {
    display: none !important;
    /* Hide time and volume controls */
}

.mejs-container::before {
    content: "Listen";
    font-family: var(--gothammedium);
}

.instruments-introduction-section .mejs-container::after {
    content: "";
    background-image: url('/wp-content/uploads/icons/audio-red.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: transparent;
}

.instruments-introduction-section .mejs-controls .mejs-playpause-button {
    width: 100%;
    content-visibility: hidden;
}

.instruments-introduction-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.instruments-introduction-section .instrument-image img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(2.5px 2.5px 7.5px rgba(247, 58, 78, 0.15));
    border-radius: 10px;
    cursor: pointer;
}

.instruments-introduction-section .instrument-details {
    padding: 40px;
    padding-left: 40%;
    background-position: left !important;
    min-height: 300px;
    border-radius: 10px;
}

.instruments-introduction-section .instrument-details h3 {
    margin-top: 0;
    font-size: 1.5em;
}

.instruments-introduction-section .instrument-details p {
    margin-bottom: 15px;
}

.instruments-introduction-section .instrument-details audio {
    width: 100%;
}

/* Grid layout for instrument list */
section.instrument-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Force 4 columns */
    gap: 20px;
}

section.instrument-list .instrument-item {
    width: auto;
    /* Allow items to adjust within grid */
}

/* Educational resources menu */
#tabs-instruments-introduction h1:not(.title)+* {
    margin-block-start: 0px;
}

#education-instrument-wrapper {
    margin-top: 52px;
    margin-bottom: 52px;
}

#education-instrument-svg {
    text-align: center;
    /* width: 100%;
    max-width: 601px;
    height: auto;
    margin: auto; */
}
#education-instrument-svg svg {
    text-align: center;
    width: 100%;
    max-width: 601px;
    height: auto;
    margin: auto;
}

#education-instrument-svg .instrument-menu {
    cursor: pointer;
}

#percussions-group.active g.background path,
#bowedstrings-group.active g.background path,
#pluckedstrings-group.active g.background path,
#wind-group.active g.background path {
    fill: #E7283E;
}

#percussions-group.active g.icons path,
#percussions-group.active g.label path,
#bowedstrings-group.active g.icons path,
#bowedstrings-group.active g.label path,
#pluckedstrings-group.active g.icons path,
#pluckedstrings-group.active g.label path,
#wind-group.active g.icons path,
#wind-group.active g.label path {
    fill: #fff;
}

.tag-filtering label {
    opacity: 0;
    height: 0px;
    pointer-events: none;
}

#education-instrument-notes {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

/* Educational resources menu */

/* Music Score */
.fancybox__content {
    width: 80%;
    padding: 0px !important;
}

.fancybox__content .detail {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 100px;
    padding: 40px 80px;
}

.fancybox__content .detail .download {
    background: var(--imperialred);
    color: var(--white);
    margin-left: auto;
    padding: 12px 16px;
    height: fit-content;
    width: auto;
    border: 0;
    border-radius: 5px;
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);
    cursor: pointer;
}

.fancybox__content .book {
    background-image: linear-gradient(180deg, rgba(255, 241, 219, 0.75) 0%, rgba(255, 241, 219, 0.00) 100%), url(/wp-content/uploads/music-score/music-score-detail-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    border-radius: 10px 10px 0 0;
}

.fancybox__content .is-close-btn {
    transform: translate(-20px, 60px);
    color: red;
    border: 3px solid red;
    border-radius: 50%;
}

.available_for_free section.separator::after {
	display: none;
}

.available_for_free .post__wrapper,
.available_for_hire .post__wrapper {
    display: flex;
    background: var(--white);
    align-content: center;
    box-shadow: 2.5px 2.5px 7.5px 0px rgba(247, 58, 78, 0.15);
    border-radius: 8px;
    position: relative;
}

.available_for_free .post__wrapper .elementor-post__thumbnail,
.available_for_hire .post__wrapper .elementor-post__thumbnail {
    padding-bottom: 0px !important;
}

.available_for_free .post__wrapper .elementor-post__contents_wrapper,
.available_for_hire .post__wrapper .elementor-post__contents_wrapper {
    width: 70%;
    padding: 20px;
}

.available_for_free .post__wrapper .post_category,
.available_for_hire .post__wrapper .post_category {
    display: none;
}

.available_for_free .post__wrapper .short-desc,
.available_for_hire .post__wrapper .short-desc {
	font-size: var(--font-size-14);
	line-height: 140%;
}
.available_for_free .elementor-post__title,
.available_for_hire .elementor-post__title {
	font-size: 22px !important;
	line-height: 120% !important;
}
.available_for_free .custom_meta_item,
.available_for_hire .custom_meta_item {
	font-weight: 800;
	font-size: 14px;
}
.available_for_free .elementor-post__custom_meta-data,
.available_for_hire .elementor-post__custom_meta-data {
	padding-top: 20px;
}

.available_for_free .elementor-post__title,
.available_for_free .elementor-post__thumbnail,
.available_for_hire .elementor-post__title,
.available_for_hire .elementor-post__thumbnail {
    cursor: pointer;
}

.available_for_free .elementor-posts .elementor-post__excerpt p,
.available_for_hire .elementor-posts .elementor-post__excerpt p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* .available_for_free .post__wrapper::after { */
.available_for_free .search_icon,
.available_for_hire .search_icon {
    content: "";
    background-image: url(/wp-content/uploads/icons/search-red.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.fancybox__content .detail .sponsor strong {
    font-family: var(--gothambold) !important;
}

.fancybox__content .detail .sponsor p:has(img) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 55px;
    width: fit-content;
}
.fancybox__content .details-wrapper .composer {
	font-weight: 800;
	color: var(--chineseblack);
}

.fancybox__content {
    border-radius: 10px !important;
}

.fancybox__content .book canvas {
    width: auto;
    height: 100%;
    margin: auto;
    position-area: center;
}

.fancybox__content .book>div {
    height: 60vh !important;
}

/* End  Music Score */

.digital-archive p {
    margin-bottom: 24px !important;
}

.digital-archive p:last-child {
    margin-bottom: 0 !important;
}



/**/
.watch-listen-read-pg .video-description p {
    margin: 8px 0 0 0;
}

.watch-listen-read-pg .bwg_container,
.watch-listen-read-pg .bwg_container a {
    margin: 0 !important;
}

.watch-listen-read-pg .bwg_container a {
    position: relative !important;
}

.watch-listen-read-pg .bwg-container {
    gap: 25px;
    justify-content: flex-start !important;
    padding: 0px !important;
}

.watch-listen-read-pg .bwg-item {
    max-width: 27.75vw !important;
}

.watch-listen-read-pg .bwg-item0 {
    aspect-ratio: 80/49 !important;
    border-radius: 10px !important;
    background: unset !important;
    z-index: 0 !important;
}

.watch-listen-read-pg .bwg-item1 {
    padding-top: 0% !important;
    aspect-ratio: 80/49 !important;
}

.watch-listen-read-pg .bwg-item2 {
    margin: unset !important;
    position: relative !important;
}

.watch-listen-read-pg .bwg-item img {
    height: unset !important;
    aspect-ratio: 80/49 !important;
    object-fit: cover;
    object-position: center;
}

.watch-listen-read-pg .bwg-title1 {
    position: absolute;
    bottom: 20px;
    text-align: left;
    left: 20px;
}

.watch-listen-read-pg .bwg-title2 {
    color: var(--white) !important;
    font-family: var(--gothambold) !important;
    line-height: var(--line-height-114);
}

.watch-listen-read-pg .bwg-thumbnails .bwg-item i.bwg-icon-play {
    font-family: "Font Awesome 6 Brands" !important;
    font-size: var(--font-size-50) !important;
    line-height: var(--line-height-std);
    color: var(--scored) !important;
}

.watch-listen-read-pg .bwg-thumbnails .bwg-item i.bwg-icon-play:before {
    content: '' !important;
    background-image: url('/wp-content/uploads/icons/play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    display: block;
    aspect-ratio: 1;
}

/* .custom-page-numbers {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  
  .custom-page {
    background: #eee;
    padding: 6px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
  } */

.watch-listen-read-pg .pagination-links,
.watch-listen-read-pg .pagination-links_col1,
.watch-listen-read-pg .custom-page-numbers,
.watch-listen-read-pg .pagination-links_col3 {
    display: flex;
    gap: 20px;
}
.watch-listen-read-pg .pagination-links {
    padding-top: 50px;
    justify-content: center;
}
.pagination-links .bwg-a {
    width: 42px;
    height: 42px;
    background-color: rgba(16, 16, 16, 0.15) !important;
    color: var(--outerspace) !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
    border-radius: 50% !important;
    padding: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px !important;
    font-family: var(--gothamlight) !important;
    color: var(--chineseblack);
}
.bwg_load_more_ajax_loading {
    height: 36.11vw !important;
    opacity: 0.5;
}
.custom-page.active {
    background-color: var(--imperialred) !important;
    color: var(--white) !important;
    pointer-events: none;
}


#tabs-books .elementor-post__thumbnail {
    padding-bottom: 0px !important;
}
#tabs-books article {
    height: 38.11vw;
    max-height: 38.11vw;
    border-radius: 8px;
    border: 1px solid rgba(70, 70, 70, 0.15);
    background: var(--white);
}
#tabs-books article h3 {
    padding: 24px 20px 0 20px !important;
    font-family: var(--gothammedium) !important;
    line-height: var(--line-height-110) !important;
    font-size: var(--font-size-20) !important;
    cursor: pointer;
}
#tabs-books article .short-desc {
	padding: 0px 20px !important;
	font-size: var(--font-size-14);
  	color: var(--chineseblack);
  	line-height: var(--line-height-114);	
}
#tabs-books img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
/* .watch-listen-read-pg .fancybox__content .detail {
    display: none;
} */


#tabs-musics .elementor-heading-title {
    width: calc(100% - 160px);
    margin: auto;
}
#tabs-musics .elementor-post__title {
    font-size: var(--font-size-20);
    font-family: var(--gothammedium) !important;
    line-height: var(--line-height-110);
}
#tabs-musics .elementor-post__thumbnail__link.post-link {
    display: flex;
    flex-direction: column-reverse;
    cursor: unset;
}
#tabs-musics .swiper-slide {
    border: 0;
    box-shadow: unset;
    border-radius: 0;
}
#tabs-musics .swiper-slide .post-details {
    height: unset;
    padding: 0;
    margin-top: 40px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
#tabs-musics .swiper-slide-active .post-details {
    opacity: 1;
}
#tabs-musics .elementor-post__contents_wrapper .elementor-post__thumbnail.post-thumbnail {
    position: relative;
}
#tabs-musics .post-thumbnail img {
    max-height: unset;
}
#tabs-musics .swiper-slide-active .attachment-full {
    width: 24.30vw;
    aspect-ratio: 1;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
#tabs-musics .cd_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 22.22vw;
    aspect-ratio: 1;
    margin: 15px 0;
    z-index: 0;
    opacity: 0;
}
#tabs-musics .swiper-slide {
    width: 22.22vw !important;
    /* transition: width 1.5s ease-in; */
}
#tabs-musics .swiper-slide-active {
    width: 35.41vw !important;
    /* transition: width 1s ease-in-out; */
    /* transform: scale(1.1); */
}
#tabs-musics .swiper-slide-active .cd_image {
    left: auto;
    right: 0;
    opacity: 1;
}
#tabs-musics .swiper-slide-active .cd_image:not([data-animated="false"]) {
    animation: slide-right 3s ease-in-out;
}
#tabs-musics .swiper-slide-active .cd_image {
    animation: spin 8s linear infinite !important;
}

#tabs-musics .open-spotify-btn {
    padding: 12px 16px;
    font-family: var(--gothammedium);
    line-height: var(--line-height-std);
    font-size: var(--font-size-16);
    border-radius: 5px;
    border: 1px solid var(--imperialred);
    background: var(--white);
    color: var(--imperialred);
    cursor: pointer;
}
#tabs-musics .open-spotify-btn:hover {
    background: var(--imperialred);
    color: var(--white);
}
#tabs-musics .custom_meta_item.field_67f3de9fee165,
#tabs-musics .custom_meta_item.field_67f474488c6ec {
    display: none;
}
#tabs-musics .elementor-post__excerpt {
    margin: 16px 0;
    width: 26.38vw;
}
#tabs-musics .elementor-post__excerpt p {
    font-size: var(--font-size-14);
    color: var(--chineseblack);
    line-height: var(--line-height-114);
}
#tabs-musics .swiper-wrapper {
	margin-bottom: 10px;
}

.spotify-popup {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    background: rgba(24, 24, 27, 0.80);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.spotify-popup iframe {
    width: 800px !important;
    height: 500px !important;
}
.spotify-popup .custom_meta_item.field_67f474488c6ec p {
    position: relative;
}
.spotify-popup .spotify-close-btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-family: var(--gothammedium);
    padding: 5px 10px;
    font-size: var(--font-size-14);
    line-height: var(--line-height-150);
    color: var(--chineseblack);
    cursor: pointer;
    border: 0;
    background: transparent;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes slide-right {
    from {
        margin-right: 50%;
    }

    to {
        margin-right: 0%;
    }
}


@media only screen and (max-width: 1279px) {
    #tabs-books article h3 {
        padding: 24px 20px !important;
    }
    #tabs-books article {
        height: 100% !important;
        max-height: 100% !important;
    }
}
@media only screen and (max-width: 1199px) {
    #tabs-musics .elementor-heading-title {
        width: calc(100% - 32px);
    }
}
@media only screen and (max-width: 1199px) {
    #tabs-musics .elementor-heading-title {
        width: calc(100% - 32px);
    }
    #tabs-musics .swiper-slide-active {
        aspect-ratio: 0.85;
    }
}
@media only screen and (max-width: 992px) {
    .media-release-list .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-pagination {
        flex-wrap: wrap;
        gap: 10px;
    }



    section.instrument-list {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .watch-listen-read-pg .bwg-title2 {
        font-size: 14px !important;
    }
    .watch-listen-read-pg .bwg-thumbnails .bwg-item i.bwg-icon-play:before {
        width: 30px;
        height: 30px;
    }
    .pagination-links .bwg-a {
        width: 34px;
        height: 34px;
    }
    .watch-listen-read-pg .bwg-title1 {
        left: 5px;
        bottom: 5px;
    }
    .watch-listen-read-pg .bwg-title2 {
        font-size: 10px !important;
    }
    #tabs-musics .cd_image {
        margin: 7.5px 0;
    }

}
@media only screen and (max-width: 767px) {
    .media-release-list .elementor-post {
        padding: 0px !important;
    }
    .media-release-list .post__wrapper {
        flex-wrap: wrap;
    }
    .media-release-list .post__wrapper>:first-child,
    .media-release-list .post__wrapper>:last-child {
        width: 100% !important;
    }
    .media-release-list .post__wrapper>:last-child {
        padding: 0px 10px 32px 10px;
    }
    .media-release-list .post__wrapper .elementor-post__contents_wrapper .elementor-post__thumbnail__link {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 24px;
    }
    .media-release-list .elementor-post__meta-data {
        width: 100%;
    }
    .media-release-list .elementor-post-date {
        text-align: left;
    }
    .media-release-list .elementor-post__contents_wrapper::before {
        opacity: 0;
        visibility: hidden;
    }
    .page-numbers {
        width: 34px !important;
        height: 34px !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .df-float .df-ui {
        width: 90% !important;
    }
    .df-ui .df-ui-page label {
        font-size: 12px;
        right: -12px !important; 
    }
    .fancybox__content .detail {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .fancybox__content>.f-button.is-close-btn {
        top: 10px !important;
        right: 10px !important;
    }



    section.instrument-list {
        grid-template-columns: repeat(2, 1fr);
    }



    #spider_popup_wrap a.spider_popup_close_fullscreen {
        right: 0;
    }
    .watch-listen-read-pg .bwg-container {
        gap: 20px;
    }
    .watch-listen-read-pg .bwg-item {
        max-width: calc(50% - 10px) !important;
    }
    .pagination-links .bwg-a {
        width: 25px;
        height: 25px;
        font-size: 10px !important;
        padding: 0 !important;
    }
    .pagination-links .bwg-a img {
        width: 15px;
        height: 15px;
    }
    #tabs-musics .swiper-slide,
    #tabs-musics .swiper-slide-active {
        width: 100% !important;
        padding: 20px;
    }
    #tabs-musics .swiper-slide .attachment-full,
    #tabs-musics .swiper-slide-active .attachment-full {
        width: 70% !important;
    }
    #tabs-musics .swiper-slide .cd_image,
    #tabs-musics .swiper-slide-active .cd_image {
        width: 60% !important;
    }
    #tabs-musics .swiper-slide .post-details {
        padding: 0 20px;
    }
    #tabs-musics .elementor-post__excerpt {
        width: 100%;
    }
    #tabs-musics .cd_image {
        margin: 15px 0;
    }
    .spotify-popup iframe {
        width: 100vw !important;
        height: unset !important;
        padding: 0 10px;
        aspect-ratio: 1;
    }
    .spotify-popup .spotify-close-btn {
        display: none !important;
    }
    .fancybox__content .is-close-btn {
        transform: none;
    }
    
}
@media only screen and (max-width: 659px) {
    /* .media-search .searchandfilter ul {
        flex-direction: column;
        align-items: flex-start;
    } */
    .searchandfilter .custom-select {
        width: 30vw;
    }
}
@media only screen and (max-width: 468px) {
    .media-search .searchandfilter ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .searchandfilter .custom-select {
        width: 45vw;
    }

    .available_for_free .post__wrapper,
    .available_for_hire .post__wrapper {
        flex-direction: column;
    }
    .available_for_free .post__wrapper .elementor-post__contents_wrapper,
    .available_for_hire .post__wrapper .elementor-post__contents_wrapper {
        width: 100%;
    }

    .watch-listen-read-pg .bwg-title2 {
        font-size: 8px !important;
    }
}