/* Buzzrparty Dual V3.8
   - Preserve native Match Center date click delegation.
   - Slightly lower right-side mobile header controls to align with BUZZRPARTY.
*/

/* Native calendar host: arrows overlay without moving .bp-mc-timeline */
#bpMatchTimelineV1 .bp-v38-calendar-host{
  position:relative !important;
}

#bpMatchTimelineV1 .bp-v38-calendar-host > .bp-mc-timeline{
  padding-left:34px !important;
  padding-right:34px !important;
}

#bpMatchTimelineV1 .bp-v36-cal-nav{
  z-index:40 !important;
  pointer-events:auto !important;
}

/* Mobile optical alignment */
@media (max-width:720px){
  .topbar .bp-v38-header-control{
    position:relative !important;
    top:4px !important;
  }
}

@media (max-width:390px){
  .topbar .bp-v38-header-control{
    top:3px !important;
  }
}
