
.fa-tag {

  background-color: currentColor!important;

}

.fa-circle-question {

  background-color: currentColor!important;

}


.no-date-icon {

}

.sel-event-sidebar .event-date .event-month{
		font-size:13px;
}

.sel-event-sidebar .event-date .event-day{
		font-size:13px;
	}

/* Font Icon */
.sel-event-list {
  list-style: none;
  padding: 0;
  margin: 20px auto -19px;
  width: 100%;
  max-width: 900px;
  padding-top: 0;
}

.event-title {
  font-family: Aldrich, sans-serif;
  text-shadow: rgb(0 0 0 / 60%) 0 0 1px;
  font-weight: normal;
  white-space: wrap;
  font-size: 20px;
  min-height: 10px;
  max-height: 100px;
  height: auto;
  line-height: 1.2em;
  margin-bottom: 0;
  overflow: visible;
  text-overflow: clip;
  flex: 1;
}

.sel-event-sidebar .sel-event-item .event-title{
	font-size:18px;
  font-family:'Arimo', sans-serif;
}

	.sel-event-sidebar .sel-event-item .sel-sep{
		margin-right:20px;
		margin-left:5px;
	}

.sel-event-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 10px;
  margin-top:15px;
}

.sel-event-sidebar .sel-event-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin-bottom: 0;
  margin-top: 0px;
  border-radius: 8px;
  background: rgba(25, 32, 39, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  /* user wanted no card shadow for compact sidebar */
  box-shadow: none;
  /* user margins and thin border */
  margin-left: -20px;
  border-width: 0.8px;
  height:40px;
  position:relative;
	left:0px;
  min-width:290px;
	max-width:290px;
}

/* Sidebar: date block (compact / semi-transparent per user edits) */
.sel-event-sidebar .sel-event-item .event-date,
.sel-event-sidebar .event-date {
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  padding-top: 8px;
  border-radius: 6px;
  /* user wants transparent background for sidebar date */
  background-color: rgba(179,45,46,0);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* border only on the right side (user rules) */
  border-style: solid;
  border-width: 1px;
  border-color: rgba(92,94,101,0.2);
  border-left: none;
  border-top: none;
  border-bottom: none;
  position: relative;
  top: -1px;
  left: 5px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sel-event-sidebar .event-day {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

.sel-event-sidebar .event-month {
  font-size: 15px; /* user requested larger month in sidebar */
  text-transform: lowercase;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: -22px;
  letter-spacing: 0.02em;
}

.sel-event-sidebar .event-month.no-date-text {
  display: none;
}

/* Sidebar-specific title tweaks from user's CSS (scoped to avoid affecting main list) */
.sel-event-sidebar .sel-event-item .event-title{
  align-items: center !important;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -20px;
  font-size: 13px;
  line-height: 1.3em;
  color: #ffffff;
  flex: 1;
}

.sel-event-sidebar .event-title a {
  color: inherit;
  text-decoration: none;
}

.sel-event-sidebar .event-title a:hover {
  color: #ffd2d2;
}

/* Larger question icon in sidebar when no date */
.sel-event-sidebar .event-day .fa-circle-question{
  transform: scale(2) translateY(4px);
}

/* small utility used by user */
.agenda-titel{
  margin-left: -8px;
}

/* Separator between date and title: a longer horizontal line with spacing */
.sel-sep {
  display: inline-block;
  width: 15px; /* length of the line */
  height: 2px;
  background: rgba(255,255,255,0.25);
  margin: 0 14px; /* space around the line */
  vertical-align: middle;
  border-radius: 2px;
}

/* Ensure the title sits correctly after the separator */
.event-title {
  display: inline-block;
  vertical-align: middle;
}

.event-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 5px;
}

/* Link */
.event-item a {
  text-decoration: none;
  color: var(--kenta-accent-color);
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;

  /* ...and now for the proper property */
  transition: 0.4s;
}

/* Link */
.event-item a:hover {
  text-decoration: none;
  color: #b30404;
}

.sel-event-item {
  font-family: Arimo, sans-serif;
  font-size: 15px !important;
  line-height: 1.2em;
  padding-left: 7px!important;
  padding-right: 1.5em;
  margin-right: -24px;
  margin-top: 0.5em;
  margin-bottom: -1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sel-event-sidebar .sel-event-item a {
  text-decoration: none;
}

.sel-event-list li {
  margin-left: auto !important;
  margin-right: 200px !important;
  padding-top: 7px;
  background: rgb(255 255 255 / 20%);
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  border: 1px solid rgb(255 255 255 / 30%);
  background-color: rgb(25 32 39 / 31%);
  width: 65% !important;
}

.event-date {
  font-weight: bold;
  background-color: #b32d2e;
  color: white;
  padding: 6px 12px;
  text-align: center;
  min-width: 75px;
  align-items: center;
  white-space: normal;
  line-height: 1em;
  margin-top: -6.5px;
  margin-bottom: -9.5px;
  width: 75px;
  padding-top: 13px;
  min-height: 55px;
  height: 55px;
  border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	margin-left: -10px;
}

.sel-event-list .event-item .event-title{
	align-items:center;

}

.event-day {
  line-height: 1em;
  position: relative;
  top: -10px;
  left: -6px;
  margin: -50px;
  white-space: normal;
  padding: 0 0 0 10px;
  font-family: Aldrich, sans-serif;
  font-size: 36px;
}

.event-month {
  text-transform: lowercase;
  top: -16px;
  left: 0;
  font-family: Aldrich, sans-serif;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.sel-event-list .event-day .event-icon {
  font-size: 36px;
  margin-top: 6px;
}

/* Font Icon */
.sel-event-sidebar .sel-event-item .fa-circle-question {
  font-size: 13px;
}

/* Responsieve aanpassingen */

/* Voor schermen smaller dan 1200px */
@media only screen and (max-width: 1199px) {
  .sel-event-list {
    max-width: 100%;
    padding: 0 20px;
  }

  .sel-event-list li {
    margin-right: 100px !important;
    width: 75% !important;
  }

  .event-date {
    padding-top: 13px !important;
  }

  .event-day {
    font-size: 36px;
    margin: -40px;
  }

  .event-title {
    font-size: 15px;
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 900px) {
  .sel-event-list {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0 10px;
  }

  .sel-event-list li {
    margin-right: 20px !important;
    width: 100% !important;
  }

  .event-title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 500px) {
  .event-title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 480px) {
  .sel-event-list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  /* Make separator shorter on small screens */
  .sel-sep {
    width: 15px;
    margin: 0 8px;
  }

  /* Zet .event-date als een perfect vierkant en als flex-column container */
  .event-date {
    width: 70px;
    height: 50px;
    min-width: 70px;
    min-height: 50px;
    padding-top: 17px !important;
    display: flex;
    flex-direction: column; /* Stack de kinderen verticaal */
    justify-content: center; /* Centreer verticaal */
    align-items: center; /* Centreer horizontaal */
  }

  /* Reset de styling voor .event-day zodat deze in de normale flow komt */
  .event-day {
    font-size: 25px; /* Pas eventueel de grootte aan */
    position: static !important;
    margin: 0 !important;
    margin-top: 6px !important;
    padding: 0;
    line-height: 1;
  }

  /* Reset de styling voor .event-month; deze komt daardoor precies onder .event-day te staan */
  .event-month {
    font-size: 14px; /* Kleinere tekst zodat beide passen */
    position: relative !important;
    margin: 0 !important;
    padding: 0;
    line-height: 1;
  }

  /* Font Icon */
  .sel-event-list .event-item .fa-circle-question {
    font-size: 25px !important;
    position: relative;
    top: -10px;
  }

  .event-title {
    display: flex;
    font-size: 15px;
    min-height: 30px;
    height: 33px;
    line-height: 1.1em;
    margin-top: -3px;
    margin-bottom: -3px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    flex: 1;
    
    position:relative;
		top:1.5px;
  }

  .event-item {
    flex-wrap: nowrap;
    align-items: center;
  }

  .event-item a {
    display: block;
    margin-left: 10px;
    margin-top: -19px;
  }

  .sel-event-sidebar .event-date .event-month{
		margin-top:20px!important;
	}
	
	/* Font Icon */
	.sel-event-sidebar .event-day .fa-circle-question{
		margin-bottom:30px;
		
	}
}

/* Event day */
.sel-event-list .event-item .event-day {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Event month */
.sel-event-list .event-item .event-month {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
