/* Minimal helper styles for multi-day dateboxes (keeps your existing styling intact) */
.single-event-topsection-dateboxes{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
.single-event-topsection-dateboxes .event-date-to{
  font-weight:800;
  padding:0 10px;
}
@media (max-width: 768px){
  .single-event-topsection-dateboxes{ flex-direction:column; }
  .single-event-topsection-dateboxes .event-date-to{ padding:10px 0; }
}
