.elementor-kit-6{--e-global-color-primary:#0A1A2F;--e-global-color-secondary:#4B2E15;--e-global-color-text:#243B53;--e-global-color-accent:#E7D3B5;--e-global-color-6cbf923:#A9A9A9;--e-global-color-ae9cd01:#FFFFFF;--e-global-typography-primary-font-family:"Open Sans Hebrew";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans Hebrew";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans Hebrew";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans Hebrew";--e-global-typography-accent-font-weight:500;font-family:"Open Sans Hebrew", Sans-serif;background-color:#E7E7E7;}.elementor-kit-6 p{margin-block-end:2px;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-weight:600;text-decoration:underline;}.elementor-kit-6 h1{color:var( --e-global-color-primary );}.elementor-kit-6 h2{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;--container-default-padding-top:0.5em;--container-default-padding-right:1em;--container-default-padding-bottom:0.5em;--container-default-padding-left:1em;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***************************************************
   🔊 גלי הקול — שורה רציפה, קנה מידה, צבע
***************************************************/

/* כאן בוחרים את הצבע והסקייל של הגלים */
:root {
    --bar-scale: 0.65;        /* קנה מידה של הגלי קול – אפשר לשנות */
    --bar-color: #ffffff;     /* 👈 פה משנים את הצבע (לבן כרגע) */
}

.yt-audio-bars-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    gap: 2px !important;
    transform: scale(var(--bar-scale)) !important;
    margin-top: 8px !important;
}

/* צבע כל בר */
.yt-audio-bar {
    background-color: var(--bar-color) !important;
    opacity: 1 !important;
}/* End custom CSS */