.modern-dropdown{position:relative;width:var(--dropdown-width, fit-content);min-width:var(--dropdown-min-width, 120px);max-width:var(--dropdown-max-width, 200px);height:var(--dropdown-height, 48px);box-sizing:border-box}@media (max-width: 575px){.modern-dropdown{width:100%;min-width:0;max-width:110px}}.modern-dropdown.disabled{opacity:.6;pointer-events:none}.modern-dropdown .dropdown-trigger{width:100%;height:100%;background-color:var(--dropdown-bg-color, #f0f0f0);border:none;border-radius:var(--dropdown-border-radius, 4px);padding:0 12px 0 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;box-shadow:none;overflow:hidden;gap:8px}.modern-dropdown .dropdown-trigger:hover{background-color:var(--dropdown-hover-bg-color, #e8e8e8)}.modern-dropdown .dropdown-trigger:focus{outline:1px solid var(--dropdown-focus-color, #24add1)}.modern-dropdown .dropdown-text{font-size:var(--dropdown-font-size, 14px);color:var(--dropdown-text-color, #333);font-weight:var(--dropdown-font-weight, 500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;text-align:left;min-width:0}.modern-dropdown .dropdown-arrow{width:16px;height:16px;color:var(--dropdown-arrow-color, #666);transition:transform .2s ease;flex-shrink:0}.modern-dropdown .dropdown-arrow.open{transform:rotate(180deg)}.modern-dropdown .dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--dropdown-border-color, #e0e0e0);border-radius:var(--dropdown-menu-border-radius, 12px);box-shadow:var(--dropdown-menu-shadow, 0 4px 20px rgba(0, 0, 0, .1));z-index:1000;max-height:var(--dropdown-menu-max-height, 200px);overflow-y:auto;animation:dropdownFadeIn .15s ease-out;scrollbar-width:none;-ms-overflow-style:none}.modern-dropdown .dropdown-menu::-webkit-scrollbar{display:none}.modern-dropdown .dropdown-option{padding:12px 20px;font-size:var(--dropdown-font-size, 14px);color:var(--dropdown-text-color, #333);cursor:pointer;transition:all .2s ease}.modern-dropdown .dropdown-option:first-child{border-radius:var(--dropdown-menu-border-radius, 12px) var(--dropdown-menu-border-radius, 12px) 0 0}.modern-dropdown .dropdown-option:last-child{border-radius:0 0 var(--dropdown-menu-border-radius, 12px) var(--dropdown-menu-border-radius, 12px)}.modern-dropdown .dropdown-option:only-child{border-radius:var(--dropdown-menu-border-radius, 12px)}.modern-dropdown .dropdown-option:hover{background:#f5f5f5}.modern-dropdown .dropdown-option.selected{color:#000;font-weight:500}.modern-dropdown .dropdown-option:first-child{color:#999;font-style:italic}.modern-dropdown.small{--dropdown-height: 36px;--dropdown-font-size: 12px;--dropdown-min-width: 100px;--dropdown-max-width: 160px}.modern-dropdown.large{--dropdown-height: 56px;--dropdown-font-size: 16px;--dropdown-min-width: 140px;--dropdown-max-width: 240px}.modern-dropdown.primary{--dropdown-bg-color: #24add1;--dropdown-hover-bg-color: #1e95b6;--dropdown-text-color: #fff;--dropdown-arrow-color: #fff}.modern-dropdown.secondary{--dropdown-bg-color: #6c757d;--dropdown-hover-bg-color: #5a6268;--dropdown-text-color: #fff;--dropdown-arrow-color: #fff}.modern-dropdown.success{--dropdown-bg-color: #28a745;--dropdown-hover-bg-color: #218838;--dropdown-text-color: #fff;--dropdown-arrow-color: #fff}.modern-dropdown.warning{--dropdown-bg-color: #ffc107;--dropdown-hover-bg-color: #e0a800;--dropdown-text-color: #212529;--dropdown-arrow-color: #212529}.modern-dropdown.danger{--dropdown-bg-color: #dc3545;--dropdown-hover-bg-color: #c82333;--dropdown-text-color: #fff;--dropdown-arrow-color: #fff}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 575px){.search__select-wrapper{width:100%;min-width:0;max-width:110px}}.search__select:focus{outline:2px solid #24add1;outline-offset:-1px;box-shadow:0 4px 12px #24add126}.search__select option{background:#fff;color:#333;padding:12px 16px;font-size:14px;font-weight:400;border:none;margin:2px 0;border-radius:6px;line-height:1.4;transition:all .2s ease}.search__select option:hover{background:#f8f9fa;color:#1e95b6}.search__select option:checked,.search__select option:selected{background:#24add1;color:#fff;font-weight:500}.search__select option:first-child{color:#acacac;font-style:italic}.property-search .search{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.property-search .search{flex-direction:row;flex-wrap:wrap;gap:1rem}}.property-search .search__button--secondary{background-color:#6c757d}.property-search .search__button--secondary:hover{background-color:#5a6268}
