.agenda-page{
  padding-bottom: 40px;
  margin-top: 22px;
}

.agenda-head {
	margin-bottom: 18px;
}

.agenda-head__intro p{
  margin-top: 10px;
  color: rgba(255,255,255,.82);
}

.agenda-toolbar{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.agenda-nav{
  appearance: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.agenda-nav:hover{
  background: rgba(255,255,255,.09);
}

.agenda-month{
  min-width: 220px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
}

.agenda-filters{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 18px;
}

.agenda-check{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.92);
  font-size: 13px;
}

.agenda-check input{
  margin: 0;
}

.agenda-shell{
  position: relative;
  overflow: hidden;
}

.agenda-overlay{
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8,10,14,.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.agenda-overlay[hidden]{
  display: none !important;
}

.agenda-overlay__box{
  width: min(100%, 560px);
  padding: 22px 20px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(18,20,26,.94);
  box-shadow: 0 20px 50px rgba(0,0,0,.28);
  text-align: center;
}

.agenda-overlay__box h2{
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
}

.agenda-overlay__box p{
  margin: 0;
  color: rgba(255,255,255,.82);
}

.agenda-overlay__actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.agenda-weekdays{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.agenda-weekdays > div{
  padding: 10px 6px;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.72);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.agenda-grid{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.agenda-grid.is-loading{
  opacity: .6;
  transition: opacity .15s ease;
}

.agenda-week{
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  overflow: hidden;
}

.agenda-week__days,
.agenda-week__bar-row{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.agenda-week__bars{
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  margin-top: 0;
}

.agenda-week.has-bars .agenda-week__days{
  padding-bottom: 2px;
}

.agenda-day{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  min-height: 96px;
  padding: 8px 8px 6px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.02);
  box-shadow: none;
}

.agenda-day.is-outside{
  opacity: .42;
}

.agenda-day.is-today{
  border: 1px solid rgba(249,123,10,.42);
  box-shadow: inset 0 0 0 1px rgba(249,123,10,.18);
}

.agenda-day.has-items{
  cursor: pointer;
}

.agenda-day.has-items:hover{
  background: rgba(255,255,255,.05);
}

.agenda-day.has-items:focus-visible{
  outline: 2px solid rgba(249,123,10,.75);
  outline-offset: 2px;
}

.agenda-day.has-route .agenda-day__top{
  align-items: flex-start;
}

.agenda-day__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.agenda-day__num{
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.agenda-day__items{
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.agenda-day__more{
  margin-top: 2px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 700;
}

.agenda-item{
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.25;
}

.agenda-item:hover{
  filter: brightness(1.08);
}

.agenda-item--compact{
  pointer-events: auto;
}

.agenda-item--feast{
  border-left: 4px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.90);
}

.agenda-item--feast[data-country="NL"]{
  border-left-color: #5dade2;
}

.agenda-item--feast[data-country="BE"]{
  border-left-color: #f4d03f;
}

.agenda-item--feast[data-country="DE"]{
  border-left-color: #ec7063;
}

.agenda-item--favorite{
  background: rgba(255,255,255,.06);
}

.agenda-item--place{
  border-left: 4px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.92);
}

.agenda-day__routebtn{
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.agenda-day__routebtn i{
  font-size: 12px;
  line-height: 1;
}

.agenda-day__routebtn:hover{
  background: rgba(249,123,10,.18);
  border-color: rgba(249,123,10,.42);
  transform: translateY(-1px);
}

.agenda-day__routebtn:focus-visible{
  outline: 2px solid rgba(249,123,10,.75);
  outline-offset: 2px;
}

.agenda-day__routebtn.is-loading{
  position: relative;
  color: transparent;
}

.agenda-day__routebtn.is-loading::after{
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid rgba(255,255,255,.22);
  border-top-color: #f97b0a;
  border-radius: 999px;
  animation: agendaSpin .8s linear infinite;
}

.agenda-span{
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 5px 8px;
  border-left: 4px solid var(--agenda-bar-accent, #f97b0a);
  border-radius: 8px;
  background: var(--agenda-bar-bg, rgba(249,123,10,.18));
  color: #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.2;
}

.agenda-span__label{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agenda-span:hover{
  filter: brightness(1.08);
}

.agenda-span--place{
  opacity: .96;
}

.agenda-modal-open{
  overflow: hidden;
}

.agenda-daymodal{
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.agenda-daymodal[hidden]{
  display: none !important;
}

.agenda-daymodal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(6,8,12,.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.agenda-daymodal__dialog{
  position: relative;
  z-index: 1;
  width: min(92vw, 760px);
  max-height: min(86vh, 900px);
  overflow: auto;
  padding: 24px 22px 22px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: rgba(18,20,26,.97);
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

.agenda-daymodal__close{
  appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.agenda-daymodal__close:hover{
  background: rgba(255,255,255,.08);
}

.agenda-daymodal__head{
  margin-bottom: 18px;
  padding-right: 48px;
}

.agenda-daymodal__eyebrow{
  margin-bottom: 8px;
  color: rgba(255,255,255,.56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.agenda-daymodal__title{
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.agenda-daymodal__body{
  min-width: 0;
}

.agenda-daymodal__list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.agenda-daymodal__row{
  min-width: 0;
}

.agenda-daymodal__row .agenda-item{
  display: block;
  overflow: visible;
  padding: 10px 12px;
  text-overflow: unset;
  white-space: normal;
  font-size: 14px;
  line-height: 1.35;
}

.agenda-daymodal__empty{
  margin: 0;
  color: rgba(255,255,255,.78);
}

.agenda-daymodal__route{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.agenda-daymodal__route-title{
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.agenda-daymodal__route-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.agenda-daymodal__route-custom{
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.agenda-daymodal__route-input{
  flex: 1 1 240px;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  color: #fff;
}

.agenda-daymodal__route-input::placeholder{
  color: rgba(255,255,255,.46);
}

.agenda-daymodal__route-note{
  margin: 10px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

.agenda-route-loading{
  pointer-events: none;
  opacity: .72;
}

.agenda-route-loading .agenda-day__routebtn,
.agenda-route-loading [data-route-home],
.agenda-route-loading [data-route-geo],
.agenda-route-loading [data-route-custom-toggle],
.agenda-route-loading [data-route-custom-submit]{
  pointer-events: none;
  opacity: .72;
}

.agenda-daymodal__route-actions .chip.is-loading,
.agenda-daymodal__route-custom .chip.is-loading{
  position: relative;
  color: transparent !important;
}

.agenda-daymodal__route-actions .chip.is-loading::after,
.agenda-daymodal__route-custom .chip.is-loading::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255,255,255,.22);
  border-top-color: #f97b0a;
  border-radius: 999px;
  animation: agendaSpin .8s linear infinite;
}

@keyframes agendaSpin{
  to{
    transform: rotate(360deg);
  }
}

@media (max-width: 980px){
  .agenda-month{
    min-width: 180px;
    font-size: 19px;
  }

  .agenda-week__days,
  .agenda-week__bar-row,
  .agenda-weekdays{
    gap: 6px;
  }

  .agenda-week{
    gap: 6px;
    padding: 6px;
  }

  .agenda-day{
    min-height: 88px;
    padding: 7px 7px 6px;
  }

  .agenda-item{
    padding: 5px 7px;
    font-size: 11px;
  }

  .agenda-span{
    padding: 4px 7px;
    font-size: 11px;
  }
}

@media (max-width: 700px){
  .agenda-shell{
    overflow: hidden;
  }

  .agenda-weekdays,
  .agenda-grid,
  .agenda-week,
  .agenda-week__days,
  .agenda-week__bars,
  .agenda-week__bar-row{
    gap: 1px;
  }

  .agenda-weekdays{
    margin-bottom: 0;
  }

  .agenda-weekdays > div{
    padding: 7px 2px;
    border-radius: 0;
    font-size: 10px;
  }

.agenda-week{
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: rgba(255,255,255,.06);
}

.agenda-week:nth-child(odd){
  background: rgba(255,255,255,.06);
}

.agenda-week:nth-child(even){
  background: rgba(0,0,0,.18);
}

  .agenda-week.has-bars .agenda-week__days{
    padding-bottom: 0;
  }

.agenda-day{
  min-height: 58px;
  padding: 4px 4px 3px;
  border-radius: 0;
  background: rgba(14,16,20,.88);
  gap: 3px;
  box-shadow: none;
}

  .agenda-day__num{
    font-size: 12px;
  }

  .agenda-day__items{
    gap: 4px;
  }

  .agenda-day__more{
    margin-top: 1px;
    font-size: 10px;
  }

  .agenda-item{
    padding: 3px 4px 3px 5px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.15;
  }

  .agenda-item--feast,
  .agenda-item--place{
    border-left-width: 2px;
  }

  .agenda-item--favorite[style]{
    border-left-width: 2px !important;
  }

  .agenda-day__routebtn{
    width: 19px;
    height: 19px;
  }

  .agenda-day__routebtn i{
    font-size: 10px;
  }

  .agenda-span{
    padding: 3px 4px 3px 5px;
    border-left-width: 2px;
    border-radius: 0;
    font-size: 10px;
    line-height: 1.15;
  }

  .agenda-daymodal{
    padding: 12px;
  }

  .agenda-daymodal__dialog{
    width: min(96vw, 760px);
    max-height: 92vh;
    padding: 18px 14px 14px;
    border-radius: 16px;
  }

  .agenda-daymodal__title{
    font-size: 22px;
  }

  .agenda-daymodal__row .agenda-item{
    padding: 9px 10px;
    font-size: 13px;
  }

  .agenda-head__intro p{
    font-size: 14px;
  }
}

.agenda-route-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  white-space: nowrap;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, transform .15s ease, filter .15s ease;
}

.agenda-route-btn i{
  font-size: 15px;
  line-height: 1;
}

.agenda-route-btn--ghost{
  background: rgba(108,42,163,.25);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
}

.agenda-route-btn--ghost:hover{
  background: rgba(108,42,163,.4);
}

.agenda-route-btn--primary{
  background: var(--accent);
  border: 1px solid var(--accent-700);
  color: #fff;
}

.agenda-route-btn--primary:hover{
  filter: brightness(1.06);
}

.agenda-daymodal__route-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.agenda-daymodal__route-custom{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  align-items: center;
}

.agenda-daymodal__route-input{
  flex: 1 1 240px;
}

.agenda-daymodal__route-actions .agenda-route-btn.is-loading,
.agenda-daymodal__route-custom .agenda-route-btn.is-loading{
  position: relative;
  color: transparent !important;
}

.agenda-daymodal__route-actions .agenda-route-btn.is-loading::after,
.agenda-daymodal__route-custom .agenda-route-btn.is-loading::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255,255,255,.22);
  border-top-color: #f97b0a;
  border-radius: 999px;
  animation: agendaSpin .8s linear infinite;
}

.agenda-day[class*="is-special-"]{
  position: relative;
  overflow: hidden;
}

.agenda-day[class*="is-special-"]::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.agenda-day[class*="is-special-"] > *{
  position: relative;
  z-index: 1;
}

.agenda-day.is-special-kingsday{
  background:
    linear-gradient(180deg, rgba(249,123,10,.34), rgba(249,123,10,.16)),
    rgba(255,255,255,.03);
  border: 1px solid rgba(249,123,10,.45);
  box-shadow: inset 0 0 0 1px rgba(249,123,10,.18);
}

.agenda-day.is-special-kingsday::before{
  opacity: .16;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.22) 0 10%, transparent 11%),
    radial-gradient(circle at 82% 26%, rgba(255,255,255,.16) 0 8%, transparent 9%),
    radial-gradient(circle at 34% 78%, rgba(255,255,255,.14) 0 9%, transparent 10%);
}

.agenda-day.is-special-nationalday-be{
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.42) 0 33.33%,
      rgba(244,208,63,.26) 33.33% 66.66%,
      rgba(236,112,99,.26) 66.66% 100%
    ),
    rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.16);
}

.agenda-day.is-special-easter{
  background:
    linear-gradient(180deg, rgba(142,196,255,.20), rgba(255,255,255,.04)),
    rgba(255,255,255,.03);
}

.agenda-day.is-special-newyear{
  background:
    linear-gradient(180deg, rgba(17,138,178,.20), rgba(255,255,255,.03)),
    rgba(255,255,255,.03);
}

.agenda-day.is-special-christmas{
  background:
    linear-gradient(180deg, rgba(6,214,160,.15), rgba(239,71,111,.12)),
    rgba(255,255,255,.03);
}

.agenda-day.is-special-sinterklaas{
  background:
    linear-gradient(180deg, rgba(239,71,111,.18), rgba(249,199,79,.12)),
    rgba(255,255,255,.03);
}

.agenda-day.is-special-valentine{
  background:
    linear-gradient(180deg, rgba(239,71,111,.22), rgba(255,255,255,.04)),
    rgba(255,255,255,.03);
}

/*.agenda-day.is-special-newyear::before{
  opacity: .22;
  background-image: url('/assets/img/agenda-specials/newyear-fireworks.webp');
}

.agenda-day.is-special-easter::before{
  opacity: .18;
  background-image: url('/assets/img/agenda-specials/easter.webp');
}*/

.agenda-head__lead{
  margin: 12px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.6;
}

.agenda-head__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  max-width: 980px;
}

.agenda-info-card{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
}

.agenda-info-card__icon{
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(249,123,10,.14);
  color: #f97b0a;
}

.agenda-info-card__icon i{
  font-size: 18px;
  line-height: 1;
}

.agenda-info-card__content{
  min-width: 0;
}

.agenda-info-card__content h2{
  margin: 0 0 6px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.agenda-info-card__content p{
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.5;
}

.agenda-head__note{
  margin-top: 14px;
  max-width: 980px;
  color: rgba(255,255,255,.6);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 700px){
  .agenda-head__grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
	
  .agenda-day{
    min-height: 54px;
  }	
	
  .agenda-head__note{ 
	font-size: 11px !important;
  }	

  .agenda-info-card{
    padding: 14px;
    gap: 12px;
  }

  .agenda-info-card__icon{
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .agenda-info-card__icon i{
    font-size: 16px;
  }

  .agenda-info-card__content h2{
    font-size: 14px;
  }

  .agenda-info-card__content p{
    font-size: 13px;
  }
}

.agenda-swipehint{
  display: none;
  margin-top: 6px;
  text-align: center;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  line-height: 1.3;
}

@media (max-width: 700px){
  .agenda-swipehint{
    display: block;
  }
}

.agenda-daymodal__meta{
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.agenda-daymodal__meta-line{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.45;
}

.agenda-daymodal__meta-line i{
  flex: 0 0 auto;
  margin-top: 1px;
  color: rgba(255,255,255,.55);
}

.agenda-daymodal__meta-line--activities span{
  display: block;
}

.agenda-item--detail{
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.35;
}

.agenda-item__mainlabel{
  display: block;
  font-weight: 700;
}

.agenda-daymodal__subinfo{
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.agenda-daymodal__subline{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.45;
}

.agenda-daymodal__subline i{
  flex: 0 0 auto;
  margin-top: 1px;
  color: rgba(255,255,255,.58);
}

.agenda-daymodal__subline--activities span{
  display: block;
}