.bc-search__location-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(16,185,129,0.12);color:var(--bc-accent-light);border:1.5px solid rgba(16,185,129,0.25);border-radius:var(--bc-radius-lg);cursor:pointer;transition:all 0.25s ease;flex-shrink:0;position:relative;overflow:hidden}.bc-search__location-btn::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,rgba(16,185,129,0.15),transparent 70%);opacity:0;transition:opacity 0.25s ease}.bc-search__location-btn:hover{background:rgba(16,185,129,0.2);border-color:rgba(16,185,129,0.45);color:#fff;transform:scale(1.08);box-shadow:0 0 20px rgba(16,185,129,0.25)}.bc-search__location-btn:hover::before{opacity:1}.bc-search__location-btn:active{transform:scale(0.96)}.bc-search__location-btn:disabled{opacity:0.5;cursor:not-allowed;transform:none;box-shadow:none}.bc-search__location-btn svg{width:22px;height:22px}.bc-search__location-btn i{font-size:1.2rem}@media (max-width:640px){.bc-search__location-btn{width:44px;height:44px}.bc-search__location-btn svg{width:20px;height:20px}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}