body.conference-route #sessions .conf-sessions-heading-card {
  display: none !important;
}

body.conference-route #sessions .conf-sessions-intro-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 1rem !important;
  align-items: center !important;
}

body.conference-route #sessions .conf-sessions-days-slot {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.conference-route #sessions .conf-sessions-controls-card {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 1rem !important;
  min-width: 0 !important;
}

body.conference-route #sessions .conf-sessions-intro-shell > .conf-sessions-controls-card:last-child:nth-child(2) {
  grid-column: 1 / -1 !important;
  justify-content: space-between !important;
  width: 100% !important;
}

body.conference-route #sessions .conf-schedule-days-nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  min-width: 0 !important;
  width: 100% !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  scrollbar-width: none !important;
}

body.conference-route #sessions .conf-schedule-days-nav::-webkit-scrollbar {
  display: none !important;
}

body.conference-route #sessions .schedule-day-btn {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

body.conference-route #sessions .session-track-extra-btn {
  pointer-events: none !important;
  cursor: default !important;
}

body.conference-route #sessions .conf-sessions-cta-wrap {
  justify-self: end !important;
  flex: 0 0 auto !important;
}

@media (max-width: 991px) {
  body.conference-route #sessions .conf-sessions-intro-shell {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.conference-route #sessions .conf-sessions-controls-card {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  body.conference-route #sessions .conf-sessions-cta-wrap {
    justify-self: start !important;
  }
}
