/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2026 | 13:11:43 */
/* Multi-day row under title */
._custom-multi-event-row{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:6px;
  line-height:1.2;
}

._custom-multi-event-badge{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
  background:rgba(220, 38, 38, .12);
  color:#dc2626;
}

._custom-multi-event-cta{
  font-weight:700;
  font-size:13px;
  text-decoration:underline;
  opacity:.95;
}


/* Mobil + tablet (default) */
._custom-meta-date{
  font-size: 13px;
  font-weight: bold;
  border: solid 1px red;
  padding: 5px;
  border-radius: 5px;
}

/* Desktop (>= 1024px) */
@media (min-width: 1024px){
  ._custom-meta-date{
    font-size: inherit;   /* eller fx 14px hvis du vil */
    font-weight: normal;  /* fjerner bold på desktop */
    border: solid 1px red;
    padding: 5px;
    border-radius: 5px;
	padding-left: 10px;  
  }
}


@media (max-width: 767px) {
  ._custom-meta-date {
    margin-top: 10px !important;
  }
}




._custom-event-list-heading-top{
  font-weight: bold;
  border: solid 1px red;
  padding: 10px;
}

._custom-event-list-hr {
  border: solid 1px red;
  margin-bottom: 20px;
}