@media(max-width:1000px){.openingHours__table__row{display:grid;grid-template-areas:"name status" "date status" "time status";grid-template-columns:2fr 1fr}.openingHours__table__row:not(:last-child){padding-bottom:calc(var(--alias-size-xs)/16*1rem)}}@media(min-width:1000.01px){.openingHours__table__row:not(:last-child) .openingHours__table__cell{padding-bottom:calc(var(--alias-size-s)/16*1rem)}}.openingHours__table__cell:first-child{grid-area:name}.openingHours__table__cell:nth-child(2){grid-area:date}.openingHours__table__cell:nth-child(3){grid-area:time}.openingHours__table__cell:nth-child(4){grid-area:status}.openingHours__table__cell{color:var(--map-fallback-text);font:300 normal var(--map-fallback-copy-fontsize)/var(--map-fallback-copy-lineheight) var(--font-text);letter-spacing:.06em;padding:0;vertical-align:top}.openingHours__table__cell:is(th){font-weight:700;text-align:left}.openingHours__table__cell :is(span){display:block}.openingHours__table__row.openingHours__table__row--cancelled .openingHours__table__cell:is(:nth-child(2),:nth-child(3)){text-decoration:line-through}.openingHours__table__row.openingHours__table__row--closed .openingHours__table__cell:is(:nth-child(2),:nth-child(3)){visibility:hidden}.openingHours__table__cell:nth-child(4){align-self:center}.openingHours:not(.-js-openingHours--loaded) .openingHours__table__row:nth-child(n+8){display:none}