.cdp-webinars-page.cdp-training-schedule {
  width: 99%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0 48px;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-intro {
  max-width: none;
  margin-bottom: 18px;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-hero {
  margin-bottom: 18px;
}

.cdp-webinars-page.cdp-training-schedule .cdp-partner-page__title {
  color: #1f2f46;
  font-family: inherit;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-transform: uppercase;
  max-width: none;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-hero-copy {
  max-width: 900px;
  margin-bottom: 22px;
}

.cdp-webinars-page.cdp-training-schedule .cdp-webinars-table.cdp-training-schedule-table {
  width: 100%;
  max-width: none;
  table-layout: fixed;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table thead th:first-child {
  width: auto;
}

.cdp-webinars-page.cdp-training-schedule .cdp-webinars-table-title {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  vertical-align: middle;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-ce-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  transform: translateY(1px);
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-ce-badge img {
  display: block;
  width: 100%;
  height: 100%;
}

.cdp-webinars-page.cdp-training-schedule.cdp-training-schedule--with-search .cdp-training-schedule-table thead th:nth-child(2),
.cdp-webinars-page.cdp-training-schedule.cdp-training-schedule--with-search .cdp-training-schedule-table td:nth-child(2) {
  box-sizing: border-box;
  width: var(--cdp-schedule-platform-col);
  padding-left: var(--cdp-schedule-track-padding);
  text-align: left;
}

.cdp-webinars-page.cdp-training-schedule.cdp-training-schedule--with-search .cdp-training-schedule-table thead th:nth-child(3),
.cdp-webinars-page.cdp-training-schedule.cdp-training-schedule--with-search .cdp-training-schedule-table td:nth-child(3) {
  box-sizing: border-box;
  width: var(--cdp-schedule-topic-col);
  padding-left: var(--cdp-schedule-track-padding);
}

.cdp-webinars-page.cdp-training-schedule.cdp-training-schedule--with-search .cdp-training-schedule-table thead th:nth-child(4),
.cdp-webinars-page.cdp-training-schedule.cdp-training-schedule--with-search .cdp-training-schedule-table td:nth-child(4) {
  box-sizing: border-box;
  width: var(--cdp-schedule-date-col);
  white-space: nowrap;
  padding-left: var(--cdp-schedule-track-padding);
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table td:first-child {
  width: auto;
  padding-left: var(--cdp-schedule-track-padding) !important;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table thead th:first-child {
  padding-left: var(--cdp-schedule-track-padding) !important;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tbody tr {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tbody td:first-child {
  position: relative;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tbody td:first-child::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 0;
  border-radius: 0 999px 999px 0;
  background: #123763;
  opacity: 0;
  transition: width 0.2s ease, opacity 0.2s ease;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tbody tr:hover td:first-child::before,
.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tbody tr:focus-within td:first-child::before {
  width: 4px;
  opacity: 1;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-topic-cell {
  white-space: nowrap;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-platform-cell {
  color: #45536f;
  font-weight: 600;
  white-space: nowrap;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-topic {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--cdp-topic-background, #e9edf5);
  color: var(--cdp-topic-color, #3f4d73);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-pager {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-pager .pager {
  margin: 0;
}

.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-pager .page-link,
.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-pager .page-link span,
.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-pager .page-item,
.cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-pager .pagination {
  font-size: 16px;
}

@media (max-width: 767px) {
  .cdp-webinars-page.cdp-training-schedule {
    width: 100%;
    padding: 18px 0 40px;
  }

  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-layout {
    --cdp-schedule-platform-col: auto;
    --cdp-schedule-topic-col: auto;
    --cdp-schedule-date-col: auto;
  }

  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table thead {
    display: none;
  }

  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table,
  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tbody,
  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tr,
  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table td {
    display: block;
    width: 100%;
  }

  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tr {
    border-top: 1px solid #d6dde8;
  }

  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table tr:first-child {
    border-top: 0;
  }

  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-table td {
    border-top: 0;
    padding: 12px 14px;
  }

  .cdp-webinars-page.cdp-training-schedule .cdp-training-schedule-topic-cell {
    padding-top: 0;
  }

  .cdp-webinars-page.cdp-training-schedule .cdp-webinars-table-date {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .cdp-webinars-page.cdp-training-schedule.cdp-webinars-listing > .cdp-training-schedule-filters.cdp-webinars-listing__filters {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px) minmax(220px, 280px) !important;
    gap: 18px;
    align-items: start;
  }

  .cdp-webinars-page.cdp-training-schedule.cdp-webinars-listing .cdp-webinars-listing__search,
  .cdp-webinars-page.cdp-training-schedule.cdp-webinars-listing .cdp-webinars-listing__filter {
    width: 100%;
    max-width: none;
  }
}
