.elementor-662 .elementor-element.elementor-element-740768a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-662 .elementor-element.elementor-element-64cc36d{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 15px;}.elementor-662 .elementor-element.elementor-element-64cc36d .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:20px;font-weight:300;text-transform:none;}.elementor-662 .elementor-element.elementor-element-cf32750{--display:flex;}#elementor-popup-modal-662 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-662{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-662 .dialog-message{width:400px;height:100vh;align-items:flex-start;}#elementor-popup-modal-662 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-662 .elementor-element.elementor-element-cf32750{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-662 .dialog-message{width:80vw;}}/* Start custom CSS */.un-pro-filter-container {
    font-family: inherit;
    color: #333;
    padding: 10px;
}
.un-filter-section {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.un-filter-section h4 {
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.un-filter-list label {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
}
/* Кастомні чекбокси */
.un-filter-list input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.un-filter-list input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}
.un-filter-list input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Скрол для довгих списків (Ноти) */
.un-scrollable-list {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}
.un-scrollable-list::-webkit-scrollbar { width: 5px; }
.un-scrollable-list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 5px; }

/* Дизайн кнопок (як на скріні) */
.un-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.un-filter-actions button {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}
#un-clear-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
#un-apply-btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
#un-clear-btn:hover { background: #f5f5f5; }
#un-apply-btn:hover { background: #333; }

/* Трюк для подвійного повзунка ціни */
.un-range-slider {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}
.un-price-range {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: transparent;
}
.un-price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}
.un-price-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #eee;
}
.un-price-values {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}/* End custom CSS */