/* AUDIO PLAYER */
.v-audio-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 800px;
    max-width: 100%;
    margin: auto;
}
.v-audio-player .mp3-player__progress.custom-audio-seeker {
    position: relative;
    height: 20px;
    margin: 0;
    width: 100%;
    touch-action: none; /* Prevent default touch behaviors */
}
.v-audio-player .audio-seeker-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-gray);
    transform: translateY(-50%);
    width: 100%;
    touch-action: none; /* Essential for touch dragging */
}
.v-audio-player .audio-seeker-bar {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 1px;
    background: var(--color-black);
    width: 0%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent interference with touch events */
}
.v-audio-player .audio-seeker-knob {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 30px;
    height: 30px;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    touch-action: none; /* Critical for smooth touch dragging */
    -webkit-touch-callout: none; /* Disable iOS callout */
    -webkit-user-select: none; /* Disable text selection */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.v-audio-player .audio-seeker-knob::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    transform: translate(-50%, -50%);
    background: var(--color-black);
}
.spotify-embed-container iframe {
    width: 100%;
}
/* BTN PLAY */
.v-audio-player .btn-play {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    padding: 0;
    border-radius: 50%;
    border: none;
    aspect-ratio: 1/1;
    background: var(--color-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.76 9.31'%3E%3Cpath d='m7.5,4.09L.75.08c-.08-.05-.17-.08-.26-.08C.22,0,0,.22,0,.49h0v8.34h0c0,.27.22.48.48.48.1,0,.18-.03.27-.08l6.74-4.01c.16-.13.26-.34.26-.56s-.1-.42-.26-.56h0Z' style='fill:%23ffffff;'/%3E%3C/svg%3E") no-repeat center / 10px;
    box-shadow: none!important;
    transition: background 0.3s ease-out;
    will-change: background;
}
.v-audio-player .btn-play::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background: var(--color-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 47'%3E%3Crect width='4' height='47' style='fill:%23ffffff;'/%3E%3Crect x='12' width='4' height='47' style='fill:%23ffffff;'/%3E%3C/svg%3E") no-repeat center / 10px;
    transition: opacity 0.3s ease-out;
}
.v-audio-player .btn-play.is-playing::after {
    opacity: 1;
}
.v-audio-player .btn-play.is-playing:hover:after {
    background-color: var(--color-black);
}
.v-audio-player .btn-play:hover  {
    /* background: var(--color-black) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.76 9.31'%3E%3Cpath d='m7.5,4.09L.75.08c-.08-.05-.17-.08-.26-.08C.22,0,0,.22,0,.49h0v8.34h0c0,.27.22.48.48.48.1,0,.18-.03.27-.08l6.74-4.01c.16-.13.26-.34.26-.56s-.1-.42-.26-.56h0Z' style='fill:%232b32c7;'/%3E%3C/svg%3E") no-repeat center / 12px; */
    background-color: var(--color-black);
}
/* @media(min-width: 1200px) {
    .btn-play {
        width: 104px;
    }
} */
/* END BTN PLAY */
/* Quote Modal Styles */
.layout-audio_player .theContent h1,
.layout-audio_player .theContent h2,
.layout-audio_player .theContent h3,
.layout-audio_player .theContent h4,
.layout-audio_player .theContent h5,
.layout-audio_player .theContent h6 {
    font-size: calc(0.8125rem + ((1vw - 0.2rem) * 0.4464)); /* 13 - 15 */
    line-height: 123%;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .layout-audio_player .theContent h1,
    .layout-audio_player .theContent h2,
    .layout-audio_player .theContent h3,
    .layout-audio_player .theContent h4,
    .layout-audio_player .theContent h5,
    .layout-audio_player .theContent h6 {
        font-size: calc(0.9375rem + ((1vw - 0.48rem) * 1.3393)); /* 15 - 18 */
        line-height: 126%;
    }
}
@media (min-width: 992px) {
    .layout-audio_player .theContent h1,
    .layout-audio_player .theContent h2,
    .layout-audio_player .theContent h3,
    .layout-audio_player .theContent h4,
    .layout-audio_player .theContent h5,
    .layout-audio_player .theContent h6 {
        font-size: calc(1.125rem + ((1vw - 0.62rem) * 0.9615)); /* 18 - 20 */
        line-height: 111%;
    }
}
@media (min-width: 1200px) {
    .layout-audio_player .theContent h1,
    .layout-audio_player .theContent h2,
    .layout-audio_player .theContent h3,
    .layout-audio_player .theContent h4,
    .layout-audio_player .theContent h5,
    .layout-audio_player .theContent h6 {
        font-size: calc(1.25rem + ((1vw - 0.75rem) * 1.0417)); /* 20 - 25 */
        line-height: 125%;
    }
}
@media (min-width: 1680px) {
    .layout-audio_player .theContent h1,
    .layout-audio_player .theContent h2,
    .layout-audio_player .theContent h3,
    .layout-audio_player .theContent h4,
    .layout-audio_player .theContent h5,
    .layout-audio_player .theContent h6 {
        font-size: 1.5625rem; /* 25 */
        line-height: 112%;
    }
}