.location-selector{width:100vw;padding-block:60px!important;background:#fff;z-index:9999;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.location-selector__content{max-width:600px;width:100%;padding:40px;text-align:center;flex-grow:1;display:flex;flex-direction:column;gap:40px}.location-selector__grid,.location-selector__header{display:flex;flex-direction:column;gap:16px}.location-selector__card{padding:24px;border:2px solid #f0f0f0;border-radius:16px;background:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:20px;text-align:left}.location-selector__card:hover{border-color:#dd5353;transform:translateY(-2px);box-shadow:0 8px 25px rgba(221,83,83,.15)}.location-selector__card.selected{border-color:#dd5353;background:#fff5f5}.location-selector__card.selected .location-selector__card__icon{background:#dd5353;color:#fff}.location-selector__card.selected .location-selector__card__arrow{color:#dd5353;transform:translateX(4px)}.location-selector__card__icon{width:56px;height:56px;border-radius:12px;background:#f8f9fa;color:#6c757d;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.location-selector__card__content{flex:1;display:flex;align-items:center;justify-content:space-between}.location-selector__card__content h3{margin:0;font-weight:600}.location-selector__card__content h3 .location-code{color:#6c757d;font-weight:400;margin-left:8px}.location-selector__card__arrow{color:#6c757d;transition:all .3s ease}.location-selector .btn-disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}.location-selector .btn-disabled:hover{background:#e9ecef;transform:none}@media(max-width:768px){.location-selector__content{padding:20px;gap:30px}.location-selector__card{padding:20px;gap:16px}.location-selector__card__icon{width:48px;height:48px}}