.location-modal .modal-dialog{max-width:800px;width:calc(100% - 32px);margin-left:auto;margin-right:auto;max-height:90vh}.location-modal .modal-header{background:linear-gradient(135deg,var(--bs-primary),#D2691E);color:#fff;border-bottom:none}.location-modal .modal-header .btn-close{filter:invert(1)}.modal-footer{background-color:#fffdfb}.location-modal .modal-body{padding:2rem;background-color:#fffdfb;overflow:hidden}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:1rem;overflow-y:auto}.location-card{display:flex;align-items:center;padding:1.5rem;border:2px solid #e9ecef;border-radius:var(--layout-border-radius);background:#fff;transition:all 0.3s ease;cursor:pointer;position:relative}.location-card:hover{border-color:var(--bs-primary);box-shadow:0 4px 12px rgb(240 83 55 / .15);transform:translateY(-2px)}.location-card.selected{border-color:var(--bs-primary);background:#fdf7f0;box-shadow:0 4px 12px rgb(240 83 55 / .2)}.location-image{width:80px;height:80px;border-radius:8px;overflow:hidden;margin-right:1rem;flex-shrink:0}.location-image img{width:100%;height:100%;object-fit:cover}.no-image-placeholder{width:100%;height:100%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:2rem}.location-info{flex:1;margin-right:1rem}.location-title{font-size:1.25rem;font-weight:600;color:var(--bs-body-bg);margin-bottom:.5rem}.location-address{margin:.25rem 0;color:#6c757d;font-size:.9rem}.location-select{flex-shrink:0;position:relative;width:24px;height:24px}.location-radio-label{cursor:pointer;display:inline-block}.location-select input[type="radio"]{position:absolute;opacity:0;cursor:pointer}.checkmark{width:24px;height:24px;border:2px solid #dee2e6;border-radius:50%;display:inline-block;position:relative;transition:all 0.3s ease}.location-card.selected .checkmark,.location-radio-label input[type="radio"]:checked~.checkmark{background:var(--bs-primary);border-color:var(--bs-primary)}.checkmark::after{content:"";position:absolute;display:none;left:7px;top:3px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.location-card.selected .checkmark::after,.location-radio-label input[type="radio"]:checked~.checkmark::after{display:block}.location-modal-trigger{position:fixed;bottom:2rem;right:5.2rem;z-index:1050;border-radius:50px;padding:.75rem 1.5rem;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:all 0.3s ease}.location-modal-trigger:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgb(0 0 0 / .2)}.location-modal-trigger i{font-size:1.1rem}@media (max-width:768px){.locations-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.location-card{padding:10px}.location-image{margin-right:0;margin-bottom:1rem}.location-image,.location-address{display:none}.location-info{margin-right:0}.location-title{margin-bottom:0;font-size:18px}.location-select{align-self:center}.location-modal .modal-body{padding:1rem}.location-modal-trigger{bottom:1rem;right:50%;transform:translateX(50%);padding:.5rem 1rem;font-size:.9rem}}@media screen and (max-width:576px){.location-title{font-size:16px}.location-modal-trigger{bottom:12px;font-size:.8rem}}