
[id^="module_agenda_sessions"].section-shell > .container {
  padding-inline: 16px;
}

[id^="module_agenda_sessions"].section-shell {
  padding-block: 0 !important;
}

[id^="module_agenda_sessions"] .agenda-days {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 28px;
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 14px;
  margin: 0 0 28px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  border-bottom: 0 !important;
  box-shadow: inset 0 -1px 0 #c9c9c9;
  --nbx-day-indicator-left: 0px;
  --nbx-day-indicator-width: 0px;
}

[id^="module_agenda_sessions"] .agenda-days::-webkit-scrollbar {
  display: none;
}

[id^="module_agenda_sessions"] .agenda-days::before {
  content: none;
}

[id^="module_agenda_sessions"] .agenda-days::after {
  content: "";
  position: absolute;
  left: var(--nbx-day-indicator-left);
  bottom: 0;
  width: var(--nbx-day-indicator-width);
  height: 4px;
  background: var(--nbx-agenda-primary);
  transform: translateZ(0);
  transition: left 0.24s ease, width 0.24s ease;
}

[id^="module_agenda_sessions"] .agenda-day {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 0 12px;
  color: #b8b8b8 !important;
  font-family: ArticulatCF-Normal, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
  scroll-snap-align: start;
}

[id^="module_agenda_sessions"] .agenda-day > span {
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
}

[id^="module_agenda_sessions"] .agenda-day.agenda-bt-selected {
  color: var(--nbx-agenda-text) !important;
  font-weight: 700 !important;
}

[id^="module_agenda_sessions"] .agenda-day:not(.agenda-bt-selected):hover {
  color: #8a8a8a !important;
}

:root {
  --nbx-agenda-primary: var(--theme-color-primary, #1ba294);
  --nbx-agenda-text: #1e1e1e;
  --nbx-agenda-muted: #959595;
  --nbx-agenda-border: #bfbfbf;
  --nbx-agenda-surface: #f6f6f6;
  --nbx-agenda-panel: #ffffff;
  --nbx-agenda-shadow: 0 18px 48px rgba(30, 30, 30, 0.12);
}

[id^="module_agenda_sessions"] .search-filter-field {
  margin: 0 0 12px;
  width: 100%;
}

[id^="module_agenda_sessions"] .search-filter-field--type-search,
[id^="module_agenda_sessions"] .search-filter-field--type-choice,
[id^="module_agenda_sessions"] .nbx-agenda-filter-field--checkboxes {
  position: relative;
}

[id^="module_agenda_sessions"] .search-filter-field label.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

[id^="module_agenda_sessions"] .search-filter-field--id-3 {
  display: none !important;
}

[id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox {
  position: relative;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 56px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: var(--nbx-agenda-panel) !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}

[id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: var(--nbx-agenda-muted);
  -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.0625 1.3125a6.75 6.75 0 1 1 0 13.5 6.75 6.75 0 0 1 0-13.5Z' stroke='black' stroke-width='1.35'/%3E%3Cpath d='m12.875 12.875 3.8125 3.8125' stroke='black' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E");
  mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.0625 1.3125a6.75 6.75 0 1 1 0 13.5 6.75 6.75 0 0 1 0-13.5Z' stroke='black' stroke-width='1.35'/%3E%3Cpath d='m12.875 12.875 3.8125 3.8125' stroke='black' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E");
}

[id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox:hover,
[id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox:focus-within,
[id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox.is-filled {
  background: var(--nbx-agenda-panel) !important;
  box-shadow: 0 0 0 1px var(--nbx-agenda-primary) !important;
}

[id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox:focus-within::before,
[id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox.is-filled::before {
  background-color: var(--nbx-agenda-primary);
}

[id^="module_agenda_sessions"] .sf-field-search input.nbx-agenda-filter-control {
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--nbx-agenda-text) !important;
  padding: 16px 56px 16px 52px !important;
  font-family: ArticulatCF-Normal, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.64px !important;
  box-shadow: none !important;
}

[id^="module_agenda_sessions"] .sf-field-search input.nbx-agenda-filter-control::-webkit-search-cancel-button {
  display: none;
}

[id^="module_agenda_sessions"] .sf-field-search input.nbx-agenda-filter-control::placeholder {
  color: var(--nbx-agenda-muted) !important;
}

[id^="module_agenda_sessions"] .sf-field-search input.nbx-agenda-filter-control:focus,
[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger:focus,
[id^="module_agenda_sessions"] .nbx-agenda-filter-search-action:focus,
[id^="module_agenda_sessions"] .nbx-agenda-filter-control--checkbox:focus {
  outline: none !important;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-search-action {
  position: absolute;
  right: 16px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nbx-agenda-muted);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-search-action::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.0625 1.3125a6.75 6.75 0 1 1 0 13.5 6.75 6.75 0 0 1 0-13.5Z' stroke='black' stroke-width='1.35'/%3E%3Cpath d='m12.875 12.875 3.8125 3.8125' stroke='black' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E");
  mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.0625 1.3125a6.75 6.75 0 1 1 0 13.5 6.75 6.75 0 0 1 0-13.5Z' stroke='black' stroke-width='1.35'/%3E%3Cpath d='m12.875 12.875 3.8125 3.8125' stroke='black' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E");
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-search-action:hover,
[id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox:focus-within .nbx-agenda-filter-search-action.is-submit {
  color: var(--nbx-agenda-primary);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-search-action.is-clear {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e7e7e7;
  color: #757575;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-search-action.is-clear::before {
  width: 12px;
  height: 12px;
  -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 2l8 8M10 2 2 10' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 2l8 8M10 2 2 10' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger {
  appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  background: var(--nbx-agenda-panel);
  color: var(--nbx-agenda-text);
  box-shadow: none;
  padding: 16px 20px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  font-family: ArticulatCF-Normal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.64px;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger::after {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-color: currentColor;
  color: var(--nbx-agenda-muted);
  -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='m1 1 5 5 5-5' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='m1 1 5 5 5-5' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger:hover,
[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger:focus-visible {
  background: var(--nbx-agenda-panel);
  box-shadow: 0 0 0 1px var(--nbx-agenda-primary);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger.is-selected {
  background: var(--nbx-agenda-panel);
  font-weight: 600;
  box-shadow: 0 0 0 1px var(--nbx-agenda-primary);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger.is-selected::after {
  color: var(--nbx-agenda-primary);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger.is-open,
[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger[aria-expanded="true"] {
  background: var(--nbx-agenda-primary);
  color: #ffffff;
  box-shadow: none;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger.is-open::after,
[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger[aria-expanded="true"]::after {
  color: #ffffff;
  transform: rotate(180deg);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger-text {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--nbx-agenda-primary);
  color: #ffffff;
  font-family: ArticulatCF-Normal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger.is-open .nbx-agenda-filter-trigger-count,
[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger[aria-expanded="true"] .nbx-agenda-filter-trigger-count {
  background: #ffffff;
  color: var(--nbx-agenda-primary);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-trigger-count[hidden] {
  display: none !important;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-panel {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: auto;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 10px;
  width: max-content;
  min-width: 100%;
  max-width: min(920px, calc(100vw - 32px));
  max-height: min(70vh, 420px);
  overflow: auto;
  padding: 20px 22px;
  border-radius: 4px;
  background: var(--nbx-agenda-panel);
  box-shadow: var(--nbx-agenda-shadow);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-panel[hidden] {
  display: none !important;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-panel--cols-2 {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  width: max(100%, 576px);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-panel--cols-3 {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  width: max(100%, 828px);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-option {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  color: var(--nbx-agenda-text);
  font-family: ArticulatCF-Normal, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.64px;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-option:hover {
  color: var(--nbx-agenda-primary);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-control--checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  border: 1px solid var(--nbx-agenda-border);
  border-radius: 2px;
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-control--checkbox:hover,
[id^="module_agenda_sessions"] .nbx-agenda-filter-control--checkbox:focus-visible {
  border-color: var(--nbx-agenda-primary);
  box-shadow: 0 0 0 1px var(--nbx-agenda-primary);
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-control--checkbox:checked {
  border-color: var(--nbx-agenda-primary);
  background-color: var(--nbx-agenda-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4.2 3.7 7 9 1' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}

[id^="module_agenda_sessions"] .nbx-agenda-filter-option-label {
  display: block;
  min-width: 0;
}

.nbx-agenda-results-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 24px;
}

.nbx-agenda-filter-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
}

.nbx-agenda-filter-actions[hidden] {
  display: none !important;
}

.nbx-agenda-results-action,
.nbx-agenda-session-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--nbx-agenda-primary);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--nbx-agenda-primary);
  background: #ffffff;
  text-decoration: none !important;
  font-family: ArticulatCF-Normal, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nbx-agenda-results-action:hover,
.nbx-agenda-session-action:hover {
  background: var(--nbx-agenda-primary);
  border-color: var(--nbx-agenda-primary);
  color: #ffffff;
}

.nbx-agenda-session-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 16px;
}

.nbx-agenda-session-card {
  align-items: start;
}

#agenda-sessions-results {
  transition: opacity 0.2s ease;
}

#agenda-sessions-results.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.nbx-agenda-session-meta {
  color: var(--nbx-agenda-text);
}

.nbx-agenda-session-main {
  min-width: 0;
}

.nbx-agenda-session-taxonomies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px !important;
}

.nbx-agenda-session-taxonomies .nbx-agenda-term-badge {
  display: inline-flex;
  margin: 0 !important;
  padding: 0 !important;
}

.nbx-agenda-term-overflow {
  display: inline-flex;
  align-items: center;
}

.nbx-agenda-term-overflow > summary {
  list-style: none;
  cursor: pointer;
}

.nbx-agenda-term-overflow > summary::-webkit-details-marker {
  display: none;
}

.nbx-agenda-term-overflow[open] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}

.nbx-agenda-term-overflow[open] > summary {
  display: none;
}

.nbx-agenda-term-overflow-panel {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.22s ease, opacity 0.18s ease, transform 0.18s ease;
}

.nbx-agenda-term-overflow[open] .nbx-agenda-term-overflow-panel {
  max-height: 160px;
  opacity: 1;
  transform: translateY(0);
}

.nbx-agenda-term-overflow-close {
  display: inline-flex;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nbx-agenda-session-taxonomies .nbx-agenda-term--badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 12px;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(27, 162, 148, 0.08);
  background: color-mix(in srgb, var(--nbx-agenda-primary) 10%, white);
  color: var(--nbx-agenda-primary) !important;
  font-family: ArticulatCF-Normal, Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nbx-agenda-session-taxonomies a.nbx-agenda-term--badge:hover {
  background: var(--nbx-agenda-primary);
  color: #ffffff !important;
}

.nbx-agenda-session-taxonomies p.nbx-agenda-term--badge {
  margin: 0;
}

.nbx-agenda-session-main .session-title {
  display: block;
  max-width: 720px;
  color: var(--nbx-agenda-text) !important;
  font-family: ArticulatCF-Normal, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0;
  text-decoration: none !important;
}

.nbx-agenda-session-main .session-title:hover {
  color: var(--nbx-agenda-primary) !important;
}

@media (max-width: 1023px) {
  [id^="module_agenda_sessions"] .nbx-agenda-filter-panel--cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nbx-agenda-results-toolbar {
    justify-content: flex-start;
  }

  .nbx-agenda-filter-actions {
    padding-top: 8px;
  }

  [id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox,
  [id^="module_agenda_sessions"] .nbx-agenda-filter-trigger {
    min-height: 50px;
  }

  [id^="module_agenda_sessions"] .sf-field-search .search-filter-component-combobox::before {
    left: 16px;
    width: 16px;
    height: 16px;
  }

  [id^="module_agenda_sessions"] .sf-field-search input.nbx-agenda-filter-control {
    min-height: 48px !important;
    padding: 14px 48px 14px 44px !important;
    font-size: 15px !important;
    letter-spacing: 0.4px !important;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-search-action {
    right: 14px;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-trigger {
    padding: 14px 16px;
    font-size: 15px;
    letter-spacing: 0.4px;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-panel,
  [id^="module_agenda_sessions"] .nbx-agenda-filter-panel--cols-2,
  [id^="module_agenda_sessions"] .nbx-agenda-filter-panel--cols-3 {
    position: static;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 8px;
    padding: 20px 16px;
    max-height: none;
    box-shadow: none;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-option {
    gap: 10px;
    font-size: 15px;
    letter-spacing: 0.4px;
  }

  .nbx-agenda-session-card {
    gap: 12px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  
  .nbx-agenda-session-taxonomies {
    gap: 6px;
    padding-bottom: 10px !important;
  }

  .nbx-agenda-session-taxonomies .nbx-agenda-term--badge {
    min-height: 24px;
    padding: 0 10px;
    font-size: 11px !important;
  }

  .nbx-agenda-session-meta > div + div {
    margin-top: 0;
  }

  .nbx-agenda-session-meta .inline-flex {
    gap: 10px !important;
    align-items: flex-start !important;
  }

  .nbx-agenda-session-meta .inline-flex svg {
    flex: 0 0 auto;
    width: 12px !important;
    min-width: 12px;
  }

  .nbx-agenda-session-date span,
  .nbx-agenda-session-time span,
  .nbx-agenda-session-room span,
  .nbx-agenda-session-access span,
  .nbx-agenda-session-language span,
  .nbx-agenda-session-room a,
  .nbx-agenda-session-access a {
    padding-left: 0 !important;
    font-family: ArticulatCF-Normal, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.33 !important;
    letter-spacing: 0.48px !important;
  }

  .nbx-agenda-session-main .session-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .nbx-agenda-session-card-actions {
    margin-bottom: 0;
  }
}

@media print {
  body * {
    visibility: hidden !important;
  }

  #agenda-sessions-results,
  #agenda-sessions-results *,
  .search-filter-results,
  .search-filter-results * {
    visibility: visible !important;
  }

  #agenda-sessions-results,
  .search-filter-results {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nbx-agenda-results-toolbar,
  .nbx-agenda-session-card-actions,
  .agenda-filter-column,
  .agenda-days,
  header,
  nav,
  footer,
  .cmp2-container,
  .cmplz-cookiebanner,
  .mega-menu,
  .menu,
  .search-list,
  .search-list-items,
  .search-list-items * {
    display: none !important;
  }

  .search-filter-results a {
    color: #000 !important;
    text-decoration: none !important;
  }
}

.nbx-agenda-session-meta {
  display: flex;
  flex-direction: column;
}

.nbx-agenda-session-meta-inline {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.nbx-agenda-session-meta-text,
.nbx-agenda-session-meta-text a,
.nbx-agenda-session-meta-text .nbx-agenda-term--link,
.nbx-agenda-session-date-label,
.nbx-agenda-session-time-label {
  font-size: 12px !important;
}

.nbx-agenda-session-taxonomies .nbx-agenda-term--badge {
  background: #ffffff;
  color: var(--nbx-agenda-primary) !important;
}

@media (max-width: 767px) {
  [id^="module_agenda_sessions"] .agenda-days {
    gap: 26px;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  [id^="module_agenda_sessions"] .agenda-day {
    padding-bottom: 10px;
  }

  .nbx-agenda-session-card {
    gap: 14px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .nbx-agenda-session-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 0;
    align-items: start;
  }

  .nbx-agenda-session-access {
    grid-column: 1;
    grid-row: 2;
  }

  .nbx-agenda-session-datetime {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .nbx-agenda-session-language {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .nbx-agenda-session-meta-inline {
    align-items: center;
    gap: 12px;
  }

  .nbx-agenda-session-main {
    padding-top: 2px;
  }

  .nbx-agenda-session-taxonomies {
    gap: 8px;
    padding-bottom: 14px !important;
  }

  .nbx-agenda-session-taxonomies .nbx-agenda-term--badge {
    min-height: 24px;
    padding: 4px 12px;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .nbx-agenda-session-main .session-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.16px;
  }
}

.nbx-agenda-mobile-filters-open {
  overflow: hidden;
}

[id^="module_agenda_sessions"] .nbx-agenda-mobile-topbar {
  display: block;
}

[id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-toggle {
  display: none;
}

[id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-backdrop,
[id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-header {
  display: none;
}

[id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-sheet,
[id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-body {
  display: block;
}

[id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-toggle-count[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  [id^="module_agenda_sessions"] .nbx-agenda-mobile-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px;
    align-items: stretch;
    gap: 8px;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-search-slot .search-filter-field {
    margin-bottom: 0;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-toggle {
    appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: var(--nbx-agenda-panel);
    color: var(--nbx-agenda-text);
    box-shadow: none;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-toggle::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 4.25h12M5.25 9h7.5M7.5 13.75h3' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 4.25h12M5.25 9h7.5M7.5 13.75h3' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-toggle.has-active-filters,
  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-toggle.is-open {
    background: var(--nbx-agenda-primary);
    color: #ffffff;
    transform: translateY(-1px);
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-toggle-count {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--nbx-agenda-primary);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-stack {
    position: fixed;
    inset: 0;
    z-index: 400;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-stack.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-backdrop {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(30, 30, 30, 0.24);
    backdrop-filter: blur(2px);
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-height: min(78vh, 720px);
    min-height: 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: #f6f6f6;
    transform: translateY(24px);
    transition: transform 0.24s ease;
    box-shadow: 0 -24px 60px rgba(30, 30, 30, 0.16);
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-stack.is-open .nbx-agenda-mobile-filters-sheet {
    transform: translateY(0);
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 16px 14px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-title {
    margin: 0;
    color: var(--nbx-agenda-text);
    font-family: ArticulatCF-Normal, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-close {
    appearance: none;
    position: relative;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #6f6f6f;
    padding: 0;
    cursor: pointer;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-close::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 2l8 8M10 2 2 10' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
    mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 2l8 8M10 2 2 10' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 12px 16px calc(24px + env(safe-area-inset-bottom));
  }

  [id^="module_agenda_sessions"] .nbx-agenda-mobile-filters-body .search-filter-field {
    margin-bottom: 10px;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-trigger {
    min-height: 52px;
    padding: 14px 16px;
    font-size: 15px;
    letter-spacing: 0.02em;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-panel,
  [id^="module_agenda_sessions"] .nbx-agenda-filter-panel--cols-2,
  [id^="module_agenda_sessions"] .nbx-agenda-filter-panel--cols-3 {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: none;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 10px;
    margin-top: 8px;
    padding: 14px 16px 16px;
    border: 0;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: none;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-option {
    gap: 10px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  [id^="module_agenda_sessions"] .nbx-agenda-filter-actions {
    margin-top: 18px;
  }
}
