.restaurant-detail{width:100%;max-width:1920px;margin:0 auto;padding:0;font-family:var(--ag-font-ui,"Figtree",sans-serif);color:#0C1F34;display:flex;flex-direction:column;gap:24px;align-items:center}@media (min-width:768px){.restaurant-detail{padding-top:48px;gap:32px}}.restaurant-detail__main-info{gap:4px;width:100%}.restaurant-detail__title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.restaurant-detail__title{font-size:1.5rem;font-weight:500;color:#0C1F34;margin:0;line-height:1.25;font-family:var(--ag-font-ui,"Figtree",sans-serif)}@media (min-width:768px){.restaurant-detail__title{font-size:2rem;font-weight:500}}.restaurant-detail__rating-badge{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:400;color:#0C1F34;flex-shrink:0;font-family:Verdana,sans-serif}@media (min-width:768px){.restaurant-detail__rating-badge{font-size:.9375rem}}.restaurant-detail__rating-value{font-weight:500;color:#0C1F34;font-size:.75rem}@media (min-width:768px){.restaurant-detail__rating-value{font-size:.9375rem;font-weight:500}}.restaurant-detail__rating-count{color:rgba(12,31,52,.55);font-size:.75rem;font-weight:400}@media (min-width:768px){.restaurant-detail__rating-count{font-size:.875rem}}.restaurant-detail__short-description{font-family:var(--ag-font-ui,"Figtree",sans-serif);font-size:.9375rem;line-height:1.5;color:#6B625A;margin-top:6px;font-weight:400}@media (min-width:768px){.restaurant-detail__short-description{font-size:1.0625rem;margin-top:8px}}.restaurant-detail__tags-row{display:flex;align-items:center;gap:8px;overflow:hidden;flex-wrap:nowrap;width:100%;padding:0}.restaurant-detail__tag-item{display:inline-flex;align-items:center;gap:7px;font-size:.625rem;font-weight:400;color:#344054;white-space:nowrap;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 16px) / 3);min-width:calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3)}.restaurant-detail__tag-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restaurant-detail__tag-icon{color:#E7866B;flex-shrink:0;width:19px;height:17px}@media (min-width:480px){.restaurant-detail__tag-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 24px) / 4);min-width:calc((100% - 24px) / 4);max-width:calc((100% - 24px) / 4)}}@media (min-width:768px){.restaurant-detail__tags-row{gap:20px;overflow:visible;flex-wrap:wrap;margin-bottom:4px}.restaurant-detail__tag-item{flex:0 0 auto;min-width:auto;max-width:none;font-size:.875rem}.restaurant-detail__tag-icon{width:20px;height:18px}}.detalhes-gerais{width:90%;max-width:none;display:flex;flex-direction:column;gap:17px}@media (min-width:768px){.detalhes-gerais{gap:24px;width:90%;max-width:none;margin:0 auto;padding:0 16px}}@media (min-width:1921px){.detalhes-gerais{gap:24px;width:100%;max-width:none;margin:0 auto;padding:0 16px}}.restaurant-detail__gallery-mobile{position:relative;width:100%;aspect-ratio:16/11;overflow:hidden;background-color:var(--ag-color-cream,#F4EFEA);touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab}.restaurant-detail__gallery-mobile:active{cursor:-webkit-grabbing;cursor:grabbing}@media (min-width:768px){.restaurant-detail__gallery-mobile{display:none}}.restaurant-detail__gallery-track{display:flex;width:100%;height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1);will-change:transform}.restaurant-detail__gallery-track--dragging{transition:none!important}.restaurant-detail__gallery-slide{min-width:100%;position:relative;flex-shrink:0}.restaurant-detail__gallery-image,.restaurant-detail__gallery-slide{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.restaurant-detail__gallery-image{object-fit:cover;display:block;-webkit-user-drag:none;pointer-events:none}.restaurant-detail__gallery-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:5px;z-index:5}.restaurant-detail__gallery-dot{width:27px;height:4px;background-color:#FFFFFF;opacity:.8;border-radius:2px;border:none;padding:0;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 3px rgba(0,0,0,.3)}.restaurant-detail__gallery-dot[data-active=true]{background-color:#C7B170;width:54px;opacity:1}.restaurant-detail__gallery-desktop{display:none}@media (min-width:768px){.restaurant-detail__gallery-desktop{display:grid;grid-template-columns:776fr 330fr;grid-gap:14px;gap:14px;width:100%;align-items:stretch;overflow:hidden;border-radius:0}.restaurant-detail__gallery-desktop--single{grid-template-columns:1fr;gap:0}.restaurant-detail__gallery-main-col--single{aspect-ratio:21/9;max-height:480px}.restaurant-detail__gallery-desktop--two{grid-template-columns:65fr 35fr}.restaurant-detail__gallery-side-col--single{grid-template-rows:1fr}.restaurant-detail__gallery-side-col--single .restaurant-detail__gallery-side-item{aspect-ratio:auto;height:100%}}.restaurant-detail__gallery-main-col{position:relative;width:100%;aspect-ratio:776/487;overflow:hidden;cursor:pointer;border-radius:0}.restaurant-detail__gallery-main-col:hover .restaurant-detail__gallery-image,.restaurant-detail__gallery-side-item:hover .restaurant-detail__gallery-image{transform:scale(1.03)}.restaurant-detail__gallery-side-col{display:grid;grid-template-rows:1fr 1fr;grid-gap:10px;gap:10px;height:100%;width:100%}.restaurant-detail__gallery-side-item{position:relative;width:100%;height:100%;aspect-ratio:165/119;overflow:hidden;cursor:pointer;border-radius:0}.restaurant-detail__gallery-main-col .restaurant-detail__gallery-image,.restaurant-detail__gallery-side-item .restaurant-detail__gallery-image{transition:transform .4s ease;width:100%;height:100%;object-fit:cover}.restaurant-detail__gallery-side-item--more{position:relative;overflow:hidden}.restaurant-detail__gallery-image--blurred{filter:blur(5px) brightness(.72);transform:scale(1.08);transition:filter .3s ease,transform .3s ease}.restaurant-detail__gallery-side-item--more:hover .restaurant-detail__gallery-image--blurred{filter:blur(3px) brightness(.82);transform:scale(1.12)}.restaurant-detail__gallery-more-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:rgba(15,23,42,.4);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);color:#FFFFFF;z-index:5;cursor:pointer;transition:background .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.restaurant-detail__gallery-side-item--more:hover .restaurant-detail__gallery-more-overlay{background:rgba(15,23,42,.55)}.restaurant-detail__gallery-more-badge{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.22);border:1.5px solid rgba(255,255,255,.7);box-shadow:0 4px 16px rgba(0,0,0,.4);color:#FFFFFF;transition:transform .25s ease,background .25s ease,border-color .25s ease}.restaurant-detail__gallery-side-item--more:hover .restaurant-detail__gallery-more-badge{transform:scale(1.12);background:#C7B170;border-color:#FFFFFF;color:#0C1F34}.restaurant-detail__gallery-more-plus{color:inherit;transition:transform .25s ease}.restaurant-detail__gallery-side-item--more:hover .restaurant-detail__gallery-more-plus{transform:rotate(90deg)}.restaurant-detail__gallery-more-count{font-size:.8125rem;font-weight:700;color:#FFFFFF;text-shadow:0 2px 4px rgba(0,0,0,.7);letter-spacing:.3px;background:rgba(0,0,0,.4);padding:3px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.2)}.restaurant-detail__status-pill{position:absolute;top:14px;left:14px;z-index:5;background:#FFFFFF;padding:4px 10px;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.12);display:inline-flex;align-items:center;line-height:1}.restaurant-detail__status-text{color:#328075;font-size:11px;font-weight:600;font-family:var(--ag-font-ui,"Figtree",sans-serif);text-transform:none;letter-spacing:.2px}.restaurant-detail__status-pill--closed .restaurant-detail__status-text{color:#E6856B}.restaurant-detail__main-info{display:flex;flex-direction:column;gap:6px}.restaurant-detail__mobile-title{font-size:1.5rem;font-weight:500;color:#0C1F34;margin:0;line-height:1.2}@media (min-width:768px){.restaurant-detail__mobile-title{display:none}}.restaurant-detail__body-columns{display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width:1024px){.restaurant-detail__body-columns{display:grid;grid-template-columns:1fr 335px;grid-gap:36px;gap:36px;align-items:start}}.restaurant-detail__main-column{display:flex;flex-direction:column;gap:20px;width:100%;min-width:0}@media (min-width:1024px){.restaurant-detail__main-column{gap:24px}}.restaurant-detail__ad-column{display:none}@media (min-width:1024px){.restaurant-detail__ad-column{display:block;position:-webkit-sticky;position:sticky;top:96px;width:335px}}.restaurant-detail__ad-card{width:100%;min-height:480px;background:#F8FAFC;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgba(12,31,52,.05);display:flex;flex-direction:column}.restaurant-detail__ad-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#848484;background:#FFFFFF;padding:8px 16px;border-bottom:1px solid #e2e8f0;font-family:var(--ag-font-ui,"Figtree",sans-serif)}.restaurant-detail__ad-body{padding:32px 24px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:16px;flex:1 1}.restaurant-detail__ad-title{font-size:1.25rem;font-weight:700;font-family:Verdana,sans-serif;color:#0C1F34;margin:0;line-height:1.3}.restaurant-detail__ad-text{font-size:.9375rem;font-family:Verdana,sans-serif;color:#6B625A;margin:0;line-height:1.6}.restaurant-detail__ad-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;background-color:#1A5055;color:#FFFFFF;border-radius:8px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background-color .15s ease,transform .15s ease;width:100%;margin-top:auto}.restaurant-detail__ad-btn:hover{background-color:#0C1F34;transform:translateY(-1px)}.restaurant-detail__short-desc{font-size:.75rem;font-family:Verdana,sans-serif;color:#0C1F34;margin:0;line-height:1.4;font-weight:400;opacity:70%}@media (min-width:768px){.restaurant-detail__short-desc{font-size:1.0625rem;opacity:100%;line-height:1.5}}.restaurant-detail__gallery-favorite-btn{position:absolute;top:14px;right:14px;z-index:10;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.92);border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:transform .2s ease,background-color .2s ease}.restaurant-detail__gallery-favorite-btn:hover{transform:scale(1.08);background-color:#FFFFFF}.restaurant-detail__gallery-favorite-btn--active{background-color:#FFFFFF}.restaurant-detail__actions-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px;width:100%}@media (min-width:640px){.restaurant-detail__actions-grid{gap:10px}}.restaurant-detail__action-box{background-color:#FFFFFF;border:1px solid #e2e8f0;border-radius:8px;padding:6px 4px 5px;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#333333;text-decoration:none;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.04)}.restaurant-detail__action-box:hover{border-color:#0C1F34;transform:translateY(-1px);box-shadow:0 3px 8px rgba(12,31,52,.08)}.restaurant-detail__action-icon{color:#333333;transition:transform .15s ease}.restaurant-detail__action-box:hover .restaurant-detail__action-icon{transform:scale(1.08)}.restaurant-detail__action-label{font-size:.625rem;font-family:var(--ag-font-ui,"Figtree",sans-serif);font-weight:400;color:#6B625A}@media (min-width:768px){.restaurant-detail__action-box{min-height:56px;padding:8px 6px}.restaurant-detail__action-label{font-size:.75rem}}.restaurant-detail__description{font-size:.875rem;font-family:var(--ag-font-ui,"Figtree",sans-serif);font-weight:400;line-height:1.45;color:#191919;margin:0}@media (min-width:768px){.restaurant-detail__description{font-size:1.0625rem;font-family:var(--ag-font-ui,"Figtree",sans-serif);line-height:1.6;color:#191919}}.restaurant-detail__section{display:flex;flex-direction:column;gap:14px}.restaurant-detail__section-header{display:flex;flex-direction:column;gap:17px}.restaurant-detail__section-accent{width:54px;height:4px;background-color:#C7B170;border-radius:2px;flex-shrink:0}.restaurant-detail__section-title{font-size:1.5rem;font-weight:500;font-family:var(--ag-font-ui,"Figtree",sans-serif);color:#191919;margin:0;line-height:1.2}@media (min-width:768px){.restaurant-detail__section-title{font-size:1.625rem;font-weight:500;color:#0C1F34}}.restaurant-detail__address-text{font-size:.875rem;font-family:var(--ag-font-ui,"Figtree",sans-serif);font-weight:400;color:#191919;margin:0;line-height:1.5}@media (min-width:768px){.restaurant-detail__address-text{font-size:1rem;color:#344054}}.restaurant-detail__map-box{position:relative;width:100%;height:260px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;background-color:#F8FAFC}@media (min-width:768px){.restaurant-detail__map-box{height:480px}}.restaurant-detail__map-iframe{width:100%;height:100%;border:0}.restaurant-detail__map-cta-btn{position:absolute;top:20px;right:20px;background-color:#3D74A1;color:#FFFFFF;font-family:var(--ag-font-ui,"Figtree",sans-serif);font-weight:700;font-size:1rem;padding:10px 24px;border-radius:6px;text-decoration:none;box-shadow:0 4px 14px rgba(61,116,161,.35);transition:all .2s ease;z-index:10;display:inline-flex;align-items:center;justify-content:center}.restaurant-detail__map-cta-btn:hover{background-color:#2F5C82;transform:translateY(-2px);box-shadow:0 6px 20px rgba(61,116,161,.45)}.restaurant-detail__recommendations-section{width:100%;display:flex;flex-direction:column;gap:16px;margin:16px 0}.restaurant-detail__recommendations-container{width:90%;max-width:none;margin:0 auto}@media (min-width:768px){.restaurant-detail__recommendations-container{width:90%;padding:0 16px}}@media (min-width:1921px){.restaurant-detail__recommendations-container{width:100%;padding:0 16px}}.restaurant-detail__recommendations-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.restaurant-detail__slider-nav-btns{display:flex;align-items:center;gap:8px}.restaurant-detail__slider-nav-btn{width:36px;height:36px;border-radius:8px;border:1px solid #cbd5e1;background-color:#FFFFFF;color:#0C1F34;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.restaurant-detail__slider-nav-btn:hover{border-color:#0C1F34;background-color:#F8FAFC}.restaurant-detail__recommendations-slider{display:flex;gap:16px;overflow-x:auto;padding:8px 5% 16px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width:768px){.restaurant-detail__recommendations-slider{width:90%;margin:0 auto;padding:8px 0 16px}}@media (min-width:1921px){.restaurant-detail__recommendations-slider{width:100%;padding:8px 0 16px}}.restaurant-detail__recommendations-slider:active,.restaurant-detail__recommendations-slider[data-dragging=true]{cursor:-webkit-grabbing;cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.restaurant-detail__recommendations-slider::-webkit-scrollbar{display:none}.restaurant-detail__recommendations-card-wrapper{flex:0 0 78vw;max-width:300px;min-width:260px;scroll-snap-align:start}@media (min-width:640px){.restaurant-detail__recommendations-card-wrapper{flex:0 0 290px;max-width:290px}}@media (min-width:1024px){.restaurant-detail__recommendations-card-wrapper{flex:0 0 357px;max-width:357px}}.restaurant-detail__view-more-box{align-self:flex-start;margin-top:4px}.restaurant-detail__view-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border:1px solid #cbd5e1;border-radius:8px;background-color:#FFFFFF;color:#0C1F34;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s ease}.restaurant-detail__view-more-btn:hover{border-color:#0C1F34;background-color:#F8FAFC}.restaurant-detail__share-banner{position:relative;width:100%;border-radius:0;overflow:hidden;padding:44px 20px;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.restaurant-detail__share-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,31,52,.82),rgba(12,31,52,.92));-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1}.restaurant-detail__share-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;max-width:580px;width:100%}.restaurant-detail__share-title{font-size:1.5rem;font-weight:600;font-family:var(--ag-font-ui,"Figtree",sans-serif);color:#FFFFFF;margin:0;line-height:1.3}.restaurant-detail__share-subtitle{font-size:.875rem;font-family:var(--ag-font-ui,"Figtree",sans-serif);font-weight:400;color:#DBDBDB;margin:0}.restaurant-detail__share-icons{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px}.restaurant-detail__share-icon-btn{background:transparent;border:none;border-radius:0;padding:4px;color:#FFFFFF;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,color .15s ease;text-decoration:none;line-height:1}.restaurant-detail__share-icon-btn:hover{transform:scale(1.18);color:#C7B170;background:transparent;border:none}.restaurant-detail__share-copied-toast{font-size:12px;color:#4ADE80;font-weight:600;margin-top:6px}.restaurant-lightbox{position:fixed;inset:0;background:rgba(12,31,52,.95);z-index:2000;padding:20px}.restaurant-lightbox,.restaurant-lightbox__close{display:flex;align-items:center;justify-content:center}.restaurant-lightbox__close{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.15);border:none;color:#FFFFFF;width:44px;height:44px;border-radius:50%;cursor:pointer;transition:background .15s ease;z-index:10}.restaurant-lightbox__close:hover{background:rgba(255,255,255,.3)}.restaurant-lightbox__nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);border:none;color:#FFFFFF;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease;z-index:10}.restaurant-lightbox__nav-btn:hover{background:rgba(255,255,255,.3)}.restaurant-lightbox__nav-btn--prev{left:20px}.restaurant-lightbox__nav-btn--next{right:20px}.restaurant-lightbox__image-container{width:92vw;max-width:960px;max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:14px}.restaurant-lightbox__frame{position:relative;width:100%;aspect-ratio:16/10;max-height:70vh;border-radius:12px;overflow:hidden;background-color:#0A111E;box-shadow:0 25px 60px rgba(0,0,0,.75),0 0 0 1px rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}.restaurant-lightbox__image{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:lightboxFadeIn .2s ease}@keyframes lightboxFadeIn{0%{opacity:.7;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.restaurant-lightbox__footer{display:flex;align-items:center;justify-content:center;width:100%}.restaurant-lightbox__counter{color:#E2E8F0;font-size:.8125rem;font-weight:700;background:rgba(255,255,255,.12);padding:4px 14px;border-radius:20px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);letter-spacing:.3px}.restaurant-lightbox__thumbnails{display:flex;gap:8px;max-width:100%;overflow-x:auto;padding:4px 2px;scrollbar-width:thin}.restaurant-lightbox__thumb-btn{width:64px;height:44px;border-radius:6px;overflow:hidden;border:2px solid transparent;padding:0;background:#0F172A;cursor:pointer;opacity:.55;transition:all .2s ease;flex-shrink:0}.restaurant-lightbox__thumb-btn:hover{opacity:.9;transform:translateY(-2px)}.restaurant-lightbox__thumb-btn--active{opacity:1;border-color:#C7B170;box-shadow:0 0 10px rgba(199,177,112,.5);transform:translateY(-2px) scale(1.05)}.restaurant-lightbox__thumb-img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:640px){.restaurant-lightbox__frame{aspect-ratio:4/3;max-height:60vh}.restaurant-lightbox__thumb-btn{width:52px;height:38px}}.restaurant-detail__hours-balloon{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);width:350px;max-width:calc(100vw - 24px);background-color:#FFFFFF;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 36px rgba(12,31,52,.16),0 4px 12px rgba(0,0,0,.06);z-index:1000;animation:balloonPop .18s cubic-bezier(.16,1,.3,1);text-align:left;overflow:hidden}@keyframes balloonPop{0%{opacity:0;transform:translateX(-50%) translateY(-6px) scale(.96)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}.restaurant-detail__hours-balloon:before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:11px;height:11px;background-color:#FFFFFF;border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;z-index:2}.restaurant-detail__hours-balloon-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background-color:#FFFFFF;border-bottom:1px solid #f1f5f9}.restaurant-detail__hours-balloon-title{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:700;color:#0C1F34}.restaurant-detail__hours-balloon-close{border:none;background:#F8FAFC;color:#64748B;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s ease}.restaurant-detail__hours-balloon-close:hover{color:#0C1F34;background-color:#E2E8F0}.restaurant-detail__hours-body{padding:12px 14px 14px;background-color:#FFFFFF}.restaurant-detail__hours-table{display:flex;flex-direction:column;gap:8px;margin-top:10px}.restaurant-detail__hours-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:6px 0;border-bottom:1px dashed #f1f5f9}.restaurant-detail__hours-row:last-child{border-bottom:none;padding-bottom:0}.restaurant-detail__hours-day{font-size:.8125rem;font-weight:700;color:#0F172A;flex-shrink:0;white-space:nowrap}.restaurant-detail__hours-time{font-size:.8125rem;color:#475569;text-align:right;line-height:1.45}.restaurant-detail__action-box--active{border-color:#0C1F34!important;background-color:#F8FAFC!important;box-shadow:0 2px 8px rgba(12,31,52,.08)}