.header-popout{position:relative}.opening-hours-container{display:inline-flex;justify-content:center;flex-direction:column}.google-hours-open-icon-left{margin-right:5px;cursor:pointer}.google-hours-open-icon-left>*{pointer-events:none}.google-hours-open-icon-right{margin-left:5px;cursor:pointer}.google-hours-open-icon-right>*{pointer-events:none}.google-hours-table{color:#222;margin:0}.opening-hours-popup{opacity:0;background-color:#fff;position:absolute;display:none;align-items:center;justify-content:center;flex-direction:column;width:100%;min-width:220px;top:auto;padding:0;margin-top:5px;cursor:default;z-index:2147483640}.opening-hours-popup-label{color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:color .3s;cursor:pointer}.header-popout:hover .opening-hours-popup-label{color:#222}.google-hours-open-icon-left svg,.google-hours-open-icon-right svg{fill:#fff}.google-hours-open-icon-left svg{width:17px;vertical-align:top}.google-hours-open-icon-right svg{width:10px}.google-hours-show-animation{animation-duration:300ms;animation-name:hours_show;transition-timing-function:ease-in;animation-fill-mode:forwards}.google-hours-hide-animation{animation-duration:300ms;animation-name:hours_hide;transition-timing-function:ease-in;animation-fill-mode:forwards}@keyframes hours_show{0%{opacity:0;visibility:hidden;transform:scale(0,0);transform-origin:top center}50%{transform:scale(1.03,1.03);transform-origin:top center}100%{opacity:1;visibility:visible;transform:scale(1,1);transform-origin:top center}}@keyframes hours_hide{0%{opacity:1;visibility:visible;transform:scale(1,1);transform-origin:top center}100%{opacity:0;visibility:hidden;transform:scale(0,0);transform-origin:top center}}