.elementor-707 .elementor-element.elementor-element-60b99fd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:50px 50px;--row-gap:50px;--column-gap:50px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var( --e-global-color-accent );--border-color:var( --e-global-color-accent );--border-radius:0px 10px 10px 10px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-707 .elementor-element.elementor-element-53e255d{width:auto;max-width:auto;text-align:start;font-family:"Noto Sans", Sans-serif;font-size:18px;font-weight:700;line-height:1.3em;color:var( --e-global-color-primary );}.elementor-707 .elementor-element.elementor-element-ddfd42e{width:auto;max-width:auto;}.elementor-707 .elementor-element.elementor-element-ddfd42e .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-707 .elementor-element.elementor-element-ddfd42e .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-707 .elementor-element.elementor-element-ddfd42e .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-707 .elementor-element.elementor-element-ddfd42e .jet-listing-dynamic-field__content{text-align:left;}@media(max-width:1024px){.elementor-707 .elementor-element.elementor-element-60b99fd{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-707 .elementor-element.elementor-element-53e255d{width:100%;max-width:100%;text-align:start;}.elementor-707 .elementor-element.elementor-element-ddfd42e{width:100%;max-width:100%;}}@media(max-width:767px){.elementor-707 .elementor-element.elementor-element-60b99fd{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-707 .elementor-element.elementor-element-53e255d{width:100%;max-width:100%;font-size:16px;}}/* Start custom CSS for jet-listing-dynamic-field, class: .elementor-element-ddfd42e */.audio-player-compact {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-family: sans-serif;
}

.audio-player-compact .play-btn {
    background-color: transparent;
    color: #AE9881;
    border: none;
    width: 24px;
    height: 24px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


.audio-player-compact .audio-visualizer {
    display: flex;
    width: clamp(195px, 15vw, 280px)!important;
    height: 30px;
    margin: 0 auto;
    justify-content: space-between;
}


@media (max-width: 1024px) {
.audio-player-compact .audio-visualizer {
    display: flex;
       width: clamp(250px, 100%, 280px)!important;
    height: 30px;
    margin: 0 auto;
    justify-content: space-between;
}
}


.audio-player-compact .visualizer-bar {
    width: 5px;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}

.audio-player-compact .visualizer-bar-bg {
    width: 100%;
    height: 100%;
    background-color: #F5F2F0;
    position: absolute;
    bottom: 0;
}

.audio-player-compact .visualizer-bar-fg {
    width: 100%;
    height: 0;
    background-color: #AE9881;
    position: absolute;
    bottom: 0;
    transition: height 0.1s ease;
}

.audio-player-compact .play-icon {
    display: inline;
}

.audio-player-compact .pause-icon {
    display: none;
}

.audio-player-compact.playing .play-icon {
    display: none;
}

.audio-player-compact.playing .pause-icon {
    display: inline;
}

.audio-player-compact .audio-element {
    display: none;
}/* End custom CSS */