.store-selector{--app-primary-color:var(--bs-primary);--app-secondary-color:var(--bs-secondary);--app-hover-bg:var(--bs-light);--app-selected-bg:var(--bs-primary-bg-subtle);--app-border-radius:var(--bs-border-radius);height:100vh;display:flex;flex-direction:column;font-family:var(--bs-font-sans-serif)}.store-selector .header-section{background-color:var(--app-primary-color);color:#fff;padding:1rem}.store-selector .main-content{flex:1;display:flex;overflow:hidden}.store-selector .store-list-section{width:25%;background-color:var(--bs-gray-100);overflow-y:auto;border-right:1px solid var(--bs-gray-300)}.store-selector #store-list{list-style:none;padding:0;margin:0}.store-selector .store-item{padding:1rem;border-bottom:1px solid var(--bs-gray-300);cursor:pointer;transition:background-color .2s}.store-selector .store-item:hover{background-color:var(--app-hover-bg)}.store-selector .store-item.selected{background-color:var(--app-selected-bg);border-left:4px solid var(--app-primary-color)}.store-selector .store-name{font-weight:600;margin-bottom:.25rem;color:var(--bs-dark)}.store-selector .store-address{font-size:.875rem;color:var(--bs-gray-600);margin-bottom:.25rem}.store-selector .store-phone{font-size:.875rem;color:var(--bs-gray-700)}.store-selector .store-distance{font-size:.75rem;color:var(--app-primary-color);font-weight:500;margin-top:.25rem}.store-selector .map-section{flex:1;position:relative}.store-selector .controls-section{padding:1rem;background-color:#fff;border-bottom:1px solid var(--bs-gray-300)}@media (max-width:768px){.store-selector .main-content{flex-direction:column}.store-selector .store-list-section{width:100%;height:40%;border-right:none;border-bottom:1px solid var(--bs-gray-300)}}