:root {
  --deep-blue: #052533;
  --blue: #16546f;
  --seagreen: #43dfd2;
  --offwhite: #e1fbfc;
  --gray: #7f949d;
  --darkgray: #0b222b;
  --red: #f73e39;
  --shell: 1200px;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --radius-md: 1rem;
  --radius-lg: 1.875rem;
  --shadow-soft: 0 18px 30px -24px rgba(0, 0, 0, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--deep-blue);
  font-family: "Red Hat Display", "Segoe UI", sans-serif;
  background: white;
}

body.page-color-blue {
  background: var(--deep-blue);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: white;
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  top: 1rem;
}

#page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#et-main-area {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

#main-content {
  flex: 1 0 auto;
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
}

.et-l.et-l--header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.et_pb_section_0_tb_header.et_pb_section,
.et_pb_section_1_tb_header.et_pb_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.et_pb_section_1_tb_header.et_pb_section {
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: transparent !important;
}

.et_pb_row_0_tb_header.et_pb_row,
.et_pb_row_1_tb_header.et_pb_row {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#header-menu-container .et_pb_menu_inner_container,
#header-menu-container .et_pb_menu__wrap,
#menu-header-desktop.et-menu.nav,
.button-row,
.hero-actions,
.pill-list {
  display: flex;
  align-items: center;
}

#header-menu-container.et_pb_row {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
  padding: 0;
}

#header-menu-container .et_pb_column {
  width: 100%;
}

#header-menu-container .et_pb_menu_inner_container {
  justify-content: space-between;
  gap: 1.5rem;
}

#header-menu-container .et_pb_menu__wrap {
  flex: 1 1 auto;
  justify-content: flex-end;
}

#header-menu-container .et_pb_menu__menu {
  flex: 1 1 auto;
}

#menu-header-desktop.et-menu.nav {
  justify-content: space-between;
  gap: clamp(0.75rem, 2vw, 2.25rem);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#menu-header-desktop .menu-item a {
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 0.01em;
}

#menu-header-desktop > li {
  padding: 0 !important;
}

#menu-header-desktop .tb-header-logo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(150px, 16vw, 205px);
  min-width: clamp(150px, 16vw, 205px);
  flex: 0 0 auto;
  margin-inline: clamp(0.75rem, 2vw, 2rem);
}

#menu-header-desktop .tb-header-logo-link {
  display: block;
  width: 100%;
  height: 62px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(/wp-content/themes/talentbureau-divi/images/talent-bureau-white.svg)
    no-repeat center center;
  background-size: contain;
}

#menu-header-desktop .tb-header-logo-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header-menu-container .et_pb_menu__logo a {
  display: block;
  width: 200px;
  height: 62px;
}

#header-menu-container .et_pb_menu__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header-menu-container .et_pb_menu__icon.et_pb_menu__search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 62px;
  color: var(--deep-blue);
  font-size: 0 !important;
  overflow: visible;
}

#header-menu-container .et_pb_menu__icon.et_pb_menu__search-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: translate(-58%, -56%);
}

#header-menu-container .et_pb_menu__icon.et_pb_menu__search-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transform: translate(34%, 128%) rotate(45deg);
}

.tb-mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.tb-mobile-nav__brand {
  display: block;
  width: 180px;
}

.tb-mobile-nav__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.tb-mobile-nav__details {
  position: relative;
}

.tb-mobile-nav__details summary {
  list-style: none;
  cursor: pointer;
}

.tb-mobile-nav__details summary::-webkit-details-marker {
  display: none;
}

.tb-mobile-nav__details .mobile_menu_bar {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--seagreen);
  color: var(--deep-blue);
}

.tb-mobile-nav__details .mobile_menu_bar::before {
  font-size: 32px;
}

.tb-mobile-nav__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  min-width: min(320px, calc(100vw - 2rem));
  padding: 1rem;
  background: white;
  border-radius: 1.25rem;
  box-shadow: var(--shadow-soft);
  z-index: 1001;
}

.tb-mobile-nav__panel .et-menu {
  display: block;
  padding: 0;
}

.tb-mobile-nav__panel .et-menu li {
  display: block;
  margin: 0;
}

.tb-mobile-nav__panel .et-menu li + li {
  margin-top: 0.5rem;
}

.tb-mobile-nav__panel .et-menu a,
.tb-mobile-nav__search {
  display: block;
  padding: 0.8rem 0.9rem;
  text-decoration: none;
  color: var(--deep-blue);
  border-radius: 0.9rem;
}

.tb-mobile-nav__panel .et-menu a:hover,
.tb-mobile-nav__search:hover {
  background: rgba(5, 37, 51, 0.06);
}

.tb-mobile-nav__search {
  margin-top: 0.5rem;
  background: var(--offwhite);
  font-weight: 700;
}

.tb-rendered {
  overflow: hidden;
}

.tb-rendered .et_pb_section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tb-rendered:not(.tb-home) .et_pb_row,
.tb-rendered:not(.tb-home) .et_pb_row_inner {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2vw, 2rem);
  padding-block: clamp(1.5rem, 4vw, 3rem);
}

.tb-rendered:not(.tb-home) .et_pb_row_inner {
  width: 100%;
  padding-block: 0;
}

.tb-rendered:not(.tb-home) .et_pb_column,
.tb-rendered:not(.tb-home) .et_pb_column_inner {
  min-width: 0;
  flex: 1 1 100%;
}

.tb-rendered:not(.tb-home) .et_pb_text,
.tb-rendered:not(.tb-home) .et_pb_module,
.tb-rendered:not(.tb-home) .et_pb_button_module_wrapper {
  margin-bottom: 1rem;
}

.tb-rendered:not(.tb-home) .et_pb_text_inner > *:first-child {
  margin-top: 0;
}

.tb-rendered:not(.tb-home) .et_pb_text_inner > *:last-child {
  margin-bottom: 0;
}

.tb-rendered:not(.tb-home) h1,
.tb-rendered:not(.tb-home) h2,
.tb-rendered:not(.tb-home) h3,
.tb-rendered:not(.tb-home) h4,
.tb-rendered:not(.tb-home) h5 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: var(--deep-blue);
  line-height: 1em;
}

.tb-rendered:not(.tb-home) h1 {
  font-size: clamp(3rem, 5vw, 4.25rem);
}

.tb-rendered:not(.tb-home) h2 {
  font-size: clamp(2.3rem, 4vw, 3rem);
}

.tb-rendered:not(.tb-home) h3 {
  font-size: clamp(1.45rem, 3vw, 1.875rem);
}

.tb-rendered:not(.tb-home) h4 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.tb-rendered:not(.tb-home) h5 {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
}

.tb-rendered:not(.tb-home) p,
.rich-text p {
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.35em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: none;
  border-radius: 999px;
  background: var(--seagreen);
  color: var(--deep-blue);
  padding: 0.8rem 2rem;
  text-decoration: none;
  font-weight: 700;
  box-shadow: none;
}

.button.button-secondary {
  background: var(--offwhite);
}

.tb-rendered .et_pb_gallery_items {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 1rem;
  width: 100%;
}

.tb-rendered .et_pb_gallery_fullwidth .et_pb_gallery_item,
.tb-rendered .et_pb_gallery_grid .et_pb_gallery_item,
.tb-rendered .et_pb_gallery_item {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.tb-rendered .et_pb_gallery_image {
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.tb-rendered .et_pb_gallery_image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.tb-home .et_pb_gallery_image img {
  aspect-ratio: 0.68;
}

.tb-home .et_pb_gallery_items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.tb-home-hero-showcase {
  position: relative;
  width: min(100%, 420px);
}

.tb-home-hero-slide {
  display: block;
  position: relative;
  opacity: 0;
  animation: tb-home-hero-cycle 42s infinite;
  animation-delay: calc(var(--tb-hero-index) * 7s);
  will-change: opacity;
  pointer-events: none;
}

.tb-home-hero-slide:first-child {
  opacity: 1;
  pointer-events: auto;
}

.tb-home-hero-slide:not(:first-child) {
  position: absolute;
  inset: 0;
}

.tb-home-hero-card__media {
  display: block;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.16));
}

.tb-home-hero-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center top;
}

@keyframes tb-home-hero-cycle {
  0%,
  14% {
    opacity: 1;
    pointer-events: auto;
  }

  18%,
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 981px) {
  .tb-home .custom-row {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(360px, 0.92fr);
    align-items: end;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }

  .tb-home .custom-row > .et_pb_column {
    width: auto !important;
    margin: 0 !important;
  }

  .tb-home .custom-row > .et_pb_column_3 {
    display: flex;
    justify-content: flex-end;
    align-self: start;
    max-width: 420px;
    margin-left: auto !important;
    position: relative;
    z-index: 2;
  }

  .tb-home .tb-home-hero-showcase {
    margin-top: -330px;
  }

  .tb-home .et_pb_gallery_0.et_pb_gallery {
    margin-top: -360px !important;
  }

  .tb-home .et_pb_gallery_items {
    grid-template-columns: repeat(3, minmax(108px, 1fr));
  }

  .tb-home .et_pb_gallery_image {
    border-radius: 20px;
  }

  .tb-home .et_pb_gallery_image img {
    aspect-ratio: 0.74;
  }
}

@media (max-width: 980px) {
  .tb-home .tb-home-hero-showcase {
    margin: 0 auto;
    width: min(100%, 360px);
  }
}

@media (max-width: 767px) {
  .tb-home .tb-home-hero-showcase {
    margin-top: -138px;
    width: min(100%, 280px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tb-home-hero-slide {
    animation: none;
    opacity: 0;
    pointer-events: none;
  }

  .tb-home-hero-slide:first-child {
    opacity: 1;
    pointer-events: auto;
  }
}

.tb-search-form {
  margin-top: 1.5rem;
  max-width: 46rem;
}

.tb-search-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.tb-search-form input[type="search"] {
  flex: 1 1 20rem;
  width: 100%;
  box-sizing: border-box;
  min-height: 3.4rem;
  padding: 0 1.15rem;
  border: 1px solid rgba(5, 37, 51, 0.16);
  border-radius: 999px;
  background: white;
  color: var(--deep-blue);
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.tb-search-form__hint {
  margin: 0.8rem 0 0;
  color: var(--blue);
  font-size: 0.95rem;
}

.tb-search-pills {
  margin-top: 1.25rem;
  align-items: stretch;
}

.tb-search-pills a {
  justify-content: center;
  text-align: center;
}

.tb-search-results {
  display: grid;
  gap: 1.5rem;
}

.tb-search-group {
  display: grid;
  gap: 1rem;
}

.tb-search-group__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.tb-search-group__header h2,
.tb-search-group__header p {
  margin: 0;
}

.tb-search-group__header p {
  color: var(--blue);
  font-weight: 700;
}

.search-result-card {
  height: 100%;
}

.search-result-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.search-result-card .eyebrow,
.search-result-card h3,
.search-result-card p {
  margin: 0;
}

.search-result-card .eyebrow {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tb-search-summary {
  color: var(--blue);
  font-weight: 700;
}

.tb-search-did-you-mean {
  margin: 0 0 0.85rem;
  color: var(--deep-blue);
}

.tb-search-did-you-mean a {
  font-weight: 700;
}

.tb-search-empty {
  background: var(--offwhite);
}

.section--compact {
  padding-top: 0;
}

.tb-speakers-filter-panel {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.15rem, 2vw, 1.75rem);
  border: 1px solid rgba(5, 37, 51, 0.08);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top left, rgba(67, 223, 210, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 253, 252, 0.98));
  box-shadow: 0 22px 46px rgba(5, 37, 51, 0.06);
}

.tb-speakers-filter-panel__intro {
  display: grid;
  gap: 1rem;
}

.tb-speakers-filter-panel__eyebrow {
  color: var(--seagreen);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-speakers-filter-panel__intro h2,
.tb-speakers-filter-panel__intro p,
.tb-speakers-filter-panel__count {
  margin: 0;
}

.tb-speakers-filter-panel__meta {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.tb-speakers-filter-panel__count {
  color: var(--blue);
  font-weight: 700;
}

.tb-speakers-filter-form {
  display: grid;
  gap: 1.1rem;
}

.tb-speakers-filter-form__search label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--deep-blue);
  font-weight: 700;
}

.tb-speakers-filter-form__search input[type="search"] {
  width: 100%;
  min-height: 3.4rem;
  padding: 0 1.15rem;
  border: 1px solid rgba(5, 37, 51, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--deep-blue);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.tb-filter-group {
  padding: 1rem;
  border: 1px solid rgba(5, 37, 51, 0.08);
  border-radius: 1.35rem;
  background: rgba(225, 251, 252, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.tb-filter-group--topics {
  background:
    radial-gradient(circle at top left, rgba(67, 223, 210, 0.18), transparent 38%),
    rgba(225, 251, 252, 0.48);
}

.tb-filter-group--types {
  background:
    radial-gradient(circle at top left, rgba(5, 37, 51, 0.08), transparent 38%),
    rgba(244, 249, 251, 0.9);
}

.tb-filter-group--budget {
  background:
    radial-gradient(circle at top left, rgba(255, 91, 84, 0.11), transparent 38%),
    rgba(255, 249, 248, 0.94);
}

.tb-filter-group__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem 1rem;
}

.tb-filter-group__header h3,
.tb-filter-group__header p {
  margin: 0;
}

.tb-filter-group__header h3 {
  color: var(--deep-blue);
  font-size: 1.02rem;
  font-weight: 800;
}

.tb-filter-group__header p {
  color: var(--gray);
  font-size: 0.92rem;
}

.tb-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.tb-filter-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.72rem 1rem 0.72rem 0.95rem;
  border: 1px solid rgba(67, 223, 210, 0.34);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 253, 252, 0.96));
  color: var(--deep-blue);
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(5, 37, 51, 0.045);
  transition:
    background-color var(--duration-fast) var(--ease-default),
    border-color var(--duration-fast) var(--ease-default),
    color var(--duration-fast) var(--ease-default),
    transform var(--duration-fast) var(--ease-default),
    box-shadow var(--duration-fast) var(--ease-default);
}

.tb-filter-pill__dot {
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(67, 223, 210, 0.96), rgba(67, 223, 210, 0.62));
  box-shadow: 0 0 0 0.3rem rgba(67, 223, 210, 0.15);
}

.tb-filter-pill input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.tb-filter-pill__label,
.tb-filter-pill__count {
  pointer-events: none;
}

.tb-filter-pill__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  min-height: 1.8rem;
  padding: 0.1rem 0.42rem;
  border-radius: 999px;
  background: rgba(5, 37, 51, 0.07);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
}

.tb-filter-pill:hover {
  border-color: rgba(67, 223, 210, 0.72);
  box-shadow: 0 16px 30px rgba(5, 37, 51, 0.09);
  transform: translateY(-2px) scale(1.01);
}

.tb-filter-pill:has(input:checked) {
  background: linear-gradient(180deg, rgba(67, 223, 210, 0.34), rgba(67, 223, 210, 0.16));
  border-color: rgba(5, 37, 51, 0.22);
  box-shadow: 0 18px 36px rgba(67, 223, 210, 0.18);
}

.tb-filter-pill:has(input:checked) .tb-filter-pill__count {
  background: rgba(255, 255, 255, 0.88);
  color: var(--blue);
}

.tb-filter-pill:has(input:checked) .tb-filter-pill__dot {
  background: linear-gradient(180deg, rgba(5, 37, 51, 0.94), rgba(5, 37, 51, 0.68));
  box-shadow: 0 0 0 0.34rem rgba(5, 37, 51, 0.12);
}

.tb-filter-pill:has(input:focus-visible) {
  outline: 3px solid rgba(77, 211, 206, 0.35);
  outline-offset: 3px;
}

.tb-speakers-filter-panel__active {
  display: grid;
  gap: 0.8rem;
  min-height: 1.5rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(5, 37, 51, 0.04);
}

.tb-speakers-filter-panel__active-label {
  margin: 0;
  color: var(--blue);
  font-weight: 700;
}

.tb-active-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tb-active-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.55rem 0.8rem 0.55rem 1rem;
  border: 1px solid rgba(67, 223, 210, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--deep-blue);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(5, 37, 51, 0.045);
  transition:
    transform var(--duration-fast) var(--ease-default),
    border-color var(--duration-fast) var(--ease-default),
    box-shadow var(--duration-fast) var(--ease-default);
}

.tb-active-filter span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: rgba(77, 211, 206, 0.18);
  color: var(--deep-blue);
  font-size: 1.1rem;
  line-height: 1;
}

.tb-active-filter:hover {
  border-color: rgba(67, 223, 210, 0.72);
  box-shadow: 0 16px 28px rgba(5, 37, 51, 0.06);
  transform: translateY(-1px);
}

.tb-active-filter:focus-visible {
  outline: 3px solid rgba(77, 211, 206, 0.35);
  outline-offset: 3px;
}

.tb-speakers-filter-panel__noscript,
.tb-speakers-empty {
  background: var(--offwhite);
}

.tb-speakers-filter-panel__noscript p,
.tb-speakers-empty h2,
.tb-speakers-empty p {
  margin: 0;
}

.tb-speakers-empty {
  margin-bottom: 1.5rem;
}

[data-speaker-card][hidden] {
  display: none !important;
}

.tb-rendered .ba_logo_carousel,
.tb-rendered .dtq-logo-carousel-item {
  width: 100%;
}

.tb-home .et_pb_section_3 {
  overflow: hidden;
}

.tb-home .et_pb_row_5.et_pb_row {
  width: min(calc(100% - 2rem), 1580px);
  margin-inline: auto;
}

.tb-home .ba_logo_carousel .et_pb_module_inner {
  width: 100%;
}

.tb-home .ba_logo_carousel .dtq-carousel {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.9rem 1.1rem;
  align-items: center;
  width: 100%;
  padding: 0.25rem 0 1.2rem;
}

.tb-home .ba_logo_carousel_child,
.tb-home .dtq-carousel-item {
  display: block !important;
}

.tb-home .dtq-lightbox-ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 0.35rem 0.5rem;
}

.tb-home .ba_logo_carousel_child .et_pb_module_inner,
.tb-home .dtq-carousel-item {
  width: 100%;
}

.tb-home .ba_logo_carousel_child img,
.tb-home .dtq-carousel-item img {
  margin-inline: auto;
  max-height: 42px;
  max-width: min(100%, 132px);
  width: auto;
  object-fit: contain;
  object-position: center;
  opacity: 0.96;
}

.tb-home .et_pb_text_9 {
  margin-bottom: 0.4rem !important;
}

.tb-home-native-feed {
  padding-top: clamp(3rem, 8vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 8vw, 5.5rem);
  background:
    linear-gradient(180deg, rgba(225, 251, 252, 0.84), rgba(255, 255, 255, 0.98) 44%),
    var(--offwhite);
}

.tb-home-native-feed__heading {
  margin-bottom: 1.75rem;
}

.tb-home-native-feed__layout {
  display: grid;
  gap: 1.25rem;
}

.tb-home-native-feed__feature,
.tb-home-native-feed__watch-card,
.tb-home-native-feed__mini-post {
  overflow: hidden;
}

.tb-home-native-feed__feature {
  display: grid;
  gap: 0;
  padding: 0;
}

.tb-home-native-feed__feature-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.tb-home-native-feed__feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tb-home-native-feed__feature-body,
.tb-home-native-feed__watch-card,
.tb-home-native-feed__mini-post {
  padding: 1.25rem;
}

.tb-home-native-feed__rail {
  display: grid;
  gap: 1rem;
}

.tb-home-native-feed__watch-card {
  background:
    radial-gradient(circle at top right, rgba(67, 223, 210, 0.16), transparent 36%),
    rgba(5, 37, 51, 0.96);
  color: white;
}

.tb-home-native-feed__watch-card h3,
.tb-home-native-feed__watch-card .card-meta,
.tb-home-native-feed__watch-card p,
.tb-home-native-feed__watch-card a {
  color: inherit;
}

.tb-home-native-feed__watch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0;
}

.tb-home-native-feed__watch-actions a {
  font-weight: 700;
}

.tb-home-native-feed__mini-post h3,
.tb-home-native-feed__watch-card h3,
.tb-home-native-feed__feature-body h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.tb-watch-feature {
  display: grid;
  gap: 1.25rem;
}

.tb-watch-feature__eyebrow {
  margin: 0 0 0.4rem;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-watch-feature__meta {
  margin-top: -0.15rem;
}

.tb-watch-feature__stats,
.tb-watch-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.tb-watch-feature__stats li,
.tb-watch-card__stats li {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(5, 37, 51, 0.06);
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 700;
}

.tb-watch-feature__media {
  overflow: hidden;
  border-radius: 1.35rem;
  background: rgba(5, 37, 51, 0.94);
  aspect-ratio: 16 / 9;
}

.tb-watch-feature__media iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.tb-watch-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.tb-watch-card {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.tb-watch-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.tb-watch-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tb-watch-card__body {
  padding: 1.15rem;
}

.tb-watch-card__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-watch-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 1rem 0 0;
}

.tb-watch-card__actions a {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .tb-home .ba_logo_carousel .dtq-carousel {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.8rem 1rem;
  }
}

@media (max-width: 980px) {
  .tb-speakers-filter-panel__intro {
    gap: 1.25rem;
  }

  .tb-home-native-feed__feature {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .tb-home-native-feed__layout,
  .tb-watch-feature {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: start;
  }

  .tb-home .et_pb_row_5.et_pb_row {
    width: min(calc(100% - 1.5rem), 980px);
  }

  .tb-home .ba_logo_carousel .dtq-carousel {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem 0.85rem;
    padding-bottom: 1rem;
  }

  .tb-home .dtq-lightbox-ctrl {
    min-height: 84px;
  }

  .tb-home .ba_logo_carousel_child img,
  .tb-home .dtq-carousel-item img {
    max-height: 36px;
    max-width: min(100%, 118px);
  }
}

@media (max-width: 767px) {
  .tb-filter-pills {
    gap: 0.6rem;
  }

  .tb-filter-pill {
    width: 100%;
    justify-content: space-between;
  }

  .tb-filter-pill__dot {
    width: 0.62rem;
    height: 0.62rem;
  }

  .tb-home-native-feed__feature,
  .tb-home-native-feed__layout,
  .tb-watch-feature {
    grid-template-columns: 1fr;
  }

  .tb-home .ba_logo_carousel .dtq-carousel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem 0.7rem;
  }

  .tb-home .dtq-lightbox-ctrl {
    min-height: 74px;
    padding-inline: 0.3rem;
  }

  .tb-home .ba_logo_carousel_child img,
  .tb-home .dtq-carousel-item img {
    max-height: 30px;
    max-width: min(100%, 96px);
  }
}

.tb-rendered .et_pb_toggle {
  border-top: 1px solid rgba(5, 37, 51, 0.15);
  padding-block: 1rem;
}

.tb-rendered .et_pb_toggle_title {
  margin: 0;
  cursor: default;
  padding-right: 0 !important;
}

.tb-rendered .et_pb_toggle_title::before,
.tb-rendered .et_pb_toggle h5.et_pb_toggle_title::before {
  display: none !important;
  content: none !important;
}

.tb-rendered .et_pb_toggle_content {
  display: block !important;
  padding-top: 0.75rem;
}

.tb-rendered .et-waypoint,
.tb-rendered .et_animated {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.tb-rendered:not(.tb-home) .featured-speakers-row .et_pb_column,
.tb-rendered:not(.tb-home) .featured-speakers-row .et_pb_text,
.tb-rendered:not(.tb-home) .featured-speakers-row .et_pb_button_module_wrapper {
  background: white;
  border-radius: var(--radius-lg);
}

.tb-rendered:not(.tb-home) .featured-speakers-row .et_pb_text,
.tb-rendered:not(.tb-home) .featured-speakers-row .et_pb_button_module_wrapper {
  margin-bottom: 0;
}

.tb-rendered:not(.tb-home) .featured-speakers-row .et_pb_column {
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.tb-home-featured-grid,
.tb-home-news-grid {
  margin-top: 0.5rem;
}

.tb-home-card {
  height: 100%;
}

.speaker-card,
.post-card {
  height: 100%;
}

.speaker-card .card-media,
.post-card .card-media {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.speaker-card .card-media img,
.post-card .card-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.speaker-card .card-media {
  aspect-ratio: 1 / 1.04;
  background: #dceceb;
}

.speaker-card .card-media img {
  object-fit: cover;
  object-position: center top;
}

.speaker-card--compact .card-media {
  aspect-ratio: 1 / 1.08;
}

.speaker-card--search .card-media,
.tb-home-card.speaker-card .card-media {
  aspect-ratio: 1 / 1.02;
}

.post-card .card-media {
  aspect-ratio: 16 / 10;
  background: #eef5f4;
}

.post-card .card-media img {
  object-fit: cover;
  object-position: center center;
}

.tb-home-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.speaker-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.tb-home-card .card-body .eyebrow,
.tb-home-card .card-body h3,
.tb-home-card .card-body h4,
.tb-home-card .card-body p,
.speaker-card .card-body .card-meta,
.speaker-card .card-body h3,
.speaker-card .card-body h4,
.speaker-card .card-body p {
  margin: 0;
}

.speaker-card .card-body h4 {
  margin: 0;
}

.tb-home-card.speaker-card--compact .card-body {
  gap: 0.45rem;
}

.tb-home-card.speaker-card--compact .card-body p:last-child {
  color: var(--gray);
  font-size: 0.98rem;
  line-height: 1.55;
}

.speaker-card .card-meta,
.post-card .eyebrow {
  font-size: 0.92rem;
  line-height: 1.45;
}

.speaker-page {
  padding-bottom: 0;
}

.speaker-hero-container {
  align-items: stretch;
  min-height: 0;
  height: auto;
}

.speaker-hero-container .speaker-hero-left {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #d7ece9;
  box-shadow: var(--shadow-soft);
}

.speaker-hero-container .speaker-hero-left img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.speaker-page-content {
  padding-top: 0;
}

.speaker-hero-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.speaker-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.speaker-hero-right h1,
.speaker-hero-right h3 {
  margin: 0;
}

.speaker-hero-right h3 {
  color: var(--blue);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.35;
  font-weight: 600;
}

.speaker-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.speaker-hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(5, 37, 51, 0.12);
  border-radius: 999px;
  background: white;
  color: var(--deep-blue);
  font-weight: 600;
  text-decoration: none;
}

.speaker-hero-pill--primary {
  background: rgba(77, 211, 206, 0.12);
  border-color: rgba(77, 211, 206, 0.35);
}

.speaker-hero-taxonomy {
  margin: -0.2rem 0 0;
}

.speaker-hero-taxonomy summary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--blue);
  font-weight: 700;
  cursor: pointer;
}

.speaker-hero-taxonomy summary::-webkit-details-marker {
  display: none;
}

.speaker-hero-taxonomy__content {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.9rem;
}

.speaker-hero-taxonomy__group {
  display: grid;
  gap: 0.45rem;
}

.speaker-hero-taxonomy__group p {
  margin: 0;
  color: var(--gray);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaker-hero-taxonomy__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.speaker-hero-taxonomy__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: var(--offwhite);
  color: var(--blue);
  text-decoration: none;
}

.speaker-page-title {
  margin: 0 0 1.2rem;
  color: var(--deep-blue);
  font-size: clamp(2.3rem, 3.8vw, 4rem);
  line-height: 1.04;
  font-weight: 800;
}

.speaker-favourite-button,
.speaker-favourite-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(5, 37, 51, 0.16);
  border-radius: 999px;
  background: white;
  color: var(--deep-blue);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color var(--duration-fast) var(--ease-default),
    border-color var(--duration-fast) var(--ease-default),
    color var(--duration-fast) var(--ease-default),
    transform var(--duration-fast) var(--ease-default);
}

.speaker-favourite-button:hover,
.speaker-favourite-button:focus-visible,
.speaker-favourite-link:hover,
.speaker-favourite-link:focus-visible {
  background: rgba(77, 211, 206, 0.12);
  border-color: rgba(77, 211, 206, 0.42);
  color: var(--blue);
}

.speaker-favourite-button.is-active {
  background: rgba(255, 69, 58, 0.08);
  border-color: rgba(255, 69, 58, 0.35);
  color: var(--red);
}

.speaker-favourite-button__icon {
  position: relative;
  width: 1rem;
  height: 0.95rem;
  transform: rotate(-45deg) translateY(-1px);
  border-radius: 0.15rem 0.15rem 0 0;
  background: currentColor;
}

.speaker-favourite-button__icon::before,
.speaker-favourite-button__icon::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.95rem;
  border-radius: 50%;
  background: currentColor;
}

.speaker-favourite-button__icon::before {
  top: -0.48rem;
  left: 0;
}

.speaker-favourite-button__icon::after {
  top: 0;
  left: 0.48rem;
}

.speaker-about-copy {
  max-width: 78rem;
}

.speaker-about-copy p,
.speaker-topic__content {
  font-size: 1.125rem;
  line-height: 1.45;
}

.speaker-testimonials {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.5rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.speaker-testimonial {
  flex: 0 0 min(100%, 48rem);
  scroll-snap-align: start;
  background: var(--offwhite);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.speaker-testimonial__quote,
.speaker-testimonial__source {
  margin: 0;
}

.speaker-testimonial__quote {
  color: var(--deep-blue);
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.5;
  font-weight: 500;
}

.speaker-testimonial__quote::before {
  content: '"';
  display: block;
  margin-bottom: 0.75rem;
  color: var(--red);
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.speaker-testimonial__source {
  margin-top: 1rem;
  color: var(--red);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.speaker-media-header {
  margin-top: 3.5rem;
}

.speaker-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.speaker-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  background: #d7ece9;
}

.speaker-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.speaker-topic-list {
  display: grid;
  gap: 1.5rem;
}

.speaker-topic {
  border-top: 3px solid var(--seagreen);
  padding-top: 1.25rem;
}

.speaker-topic h4,
.speaker-card--compact h4 {
  margin: 0;
  color: var(--deep-blue);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.15;
  font-weight: 800;
}

.speaker-topic__summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  cursor: pointer;
}

.speaker-topic__summary::-webkit-details-marker {
  display: none;
}

.speaker-topic__toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(77, 211, 206, 0.15);
  color: var(--deep-blue);
}

.speaker-topic__toggle::before {
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.speaker-topic[open] .speaker-topic__toggle::before {
  content: "-";
}

.speaker-topic__content {
  margin: 1rem 0 0;
  white-space: pre-line;
}

.speaker-related-grid {
  margin-top: 0.75rem;
}

.tb-favourites-summary,
.tb-favourites-empty {
  margin-bottom: 1.5rem;
}

.tb-favourites-summary__count {
  margin: 0 0 0.35rem;
  color: var(--deep-blue);
  font-size: 1.35rem;
  font-weight: 800;
}

.speaker-favourites-card__actions {
  margin-top: 0.75rem;
}

.tb-editorial-guide-grid {
  display: grid;
  gap: 1rem;
}

.tb-editorial-guide-card h2 {
  margin-top: 0;
}

.tb-editorial-guide-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.tb-editorial-guide-card li + li {
  margin-top: 0.5rem;
}

.tb-preview-grid {
  display: grid;
  gap: 1rem;
}

.tb-preview-callout h2,
.tb-preview-card h2,
.tb-preview-checklist h2 {
  margin-top: 0;
}

.tb-preview-command-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.tb-preview-command-list p {
  margin: 0;
}

.tb-preview-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.tb-preview-list li + li {
  margin-top: 0.8rem;
}

.tb-preview-list a {
  color: var(--deep-blue);
  font-weight: 700;
  text-decoration: none;
}

.tb-preview-list span {
  display: block;
  margin-top: 0.15rem;
  color: var(--gray);
  font-size: 0.95rem;
}

.tb-preview-checklist ul {
  margin: 0;
  padding-left: 1.2rem;
}

.tb-preview-checklist li + li {
  margin-top: 0.55rem;
}

.tb-admin-summary {
  display: grid;
  gap: 1rem;
}

.tb-admin-summary__intro h2,
.tb-admin-stat__value,
.tb-admin-route-card__header h2 {
  margin-top: 0;
}

.tb-admin-stats-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.tb-admin-stat {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}

.tb-admin-stat__label,
.tb-admin-stat__meta {
  margin: 0;
}

.tb-admin-stat__label {
  color: var(--gray);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.tb-admin-stat__value {
  margin-bottom: 0;
  color: var(--deep-blue);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.tb-admin-stat__meta {
  color: var(--gray);
  font-size: 0.95rem;
}

.tb-admin-route-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.tb-admin-route-card__header p {
  margin-bottom: 0;
}

.tb-handoff-card {
  gap: 1rem;
}

.tb-handoff-item {
  display: grid;
  gap: 0.55rem;
}

.tb-handoff-item__top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.tb-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tb-status-badge--ready {
  background: rgba(4, 157, 151, 0.12);
  color: #045a57;
}

.tb-status-badge--needs-integration,
.tb-status-badge--needs-access,
.tb-status-badge--needs-access-satisfied,
.tb-status-badge--review {
  background: rgba(242, 153, 74, 0.14);
  color: #8f4a09;
}

.tb-status-badge--external,
.tb-status-badge--missing {
  background: rgba(226, 43, 32, 0.12);
  color: #9d2119;
}

.tb-review-bundle-grid,
.tb-review-bundle-panels {
  gap: 1.5rem;
}

.tb-review-bundle-card p:last-child,
.tb-review-bundle-header .button-row {
  margin-bottom: 0;
}

.tb-review-bundle-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.25rem;
}

.tb-review-bundle-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(4, 157, 151, 0.1);
  color: #035b57;
  font-size: 0.92rem;
  font-weight: 700;
}

.tb-review-route-list,
.tb-review-check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.tb-review-route-list li,
.tb-review-check-list li {
  margin-bottom: 0.8rem;
}

.tb-review-route-list span {
  display: block;
  margin-top: 0.2rem;
  color: var(--tb-muted);
  font-size: 0.94rem;
}

.tb-media-library-toolbar__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1rem;
}

.tb-media-library-toolbar__top h2,
.tb-media-library-card h3 {
  margin-bottom: 0.35rem;
}

.tb-media-library-toolbar__meta {
  color: var(--tb-muted);
  font-size: 0.95rem;
}

.tb-media-library-filters {
  margin-bottom: 1rem;
}

.tb-media-library-callout {
  margin-bottom: 1rem;
  color: var(--tb-muted);
}

.tb-media-library-filters input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(5, 37, 51, 0.16);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font: inherit;
}

.tb-media-library-grid {
  gap: 1rem;
}

.tb-media-library-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tb-media-library-card__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 1.1rem;
  background: rgba(5, 37, 51, 0.05);
}

.tb-media-library-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.tb-media-library-card__content {
  display: grid;
  gap: 0.75rem;
}

.tb-media-library-card__badges,
.tb-media-library-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tb-media-library-card__meta,
.tb-media-library-card__path {
  color: var(--tb-muted);
  margin-bottom: 0;
}

.tb-media-library-card__path code {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.tb-media-library-card__actions a {
  font-weight: 700;
}

.speaker-card--compact .card-body {
  gap: 0.4rem;
}

.speaker-card--compact .card-body h4 {
  margin: 0;
}

.speaker-card--compact .card-body p {
  margin: 0;
}

.tb-post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tb-post-category {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(5, 37, 51, 0.14);
  border-radius: var(--radius-full);
  background: rgba(83, 209, 200, 0.1);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.tb-feedback-status__updated {
  margin: 1rem 0 0;
  color: var(--gray);
  font-size: 0.98rem;
}

.tb-feedback-status-grid {
  gap: 1.5rem;
}

.tb-feedback-status-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tb-feedback-status-card > h2,
.tb-feedback-status-card > p {
  margin: 0;
}

.tb-feedback-status-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.tb-feedback-status-list li {
  padding-top: 1rem;
  border-top: 1px solid rgba(5, 37, 51, 0.12);
}

.tb-feedback-status-list__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.tb-feedback-status-list__header h3,
.tb-feedback-status-list li p {
  margin: 0;
}

.tb-feedback-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tb-feedback-status-pill--resolved {
  background: rgba(83, 209, 200, 0.16);
  color: #035b57;
}

.tb-feedback-status-pill--partial {
  background: rgba(255, 202, 87, 0.22);
  color: #7b4f00;
}

.tb-feedback-status-pill--pending,
.tb-feedback-status-pill--external,
.tb-feedback-status-pill--future {
  background: rgba(255, 74, 64, 0.12);
  color: #8d1e1a;
}

.tb-feedback-status-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  color: var(--gray);
  font-size: 0.95rem;
}

.tb-speakers-cta {
  background: var(--red);
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.tb-speakers-cta__inner {
  text-align: center;
}

.tb-speakers-cta__title,
.tb-speakers-cta__subtitle {
  margin: 0;
  color: white;
  font-weight: 800;
  line-height: 1.08;
}

.tb-speakers-cta__title {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
}

.tb-speakers-cta__subtitle {
  margin-top: clamp(1.75rem, 3vw, 2.6rem);
  font-size: clamp(2.1rem, 3.9vw, 3.8rem);
}

.tb-speakers-cta__actions {
  margin: clamp(2rem, 4vw, 3rem) 0 0;
}

.tb-speakers-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.75rem 2.3rem;
  border: 2px solid var(--seagreen);
  border-radius: 999px;
  background: white;
  color: #16546f;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
}

.tb-speakers-cta__button:hover {
  background: var(--offwhite);
}

.et_pb_section_0_tb_footer.et_pb_section {
  position: relative;
  background: var(--darkgray) !important;
  padding-top: 0.85rem !important;
  padding-bottom: 0 !important;
}

.et_pb_section_0_tb_footer.et_pb_section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.75rem;
  background: var(--red);
}

.et_pb_section_0_tb_footer .tb-footer-menus {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 2.75rem;
  padding-top: 2.9rem !important;
  padding-bottom: 0 !important;
}

.et_pb_section_0_tb_footer .tb-footer-menus > .et_pb_column,
.et_pb_section_0_tb_footer .tb-footer-brand-row > .et_pb_column,
.et_pb_section_0_tb_footer .tb-footer-meta-row > .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
}

.et_pb_section_0_tb_footer .tb-footer-menus .et_pb_text {
  margin-bottom: 0.9rem !important;
}

.et_pb_section_0_tb_footer .tb-footer-menus .p1 {
  color: var(--seagreen);
  font-size: clamp(1.7rem, 1.9vw, 2.2rem);
  line-height: 1.05;
  font-weight: 700;
}

.et_pb_section_0_tb_footer .et_pb_menu_inner_container,
.et_pb_section_0_tb_footer .et_pb_menu__wrap,
.et_pb_section_0_tb_footer .et_pb_menu__menu,
.et_pb_section_0_tb_footer .et_pb_menu__menu > nav {
  display: block;
}

.et_pb_section_0_tb_footer .et_pb_menu .et-menu.nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.et_pb_section_0_tb_footer .et_pb_menu .et-menu > li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.et_pb_section_0_tb_footer .et_pb_menu .et-menu > li > a {
  padding: 0 !important;
  color: white !important;
  font-size: 1rem;
  line-height: 1.35;
}

.et_pb_section_0_tb_footer .menu-item-favourites {
  width: auto !important;
  padding-right: 1.8rem !important;
  background-position: right center;
}

.et_pb_section_0_tb_footer .tb-footer-brand-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 560px);
  align-items: end;
  gap: 2rem 4rem;
  padding-top: 3.25rem !important;
  padding-bottom: 1.8rem !important;
}

.et_pb_section_0_tb_footer .tb-footer-brand-column {
  display: flex;
  align-items: flex-end;
}

.et_pb_section_0_tb_footer .et_pb_image_0_tb_footer {
  margin: 0 !important;
}

.et_pb_section_0_tb_footer .et_pb_image_0_tb_footer .et_pb_image_wrap img {
  width: min(100%, 276px);
  height: auto;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter {
  padding-right: 0 !important;
  margin: 0 !important;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter .et_pb_newsletter_description {
  padding-bottom: 0 !important;
}

.tb-footer-newsletter__title {
  margin: 0 0 0.65rem;
  color: white;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.05;
  font-weight: 800;
}

.tb-footer-newsletter__description {
  margin: 0;
  color: #c6edef;
  font-size: 1rem;
  line-height: 1.45;
}

.tb-footer-newsletter__status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.tb-footer-newsletter__status p {
  margin: 0;
  padding: 0;
}

.tb-footer-newsletter__status--success,
.tb-footer-newsletter__status--info {
  background: rgba(198, 237, 239, 0.14);
  border: 1px solid rgba(198, 237, 239, 0.32);
  color: #e7ffff;
}

.tb-footer-newsletter__status--error {
  background: rgba(247, 62, 57, 0.12);
  border: 1px solid rgba(247, 62, 57, 0.34);
  color: #ffe5e4;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter .et_pb_newsletter_form {
  position: relative;
  margin-top: 1.35rem;
  max-width: 100%;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter .et_pb_newsletter_fields {
  position: relative;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter .et_pb_newsletter_field {
  margin: 0 !important;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter #tb-newsletter-email {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: var(--offwhite);
  color: var(--deep-blue);
  padding: 0 4.5rem 0 1.1rem;
  font-size: 1rem;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter #tb-newsletter-email::placeholder {
  color: var(--gray);
  opacity: 1;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter .et_pb_newsletter_button_wrap {
  position: absolute !important;
  top: 50%;
  right: 0.6rem !important;
  transform: translateY(-50%);
  height: auto !important;
  margin: 0 !important;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter .et_pb_newsletter_button.et_pb_button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  opacity: 1 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter .et_pb_newsletter_button_text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.et_pb_section_0_tb_footer .tb-footer-newsletter .et_pb_newsletter_button.et_pb_button:after {
  color: var(--red) !important;
  font-size: 34px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  margin: 0 !important;
  position: static !important;
}

.et_pb_section_0_tb_footer .et_pb_row_2_tb_footer {
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
}

.et_pb_section_0_tb_footer .et_pb_divider_0_tb_footer {
  margin: 0 !important;
}

.et_pb_section_0_tb_footer .et_pb_divider_0_tb_footer .et_pb_divider_internal {
  border-top-width: 1px;
  border-top-color: rgba(198, 237, 239, 0.65);
}

.et_pb_section_0_tb_footer .tb-footer-meta-row {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 1rem 2rem;
  padding-top: 0 !important;
  padding-bottom: 2rem !important;
}

.et_pb_section_0_tb_footer .tb-footer-meta-row .footer-copyright,
.et_pb_section_0_tb_footer .tb-footer-meta-row .et_pb_button_0_tb_footer_wrapper,
.et_pb_section_0_tb_footer .tb-footer-meta-row .tb-footer-socials {
  margin: 0 !important;
}

.et_pb_section_0_tb_footer .tb-footer-meta-row .footer-copyright .et_pb_text_inner {
  color: #c6edef;
}

.et_pb_section_0_tb_footer .tb-footer-meta-row .footer-copyright p {
  padding: 0;
  font-size: 15px;
  line-height: 1.45;
}

.et_pb_section_0_tb_footer .tb-footer-meta-row .et_pb_button_0_tb_footer {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: auto;
  white-space: nowrap;
  color: #c6edef !important;
  font-size: 16px !important;
  font-weight: 700;
  padding: 0 !important;
  background: transparent !important;
}

.et_pb_section_0_tb_footer .tb-footer-meta-row .et_pb_button_0_tb_footer::before {
  content: attr(data-icon);
  font-family: FontAwesome, sans-serif;
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
  color: #c6edef;
}

.et_pb_section_0_tb_footer .tb-footer-meta-row .et_pb_button_0_tb_footer::after {
  display: none !important;
}

.et_pb_section_0_tb_footer .tb-footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-left: 0 !important;
}

.et_pb_section_0_tb_footer .tb-footer-socials li {
  margin: 0 !important;
}

.et_pb_section_0_tb_footer .tb-footer-socials a.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: white !important;
  text-decoration: none;
}

.et_pb_section_0_tb_footer .tb-footer-socials a.icon::before {
  color: var(--deep-blue);
  font-size: 22px;
  line-height: 1;
}

.page-hero,
.section {
  padding-block: clamp(2rem, 5vw, 4rem);
}

.split-grid,
.grid,
.stat-list {
  display: grid;
  gap: 1.5rem;
}

.split-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.panel,
.card,
.stat-list li {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.panel,
.card .card-body,
.stat-list li {
  padding: 1.5rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gray);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.page-hero h1,
.card h3,
.site-footer h3 {
  color: var(--deep-blue);
}

.page-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1em;
}

.lede {
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.3em;
  color: var(--blue);
  max-width: 42rem;
}

.pill-list {
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pill-list a,
.pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(5, 37, 51, 0.15);
  padding: 0.65rem 1rem;
  text-decoration: none;
  background: white;
  color: var(--deep-blue);
}

.card {
  overflow: hidden;
}

.card-media {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: #d3ece8;
}

.card-media img {
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
  object-position: center top;
}

.card-meta,
.footer-copy,
.footer-stats li {
  color: var(--blue);
}

.tb-section-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.tb-section-heading h2,
.tb-section-heading p,
.tb-section-heading .eyebrow {
  margin: 0;
}

.tb-news-featured {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.tb-news-featured__copy {
  display: grid;
  gap: 0.9rem;
}

.tb-news-featured__copy h2,
.tb-news-featured__copy p {
  margin: 0;
}

.tb-news-featured__meta {
  color: var(--blue);
  font-weight: 700;
}

.tb-news-featured__media {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.tb-news-featured__media img {
  width: 100%;
  height: auto;
  display: block;
}

.tb-news-grid,
.tb-news-interview-grid,
.tb-about-overview-grid,
.tb-team-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.post-card,
.tb-team-card {
  height: 100%;
}

.post-card .card-body,
.tb-team-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.post-card .card-body > *,
.tb-team-card .card-body > * {
  margin: 0;
}

.tb-about-hero__inner {
  display: grid;
  gap: 2rem;
}

.tb-about-hero__copy {
  display: grid;
  gap: 1.25rem;
}

.tb-about-hero__grid-wrap {
  display: grid;
  gap: 1rem;
}

.tb-about-hero__grid-intro {
  display: grid;
  gap: 0.4rem;
}

.tb-about-hero__grid-intro h2,
.tb-about-hero__grid-intro p {
  margin: 0;
}

.tb-about-hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.tb-about-overview-card {
  display: grid;
  gap: 0.65rem;
}

.tb-about-overview-card > * {
  margin: 0;
}

.tb-about-hero__card {
  display: grid;
  gap: 0.45rem;
  text-decoration: none;
  color: var(--deep-blue);
}

.tb-about-hero__card img {
  width: 100%;
  aspect-ratio: 0.88 / 1;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  object-position: center top;
}

.tb-about-hero__card span {
  font-size: 0.9rem;
  font-weight: 700;
}

.tb-contact-logo-panel {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
  text-align: center;
}

.tb-contact-logo-panel img {
  width: min(100%, 290px);
  height: auto;
}

.tb-contact-logo-panel__text {
  margin: 0;
  max-width: 24rem;
  color: var(--blue);
  font-size: 1rem;
}

.tb-contact-hero__copy {
  display: grid;
  gap: 1.25rem;
}

.tb-contact-hero__facts {
  display: grid;
  gap: 0.9rem;
}

.tb-contact-hero__fact {
  display: grid;
  gap: 0.4rem;
}

.tb-contact-hero__fact p {
  margin: 0;
}

.tb-contact-hero__fact a {
  color: var(--deep-blue);
  font-weight: 800;
  text-decoration: none;
}

.tb-contact-form {
  display: grid;
  gap: 1rem;
}

.tb-contact-form__grid {
  display: grid;
  gap: 1rem;
}

.tb-contact-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--deep-blue);
}

.tb-contact-form input,
.tb-contact-form select,
.tb-contact-form textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(5, 37, 51, 0.16);
  border-radius: 20px;
  background: white;
  color: var(--deep-blue);
  font: inherit;
}

.tb-contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.tb-contact-form__status {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
}

.tb-contact-form__status p {
  margin: 0;
  padding: 0;
}

.tb-contact-form__status--success {
  background: rgba(77, 211, 206, 0.12);
  border: 1px solid rgba(77, 211, 206, 0.35);
}

.tb-contact-form__status--error {
  background: rgba(247, 62, 57, 0.1);
  border: 1px solid rgba(247, 62, 57, 0.28);
}

.tb-contact-aside {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.tb-contact-aside h2,
.tb-contact-aside p {
  margin: 0;
}

.tb-contact-aside__note {
  color: var(--blue);
}

.tb-partnership-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.tb-partnership-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.tb-partnership-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--offwhite);
  font-weight: 700;
}

.tb-partnership-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(5, 37, 51, 0.14);
  background: white;
  color: var(--deep-blue);
  text-decoration: none;
  font-weight: 700;
}

.tb-partnership-tabs a.is-active {
  background: var(--deep-blue);
  border-color: var(--deep-blue);
  color: white;
  box-shadow: 0 10px 24px rgba(5, 37, 51, 0.16);
}

.tb-partnership-page .et_pb_menu,
.tb-partnership-page .et_mobile_nav_menu {
  display: none !important;
}

.tb-partnership-page .et_pb_section,
.tb-partnership-page .et_pb_row {
  background: transparent !important;
}

.tb-partnership-page .et_pb_text,
.tb-partnership-page .et_pb_blurb,
.tb-partnership-page .et_pb_image,
.tb-partnership-page .et_pb_button_module_wrapper {
  position: relative;
  z-index: 1;
}

.tb-partnership-page .et_pb_image_wrap {
  display: block;
  border-radius: 20px;
  background: rgba(225, 251, 252, 0.7);
  padding: 1rem;
  backdrop-filter: blur(8px);
}

.tb-partnership-page .et_pb_image_wrap img {
  border-radius: 12px;
}

.tb-post-layout {
  align-items: start;
}

.tb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--blue);
  font-size: 0.95rem;
}

.tb-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.tb-breadcrumbs a:hover,
.tb-breadcrumbs a:focus-visible {
  color: var(--deep-blue);
}

.tb-post-body > *:first-child {
  margin-top: 0;
}

.tb-post-sidebar {
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.tb-post-sidebar__group {
  display: grid;
  gap: 0.9rem;
}

.tb-post-sidebar__group .eyebrow {
  margin: 0;
}

.tb-post-share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tb-post-share__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: var(--offwhite);
  color: var(--deep-blue);
  text-decoration: none;
  font-weight: 700;
}

.tb-post-share__link span[aria-hidden="true"] {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: white;
  color: var(--deep-blue);
  font-size: 0.8rem;
  line-height: 1;
}

.tb-post-sidebar-links {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.1rem;
}

.tb-post-sidebar-links a {
  color: var(--deep-blue);
  font-weight: 700;
  text-decoration: none;
}

.tb-post-sidebar-links a:hover,
.tb-post-sidebar-links a:focus-visible {
  color: var(--red);
}

.tb-post-body .yoast-breadcrumbs,
.tb-post-body .yoast-reading-time__wrapper {
  color: var(--blue);
  font-size: 0.95rem;
}

.tb-post-body .yoast-breadcrumbs {
  margin-bottom: 1rem;
}

.tb-post-body .yoast-reading-time__wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
}

.tb-post-body .wp-block-yoast-seo-estimated-reading-time .yoast-reading-time__spacer,
.tb-post-body .wp-block-yoast-seo-estimated-reading-time .yoast-reading-time__icon svg {
  display: none !important;
}

.tb-faq-item {
  border-top: 1px solid rgba(5, 37, 51, 0.14);
  padding: 1rem 0;
}

.tb-faq-list {
  padding: 1.25rem 1.5rem;
}

.tb-faq-item:last-child {
  border-bottom: 1px solid rgba(5, 37, 51, 0.14);
}

.tb-faq-item__summary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  cursor: pointer;
  color: var(--deep-blue);
  font-weight: 800;
}

.tb-faq-item__summary::-webkit-details-marker {
  display: none;
}

.tb-faq-item__summary::after {
  content: "+";
  margin-left: 0.8rem;
  color: var(--blue);
}

.tb-faq-item[open] .tb-faq-item__summary::after {
  content: "−";
}

.tb-faq-item__answer {
  padding-top: 0.8rem;
}

.tb-faq-item__answer p {
  margin: 0;
}

.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.stat-value {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--deep-blue);
}

.rich-text iframe {
  width: 100%;
  max-width: 100%;
  min-height: 22rem;
  border: none;
}

.rich-text ul,
.rich-text ol {
  padding-left: 1.25rem;
}

.rich-text .wp-block-columns {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.rich-text .wp-block-column > *:first-child {
  margin-top: 0;
}

.rich-text .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.rich-text figure {
  margin-inline: 0;
}

.rich-text figcaption {
  margin-top: 0.5rem;
  color: var(--blue);
  font-size: 0.95rem;
}

@media (min-width: 981px) {
  .tb-speakers-filter-panel__intro {
    grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.8fr);
    align-items: start;
  }

  .tb-news-featured {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  }

  .tb-news-grid,
  .tb-news-interview-grid,
  .tb-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tb-about-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-about-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.95fr);
    align-items: start;
  }

  .tb-about-hero__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tb-contact-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-contact-hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rich-text .wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .et_pb_section_1_tb_header {
    display: none !important;
  }

  .tb-mobile-nav {
    display: none;
  }

  .tb-rendered:not(.tb-home) .et_pb_column_1_4 {
    flex: 0 0 calc(25% - 1.5rem);
  }

  .tb-rendered:not(.tb-home) .et_pb_column_1_3 {
    flex: 0 0 calc(33.333% - 1.334rem);
  }

  .tb-rendered:not(.tb-home) .et_pb_column_1_2 {
    flex: 0 0 calc(50% - 1rem);
  }

  .tb-rendered:not(.tb-home) .et_pb_column_2_3 {
    flex: 0 0 calc(66.666% - 0.667rem);
  }

  .tb-rendered:not(.tb-home) .et_pb_column_3_4 {
    flex: 0 0 calc(75% - 0.5rem);
  }

  .tb-rendered:not(.tb-home) .et_pb_column_1_5 {
    flex: 0 0 calc(20% - 1.6rem);
  }

  .tb-rendered:not(.tb-home) .et_pb_column_2_5 {
    flex: 0 0 calc(40% - 1.2rem);
  }

  .tb-rendered:not(.tb-home) .et_pb_column_3_5 {
    flex: 0 0 calc(60% - 0.8rem);
  }

  .tb-rendered:not(.tb-home) .et_pb_column_4_4,
  .tb-rendered:not(.tb-home) .et_pb_column_1_1 {
    flex: 0 0 100%;
  }
}

@media (max-width: 980px) {
  .et_pb_section_0_tb_header {
    display: none !important;
  }

  .speaker-testimonial {
    flex-basis: min(100%, 42rem);
  }

  #header-menu-container .et_pb_menu__wrap {
    justify-content: flex-end;
  }

  #header-menu-container .et_pb_menu__menu {
    display: none;
  }

  .et_pb_section_0_tb_footer .tb-footer-menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .et_pb_section_0_tb_footer .tb-footer-brand-row,
  .et_pb_section_0_tb_footer .tb-footer-meta-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .et_pb_section_0_tb_footer .tb-footer-socials {
    justify-content: flex-start;
  }

  .tb-home .et_pb_gallery_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #header-menu-container.et_pb_row {
    width: calc(100% - 1rem);
  }

  .pill-list {
    gap: 0.7rem;
  }

  .pill-list a,
  .pill-list span {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .tb-search-pills {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .tb-search-pills a {
    width: 100%;
    min-height: 52px;
    padding-inline: 0.85rem;
    line-height: 1.2;
  }

  .tb-search-form__row {
    flex-direction: column;
    align-items: stretch;
  }

  .tb-search-form input[type="search"] {
    width: 100%;
    min-width: 0;
  }

  .tb-search-form .button {
    width: 100%;
    justify-content: center;
  }

  .speaker-page-title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .speaker-testimonial {
    padding: 1.5rem;
  }

  .speaker-topic-list {
    gap: 1.2rem;
  }

  .tb-speakers-cta {
    padding: 3rem 0;
  }

  .tb-speakers-cta__title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .tb-speakers-cta__subtitle {
    margin-top: 1.25rem;
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .tb-rendered .et_pb_row,
  .tb-rendered .et_pb_row_inner {
    width: calc(100% - 1rem);
  }

  .tb-rendered .et_pb_gallery_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .et_pb_section_0_tb_footer.et_pb_section::before {
    height: 0.625rem;
  }

  .et_pb_section_0_tb_footer .tb-footer-menus {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .et_pb_section_0_tb_footer .tb-footer-brand-row {
    padding-top: 2.2rem !important;
  }

  .et_pb_section_0_tb_footer .tb-footer-newsletter #tb-newsletter-email {
    min-height: 52px;
  }

  .tb-mobile-nav__brand {
    width: 150px;
  }

  .tb-about-hero__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-about-hero__card img {
    aspect-ratio: 0.84 / 1;
  }
}
