.restaurant-info-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.restaurant-info-modal{background:white;border-radius:12px;width:100%;max-width:550px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.2);animation:slideUp .3s ease-out}.info-modal-close{position:absolute;top:20px;left:20px;background:none;border:none;font-size:28px;color:#333;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:10;transition:color .2s;padding:0}.info-modal-close:hover{color:#eb0029}.info-modal-header{padding:40px 25px 15px;text-align:center;background:#f9f9f9}.restaurant-title{font-size:28px;font-weight:700;margin:0;color:#010f1c;text-align:center}.restaurant-status-bar{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 25px;background:white;border-bottom:1px solid #f0f0f0;flex-wrap:wrap}.status-indicator{font-size:12px;color:#27ae60;font-weight:700}.status-text{font-size:14px;font-weight:600;color:#010f1c}.status-separator{color:#ddd}.close-time{font-size:13px;color:#666}.info-modal-content{padding:25px}.info-section{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.info-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-icon{font-size:24px;flex-shrink:0;margin-top:2px}.section-content{flex:1 1}.section-content h3{font-size:15px;font-weight:700;margin:0 0 4px;color:#010f1c}.section-content p{font-size:13px;color:#666;margin:0;line-height:1.4}.section-content a{font-size:15px;font-weight:600;color:#eb0029;text-decoration:none;transition:color .2s}.section-content a:hover{color:#d40124}.section-title{font-size:13px;font-weight:700;color:#010f1c;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.hours-grid{display:flex;flex-direction:column;gap:10px}.hours-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.hours-day{font-size:13px;font-weight:600;color:#010f1c;min-width:70px}.hours-time{font-size:13px;color:#666;text-align:right}.wait-times-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.wait-item{display:flex;flex-direction:column;gap:6px;padding:12px;background:#f9f9f9;border-radius:8px}.wait-label{font-size:12px;font-weight:600;color:#666}.wait-value{font-size:16px;font-weight:700;color:#010f1c}.restaurant-info-modal::-webkit-scrollbar{width:6px}.restaurant-info-modal::-webkit-scrollbar-track{background:#f1f1f1}.restaurant-info-modal::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.restaurant-info-modal::-webkit-scrollbar-thumb:hover{background:#999}@media (min-width:1200px){.restaurant-info-modal{max-width:600px;max-height:85vh}.restaurant-title{font-size:32px}.info-modal-header{padding:50px 30px 20px}.info-modal-content{padding:30px}.info-section{display:flex;gap:30px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.info-section:last-child{border-bottom:none}.section-icon{display:inline-block;font-size:24px;flex-shrink:0}.section-content{flex:1 1}.section-content h3{font-size:15px;margin:0;font-weight:700;color:#010f1c}.section-content p{font-size:14px;margin:2px 0 0;color:#777}.section-content a{font-size:15px;color:#eb0029;text-decoration:none;font-weight:600}.section-title{text-transform:uppercase;font-weight:700;white-space:nowrap;min-width:140px}.hours-grid{flex:1 1}.hours-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}.hours-row:last-child{border-bottom:none}.hours-day,.hours-time,.section-title{font-size:14px}.wait-times-grid{grid-template-columns:1fr 1fr;gap:20px}.wait-item{padding:16px}.wait-value{font-size:18px}}@media (min-width:768px) and (max-width:1199px){.restaurant-info-overlay{padding:16px}.restaurant-info-modal{max-width:550px;max-height:85vh}.restaurant-title{font-size:26px}.info-modal-header{padding:40px 25px 15px}.info-modal-content{padding:25px}.info-section{margin-bottom:20px;padding-bottom:18px;display:flex;gap:20px}.section-icon{font-size:20px;display:inline-block}.section-title{font-size:13px;text-transform:uppercase;font-weight:700;white-space:nowrap;min-width:140px}.hours-grid{flex:1 1;gap:0}.hours-row{display:flex;justify-content:space-between;padding:10px 0;background:transparent;border-bottom:1px solid #f0f0f0}.hours-day{font-size:14px;font-weight:600}.hours-time{font-size:14px;color:#666}.wait-times-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.wait-item{padding:14px;flex-direction:column}}@media (max-width:767px){.restaurant-info-overlay{align-items:flex-end;justify-content:stretch;padding:0;background:rgba(0,0,0,.5)}.restaurant-info-modal{max-width:100%;max-height:95vh;max-height:95dvh;border-radius:24px 24px 0 0;position:fixed;bottom:0;left:0;right:0;margin:0;overflow-y:auto;overflow-x:hidden}.info-modal-close{top:12px;left:12px;font-size:24px;width:32px;height:32px;background:rgba(255,255,255,.9);border-radius:50%}.info-modal-header{padding:24px 20px 8px;background:white;text-align:center}.restaurant-title{font-size:22px;font-weight:700;margin:0;color:#010f1c}.restaurant-status-bar{padding:12px 20px;gap:6px;border-bottom:1px solid #f0f0f0}.status-indicator{font-size:10px;color:#27ae60}.status-text{font-size:12px;font-weight:600}.status-separator{font-size:12px;color:#ddd}.close-time{font-size:12px;color:#666}.info-modal-content{padding:12px 16px 24px}.info-section{margin-bottom:0;border-bottom:1px solid #f0f0f0;display:flex;gap:16px;padding:12px 0}.info-section:first-of-type{padding-top:0}.info-section:last-child{border-bottom:none}.section-icon{font-size:18px;display:inline-block;flex-shrink:0}.section-content{display:block;flex:1 1;vertical-align:top}.section-content h3{font-size:13px;margin:0;font-weight:600;color:#010f1c}.section-content p{font-size:12px;margin:2px 0 0;color:#666}.section-content a{font-size:13px;color:#eb0029;text-decoration:none;font-weight:500}.section-title{font-size:12px;font-weight:700;letter-spacing:.5px;color:#010f1c;text-transform:uppercase;white-space:nowrap;align-self:flex-start;padding-top:0;flex-shrink:0;min-width:120px;display:block}.hours-grid{display:flex;flex-direction:column;gap:0;flex:1 1;margin-left:0;margin-right:0}.hours-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;background:transparent;border-bottom:1px solid #f0f0f0}.hours-row:last-child{border-bottom:none}.hours-row:nth-child(odd){background:transparent}.hours-day{font-size:14px;font-weight:600;color:#010f1c;min-width:70px}.hours-time{font-size:14px;color:#666;text-align:right;font-weight:400}.wait-times-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;flex:1 1}.wait-item{display:flex;flex-direction:column;padding:14px;background:#f5f5f5;gap:6px;border-radius:0;border:none}.wait-label{font-size:13px;font-weight:600;color:#666}.wait-value{font-size:18px;font-weight:700;color:#010f1c}}.search-icon-large{display:flex;align-items:center;justify-content:center;width:100%}.search-icon-large svg{width:80px;height:80px}@media (max-width:576px){.address-search-prompt{padding:40px 20px;min-height:300px}.search-icon-large svg{width:60px;height:60px}.address-search-prompt h3{font-size:18px}.address-search-prompt p{font-size:13px}}.location-picker-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}body:has(.location-picker-overlay){overflow:hidden}.location-picker-modal{background:white;border-radius:12px;width:100%;max-width:550px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.2);animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.location-picker-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;color:#333;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;z-index:10;transition:color .2s}.location-picker-close:hover{color:#eb0029}.location-picker-header{padding:25px 25px 15px;border-bottom:1px solid #f0f0f0}.location-picker-header h2{font-size:24px;font-weight:700;margin:0;color:#010f1c}.delivery-type-tabs{display:flex;gap:10px;padding:20px 25px;border-bottom:1px solid #f0f0f0}.tab-button{flex:1 1;padding:12px 20px;border:1px solid #ddd;background:white;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#333}.tab-button:hover{border-color:#eb0029;color:#eb0029}.tab-button.active{background:#eb0029;color:white;border-color:#eb0029}.location-search-wrapper{position:relative;padding:20px 25px;border-bottom:1px solid #f0f0f0}.location-search-input{width:100%;padding:12px 40px 12px 16px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:all .3s ease}.location-search-input:focus{outline:none;border-color:#eb0029;box-shadow:0 0 0 3px rgba(235,0,41,.1)}.search-icon{position:absolute;right:40px;top:50%;transform:translateY(-50%);color:#ccc;font-size:18px;pointer-events:none}.address-search-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 25px;min-height:350px;text-align:center;background:#f9f9f9}.search-icon-large{font-size:80px;color:#ddd;margin-bottom:20px}.address-search-prompt h3{font-size:20px;font-weight:700;color:#010f1c;margin:0 0 8px}.address-search-prompt p{font-size:14px;color:#999;margin:0}.locations-list{max-height:400px;overflow-y:auto;padding:0}.empty-state,.loading-state{padding:40px 20px;text-align:center;color:#999;font-size:14px}.province-section{border-bottom:1px solid #f0f0f0}.province-section:last-child{border-bottom:none}.province-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 25px;background:white;border:none;cursor:pointer;transition:background-color .3s ease;font-weight:700;font-size:15px;color:#010f1c}.province-header:hover{background:#f9f9f9}.province-name{font-weight:700}.province-arrow{display:inline-block;transition:transform .3s ease;color:#eb0029;font-size:12px}.province-arrow.expanded{transform:rotate(90deg)}.province-restaurants{background:#f9f9f9;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.location-item{display:flex;justify-content:space-between;align-items:center;padding:16px 25px;border-bottom:1px solid #e0e0e0;gap:12px}.location-item:hover{background-color:white}.location-item:last-child{border-bottom:none}.location-item-content{flex:1 1}.location-main-info{display:flex;align-items:center;gap:8px;margin-bottom:4px}.location-name{font-size:15px;font-weight:700;margin:0;color:#010f1c}.nearest-badge{display:inline-block;background:#f0f0f0;color:#333;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.location-address{font-size:13px;color:#666;margin:4px 0}.location-status{font-size:13px;color:#999;margin:0}.location-item-actions{display:flex;gap:8px;flex-wrap:nowrap}.location-item-buttons{display:flex;gap:8px}.location-info-btn,.location-menu-btn{padding:8px 10px;border:none;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:80px}.location-info-btn{background:#f0f0f0;color:#333}.location-info-btn:hover{background:#e0e0e0;color:#010f1c}.location-menu-btn{background:#eb0029;color:white}.location-menu-btn:hover{background:#d40124}.location-picker-footer{padding:20px 25px;border-top:1px solid #f0f0f0;background:#f9f9f9;border-radius:0 0 12px 12px}.location-picker-action-btn{width:100%;padding:14px 20px;background:#eb0029;color:white;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.location-picker-action-btn:hover{background:#d40124}.location-picker-action-btn:active{transform:scale(.98)}.locations-list::-webkit-scrollbar{width:6px}.locations-list::-webkit-scrollbar-track{background:#f0f0f0}.locations-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}@media (min-width:768px) and (max-width:1199px){.location-picker-modal{max-width:90vw;max-height:85dvh;border-radius:16px}.location-picker-overlay{align-items:center;padding:20px}.location-picker-header{padding:22px 24px 14px}.location-picker-header h2{font-size:22px}.delivery-type-tabs{padding:18px 24px}.tab-button{padding:11px 18px;font-size:13px}.location-search-wrapper{padding:18px 24px}.location-search-input{padding:11px 38px 11px 15px;font-size:13px}.locations-list{max-height:350px}.province-header{padding:14px 24px;font-size:14px}.location-item{padding:14px 24px;flex-direction:row}.location-name{font-size:14px}.location-address,.location-status{font-size:12px}.location-item-buttons{gap:6px}.location-info-btn,.location-menu-btn{min-width:70px;padding:7px 9px;font-size:10px}.location-picker-footer{padding:18px 24px}.location-picker-action-btn{padding:12px 18px;font-size:13px}.address-search-prompt{padding:50px 24px;min-height:300px}.search-icon-large{font-size:70px;margin-bottom:16px}.address-search-prompt h3{font-size:18px}.address-search-prompt p{font-size:13px}}@media (max-width:767px){.location-picker-modal{max-width:100%;max-height:90dvh;border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;margin:0}.location-picker-overlay{align-items:flex-end;justify-content:center;padding:0;background:rgba(0,0,0,.6)}.location-picker-close{top:12px;right:12px;font-size:26px;width:28px;height:28px}.location-picker-header{padding:18px 20px 12px;border-bottom:1px solid #f0f0f0}.location-picker-header h2{font-size:20px}.delivery-type-tabs{padding:16px 20px;gap:8px;border-bottom:1px solid #f0f0f0}.tab-button{padding:10px 16px;font-size:12px}.location-search-wrapper{padding:16px 20px;border-bottom:1px solid #f0f0f0}.location-search-input{padding:10px 36px 10px 14px;font-size:13px}.search-icon{right:36px}.locations-list{max-height:350px;padding:0}.province-header{padding:14px 20px;font-size:14px;background:white}.province-header:hover,.province-restaurants{background:#f9f9f9}.location-item{flex-direction:column;align-items:flex-start;padding:14px 20px;border-bottom:1px solid #e0e0e0}.location-item:hover{background-color:transparent}.location-item-content{width:100%}.location-name{font-size:14px}.location-address,.location-status{font-size:12px}.location-item-actions{width:100%;flex-direction:column;gap:8px}.location-item-buttons{width:100%;gap:8px}.location-info-btn,.location-menu-btn{flex:1 1;min-width:auto;padding:10px 12px;font-size:12px}.location-picker-footer{padding:16px 20px}.location-picker-action-btn{padding:12px 18px;font-size:13px}.address-search-prompt{padding:40px 20px;min-height:300px}.search-icon-large{font-size:64px;margin-bottom:16px}.address-search-prompt h3{font-size:18px}.address-search-prompt p{font-size:13px}}