.elementor-252 .elementor-element.elementor-element-14ddabb{--display:flex;--justify-content:space-between;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-252 .elementor-element.elementor-element-5577366{--divider-border-style:solid;--divider-color:var( --e-global-color-primary );--divider-border-width:1.8px;}.elementor-252 .elementor-element.elementor-element-5577366 .elementor-divider-separator{width:69%;margin:0 auto;margin-center:0;}.elementor-252 .elementor-element.elementor-element-5577366 .elementor-divider{text-align:center;padding-block-start:5px;padding-block-end:5px;}.elementor-252 .elementor-element.elementor-element-5577366 .elementor-divider__text{color:var( --e-global-color-primary );font-family:"Frank Ruhl Libre", Sans-serif;font-size:25px;font-weight:300;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-252 .elementor-element.elementor-element-7f81df4{text-align:center;}.elementor-252 .elementor-element.elementor-element-7f81df4 .elementor-heading-title{font-family:"Frank Ruhl Libre", Sans-serif;font-size:1.5em;font-weight:600;color:var( --e-global-color-text );}.elementor-252 .elementor-element.elementor-element-8878efb{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-252 .elementor-element.elementor-element-ea25426 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-252 .elementor-element.elementor-element-ea25426 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-252 .elementor-element.elementor-element-ea25426 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-252 .elementor-element.elementor-element-ea25426 .jet-listing-dynamic-field__content{text-align:left;}.jet-listing-item.single-jet-engine.elementor-page-252 > .elementor{width:300px;margin-left:auto;margin-right:auto;}/* Start custom CSS for shortcode, class: .elementor-element-739c0bc *//* ===== הסתרת כפתורים ישנים ===== */
.spotify-listen-btn,
button:has(.emoji) {
    display: none !important;
}

/* ===== Container של התמונה ===== */
.album-media {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

/* ===== התמונה ===== */
.album-media .disk_image img {
    display: block !important;
    width: 100% !important;
    transition: transform 0.4s ease !important;
}

.album-media:hover .disk_image img {
    transform: scale(1.05) !important;
}

/* ===== Overlay כהה על התמונה ===== */
.album-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    pointer-events: none;
    z-index: 1;
    border-radius: 12px;
}

.album-media:hover::after {
    background: rgba(0, 0, 0, 0.5);
}

/* ===== Widget Container (אם יש CSS Class) ===== */
.album-media .spotify-btn-widget {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.album-media:hover .spotify-btn-widget {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ===== הכפתור עצמו - Glassmorphism ===== */
.album-media .spotify-glass-btn,
.spotify-btn-widget .spotify-glass-btn {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 50px !important;
    
    padding: 16px 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    
    margin: 0 !important;
    outline: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    text-transform: none !important;
    width: auto !important;
    height: auto !important;
    min-width: unset !important;
    min-height: unset !important;
}

/* אם הכפתור לא בתוך widget עם class */
.album-media button.spotify-glass-btn {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.9) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: 10 !important;
}

.album-media:hover button.spotify-glass-btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

/* ===== Hover Effects ===== */
.spotify-glass-btn:hover {
    background: rgba(29, 185, 84, 0.35) !important;
    border-color: rgba(29, 185, 84, 0.5) !important;
    box-shadow: 0 12px 40px rgba(29, 185, 84, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

/* אם בתוך widget - scale בלי translate */
.spotify-btn-widget .spotify-glass-btn:hover {
    transform: scale(1.05) !important;
}

/* אם לא בתוך widget - scale עם translate */
.album-media button.spotify-glass-btn:hover {
    transform: translate(-50%, -50%) scale(1.05) !important;
}

/* Active state */
.spotify-glass-btn:active {
    transform: scale(0.95) !important;
}

.album-media button.spotify-glass-btn:active {
    transform: translate(-50%, -50%) scale(0.95) !important;
}

/* ===== אייקון Spotify ===== */
.spotify-glass-btn .spotify-icon {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0 !important;
    color: #1DB954 !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)) !important;
    transition: transform 0.3s ease !important;
}

.spotify-glass-btn:hover .spotify-icon {
    transform: rotate(360deg) !important;
}

/* ===== טקסט ===== */
.spotify-glass-btn .spotify-text {
    white-space: nowrap !important;
}

/* ===== RTL Support ===== */
body.rtl .spotify-glass-btn {
    direction: rtl !important;
}

body.rtl .album-media .spotify-btn-widget {
    left: auto !important;
    right: 50% !important;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {
    /* הצג כפתור תמיד במובייל */
    .album-media .spotify-btn-widget,
    .album-media button.spotify-glass-btn {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .album-media button.spotify-glass-btn {
        transform: translate(-50%, -50%) !important;
    }
    
    /* הקטן את הכפתור */
    .spotify-glass-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
    
    .spotify-glass-btn .spotify-icon {
        width: 20px !important;
        height: 20px !important;
    }
    
    /* overlay קל יותר */
    .album-media::after {
        background: rgba(0, 0, 0, 0.3) !important;
    }
}

@media (max-width: 480px) {
    .spotify-glass-btn {
        padding: 10px 20px !important;
        font-size: 13px !important;
        gap: 8px !important;
    }
    
    .spotify-glass-btn .spotify-icon {
        width: 18px !important;
        height: 18px !important;
    }
}/* End custom CSS */
/* Start custom CSS for jet-listing-dynamic-field, class: .elementor-element-ea25426 */.spotify-url-hidden {
    display: none !important;
}/* End custom CSS */