.wde-hours{
  background:var(--wde-bg);color:var(--wde-text);border-radius:var(--wde-radius);
  padding:var(--wde-pad);font-size:var(--wde-size);line-height:1.5
}
.wde-hours h2{
  color:var(--wde-title-color);font-size:var(--wde-title);font-weight:var(--wde-title-weight);
  text-align:var(--wde-title-align);margin:0 0 18px
}
.wde-hours-row{
  display:flex;justify-content:space-between;gap:20px;padding:8px 0;
  border-bottom:1px solid var(--wde-divider)
}
.wde-day-label{color:var(--wde-day-color);font-size:var(--wde-day-size);font-weight:var(--wde-day-weight)}
.wde-hours-value{
  color:var(--wde-hours-color);font-size:var(--wde-hours-size);font-weight:var(--wde-hours-weight);
  text-align:var(--wde-hours-align);margin-left:auto
}
.wde-hours-row small{display:block;font-weight:400}
.wde-notice,.wde-holiday,.wde-kitchen{margin:14px 0}
.wde-kitchen{margin-top:18px}
.wde-kitchen h3{
  color:var(--wde-kitchen-title-color);font-size:var(--wde-kitchen-title-size);
  font-weight:var(--wde-kitchen-title-weight);text-align:var(--wde-kitchen-title-align);margin-bottom:6px
}
.wde-kitchen-list{margin-top:6px}.wde-kitchen-list .wde-hours-row{padding:5px 0}
.wde-hours-row strong .wde-shift{display:inline}
.wde-hours-row strong .wde-shift+.wde-shift:before{content:" | ";font-weight:400}

.wde-news{
  overflow:hidden;background:var(--wde-news-bg);color:var(--wde-news-text);
  font-size:var(--wde-news-size);font-weight:var(--wde-news-weight);white-space:nowrap
}
.wde-news-track{
  display:flex;width:max-content;animation:wde-marquee var(--wde-news-speed) linear infinite;
  will-change:transform;transform:translate3d(0,0,0)
}
.wde-news-item{flex:0 0 auto;padding:var(--wde-news-py) 0;padding-right:var(--wde-news-gap)}
.wde-news-messages{display:inline-flex;align-items:center;gap:var(--wde-news-message-gap)}
.wde-news-label{margin-right:var(--wde-news-message-gap)}
.wde-news-link{margin-left:var(--wde-news-message-gap)}
.wde-news strong,.wde-news a{color:var(--wde-news-accent)}
@keyframes wde-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
.wde-news-admin-note{padding:12px 16px;border:1px dashed #999;background:#fff;color:#333;font-size:14px;white-space:normal}

@media(max-width:767px){
  .wde-hours-row{align-items:flex-start}
  .wde-hours{padding:calc(var(--wde-pad)*.75)}
}

/* Standalone openingsuren / keukenuren */
.wde-hours-kitchen .wde-standalone-kitchen-title{
  color:var(--wde-kitchen-title-color);font-size:var(--wde-kitchen-title-size);
  font-weight:var(--wde-kitchen-title-weight);text-align:var(--wde-kitchen-title-align);margin:0 0 18px
}
.wde-hours-kitchen .wde-hours-list{margin-top:0}
.wde-hours-kitchen .wde-kitchen-text{margin-top:14px}
.wde-kitchen-embedded>.wde-hours{padding:0;background:transparent;border-radius:0}

/* 1.4.0 — split hours blocks: scoped, stable layout */
.wde-hours.wde-hours-opening > h2{
  color:var(--wde-title-color) !important;
  font-family:inherit;
  font-size:var(--wde-title);
  font-weight:var(--wde-title-weight);
  line-height:1.15;
  text-align:var(--wde-title-align);
  margin:0 0 18px;
}
.wde-hours.wde-hours-kitchen > h2.wde-standalone-kitchen-title{
  color:var(--wde-kitchen-title-color) !important;
  font-family:inherit;
  font-size:var(--wde-kitchen-title-size);
  font-weight:var(--wde-kitchen-title-weight);
  line-height:1.15;
  text-align:var(--wde-kitchen-title-align);
  margin:0 0 18px;
}
.wde-hours.wde-hours-opening .wde-hours-row,
.wde-hours.wde-hours-kitchen .wde-hours-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  column-gap:20px;
}
.wde-hours.wde-hours-opening .wde-hours-value,
.wde-hours.wde-hours-kitchen .wde-hours-value{
  display:block;
  visibility:visible;
  opacity:1;
  min-width:max-content;
  justify-self:end;
}
