.custom-filter-select{position:relative;width:100%;margin:15px 0}.select-header{padding:12px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#1a1e2f;color:#fff;border-radius:50px}.select-options{position:absolute;top:100%;left:0;right:0;color:#fff;background:#1a1e2f;z-index:1000;max-height:250px;overflow-y:auto;box-shadow:0 2px 5px rgb(0 0 0 / .1);border:1px solid #ccc;border-top:0;border-radius:0 0 10px 10px}.select-option:hover{background:#1967D2}.select-option{padding:8px 15px;cursor:pointer;transition:background-color 0.2s}.select-option.selected{background-color:#e8f4fc;color:#000;font-weight:700}.select-option:last-child{border-bottom:none}.select-arrow{width:12px;transition:transform 0.2s;background-image:url(/wp-content/themes/brindiberica/assets/images/select-arrow.png);color:#fff0;background-size:contain;background-position:center;background-repeat:no-repeat;height:12px}.select-arrow.arrow-active{rotate:180deg}.hidden-original{display:none!important}