.mvd-catalog-page .sidebar,
.mvd-category-page .sidebar {
  align-content: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 12px;
  grid-auto-rows: max-content;
}

.mvd-catalog-page .wrap-content,
.mvd-category-page .wrap-content {
  flex-direction: column;
}

.mvd-category-page .wrap-content {
  min-height: 0;
}

.mvd-catalog-page .sidebar,
.mvd-category-page .sidebar {
  flex-basis: auto;
  order: 1;
  width: 100%;
}

.mvd-catalog-page .content,
.mvd-category-page .content {
  order: 2;
  width: 100%;
}

.mvd-catalog-page .sidebar,
.mvd-category-page .sidebar {
  grid-template-columns: 1fr;
}

.mvd-upcoming-session-widget {
  background:
    linear-gradient(135deg, rgba(115, 190, 215, .16), rgba(247, 251, 252, .96));
  border: 1px solid #c8dce5;
  border-left: 4px solid #73bed7;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 32, 42, .07);
  min-width: 0;
}

.mvd-catalog-page .sidebar-widget,
.mvd-category-page .sidebar-widget {
  box-shadow: 0 8px 22px rgba(15, 32, 42, .04);
  margin: 0;
  overflow: hidden;
}

.mvd-catalog-page .sidebar-widget-title,
.mvd-category-page .sidebar-widget-title {
  background: #15212a;
  border-color: #15212a;
  color: #ffffff;
  height: auto;
  min-height: 0;
  padding: 0;
}

.mvd-catalog-page .sidebar-widget-title .widget-title,
.mvd-category-page .sidebar-widget-title .widget-title,
.mvd-catalog-page .sidebar-widget-title h4,
.mvd-category-page .sidebar-widget-title h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.35;
  margin: 0;
}

.mvd-catalog-page .wrap-sidebar-widget,
.mvd-category-page .wrap-sidebar-widget {
  box-sizing: border-box;
  padding: 18px;
}

.mvd-catalog-page .sidebar-widget-content .widget-title,
.mvd-category-page .sidebar-widget-content .widget-title,
.mvd-category-page .sidebar-widget-content h4 {
  color: #152b36;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.mvd-catalog-page .sidebar-widget-content ul,
.mvd-category-page .sidebar-widget-content ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mvd-catalog-page .sidebar-widget-content li,
.mvd-category-page .sidebar-widget-content li {
  color: #526774;
  line-height: 1.45;
}

.mvd-catalog-page .sidebar-widget-content h5,
.mvd-category-page .sidebar-widget-content h5 {
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.mvd-catalog-page .sidebar-widget-content a,
.mvd-category-page .sidebar-widget-content a {
  color: #17627d;
  font-weight: 800;
}

.mvd-catalog-page .sidebar-widget-content .mvd-sessions h5,
.mvd-category-page .sidebar-widget-content .mvd-sessions h5 {
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 8px;
  text-transform: none;
}

.mvd-catalog-page .sidebar-widget-content .mvd-sessions p,
.mvd-category-page .sidebar-widget-content .mvd-sessions p {
  color: #526774;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 6px;
}

.mvd-catalog-page .sidebar-widget-content .mvd-sessions .pull-right,
.mvd-category-page .sidebar-widget-content .mvd-sessions .pull-right {
  float: none;
  margin-left: 6px;
}

.mvd-upcoming-session-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 6px;
  scroll-snap-type: x proximity;
  scrollbar-color: #9db9c4 #eef4f6;
}

.mvd-upcoming-session-card {
  background: #ffffff;
  border: 1px solid #dce6eb;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 0 0 clamp(280px, 31vw, 320px);
  min-height: 0;
  padding: 10px 12px;
  scroll-snap-align: start;
}

.mvd-catalog-page .sidebar-widget-content .mvd-upcoming-session-card h3,
.mvd-category-page .sidebar-widget-content .mvd-upcoming-session-card h3,
.mvd-catalog-page .sidebar-widget-content .mvd-upcoming-session-card h5,
.mvd-category-page .sidebar-widget-content .mvd-upcoming-session-card h5 {
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 7px;
  text-transform: none;
}

.mvd-catalog-page .mvd-upcoming-session-widget .mvd-sidebar-centered-title,
.mvd-category-page .mvd-upcoming-session-widget .mvd-sidebar-centered-title {
  text-transform: none;
}

.mvd-upcoming-session-details {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mvd-upcoming-session-date {
  color: #123f58;
  font-size: 13px;
  font-weight: 800;
}

.mvd-upcoming-session-place {
  color: #526774;
  font-size: 12px;
  min-height: 0;
}

.mvd-upcoming-session-action {
  align-items: center;
  background: #15212a;
  border-radius: 4px;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 28px;
  padding: 5px 9px;
  transition: background-color .16s ease, color .16s ease, filter .16s ease, transform .16s ease;
}

.mvd-upcoming-session-meta {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.mvd-upcoming-session-action:hover,
.mvd-upcoming-session-action:focus {
  background: #244b5d;
  color: #ffffff !important;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
  text-decoration: none;
}

.mvd-category-summary-widget {
  overflow: visible;
}

.mvd-category-summary {
  align-items: center;
  background: #15212a;
  border-radius: 6px;
  overflow: hidden;
  padding: 18px 24px;
}

.mvd-category-summary h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.18;
  margin: 0;
  text-transform: none;
}

.mvd-catalog-hero {
  background: #15212a;
  border: 1px solid #15212a;
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 18px 24px;
}

.mvd-catalog-hero .mvd-section-kicker {
  color: #9bd4ea;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.mvd-catalog-page .mvd-domain-explorer,
.mvd-category-page .mvd-category-section {
  background: #ffffff;
  border: 1px solid #dfe7ea;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 32, 42, .045);
  padding: 18px;
}

.mvd-modern-public .article-content.mvd-catalog-hero h1,
.mvd-modern-public .article-content .mvd-catalog-hero h1,
.mvd-modern-public .article-content .mvd-catalog-hero h2,
.mvd-catalog-hero h1,
.mvd-catalog-hero h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.18;
  margin: 0;
  text-transform: none;
}

.mvd-catalog-hero h1:not(:last-child),
.mvd-catalog-hero h2:not(:last-child) {
  margin-bottom: 8px;
}

.mvd-catalog-hero > p:not(.mvd-section-kicker) {
  color: #d9e8ef;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 820px;
}

.mvd-domain-explorer {
  display: grid;
  gap: 14px;
}

.mvd-domain-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 110px minmax(0, 1fr);
  padding: 18px;
}

.mvd-domain-card {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.mvd-domain-card:hover,
.mvd-domain-card:focus-within,
.mvd-domain-card:focus-visible {
  border-color: var(--mvd-calendar-accent, #36a5c9);
  box-shadow: 0 0 0 3px var(--mvd-calendar-accent, #36a5c9), 0 8px 22px rgba(21, 43, 54, .08);
  outline: 0;
  transform: var(--mvd-raise-hover);
}

.mvd-domain-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  height: 98px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

.mvd-domain-icon img {
  border-radius: 8px;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: contain;
  width: 100%;
}

.mvd-domain-copy h2 {
  font-size: 21px;
  line-height: 1.25;
  margin: 2px 0 7px;
  text-transform: none;
}

.mvd-domain-copy p {
  color: #526774;
  line-height: 1.55;
  margin: 0;
}

.mvd-resource-domain-card.is-workshops {
  min-height: 188px;
}

.mvd-resources-domain-explorer .mvd-resource-domain-card .mvd-domain-copy h2 {
  font-size: 21px;
  line-height: 1.25;
  margin: 2px 0 7px;
}

.mvd-resources-domain-explorer .mvd-resource-domain-card .mvd-domain-meta {
  font-size: 12px;
  line-height: normal;
}

.mvd-resources-domain-explorer .mvd-resource-domain-card.is-workshops .mvd-domain-copy p {
  line-height: 1.3;
}

.mvd-domain-meta {
  color: var(--mvd-calendar-accent, #267fa1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mvd-domain-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 12px 0 0;
}

.mvd-domain-tags li {
  background: #f3f6f7;
  border: 1px solid #dfe7ea;
  border-radius: 999px;
  color: #334a56;
  font-size: 12px;
  line-height: 1.2;
  padding: 6px 10px;
}

.mvd-domain-link {
  color: #315e7a;
  display: block;
  font-weight: 800;
  margin-top: 12px;
  text-align: right;
}

.mvd-domain-link:hover,
.mvd-domain-link:focus {
  background: #244b5d;
  color: #fff;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
}

.mvd-category-hero {
  align-items: center;
  background:
    radial-gradient(circle at 90% 0%, var(--mvd-calendar-soft, #edf3f5), transparent 36%),
    linear-gradient(135deg, #ffffff, #f6fafb);
  border: 1px solid #dfe7ea;
  border-radius: 8px;
  display: grid;
  gap: 22px;
  grid-template-columns: 132px minmax(0, 1fr);
  margin-bottom: 18px;
  padding: 26px;
}

.mvd-category-hero-icon,
.mvd-category-card-icon,
.mvd-training-card-icon {
  align-items: center;
  background:
    radial-gradient(circle at 70% 20%, rgba(115, 190, 215, .18), transparent 42%),
    linear-gradient(145deg, #151f26, #26343d);
  border: 1px solid rgba(115, 190, 215, .22);
  border-bottom: 3px solid var(--mvd-calendar-accent, #36a5c9);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 22px rgba(15, 32, 42, .12);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.mvd-category-hero-icon {
  height: 120px;
  padding: 14px;
}

.mvd-category-hero-icon img {
  max-height: 98px;
  max-width: 98px;
  object-fit: contain;
}

.mvd-category-hero-copy h1 {
  color: #152b36;
  font-size: 32px;
  line-height: 1.18;
  margin: 0 0 10px;
  text-transform: none;
}

.mvd-category-hero-copy p:not(.mvd-section-kicker) {
  color: #526774;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.mvd-category-section {
  margin-top: 18px;
}

.mvd-category-page .content > .mvd-category-section:first-child,
.mvd-category-page .article-content > .mvd-category-section:first-child {
  margin-top: 0;
}

.mvd-category-page .content > .mvd-category-section:first-child .mvd-category-section-heading,
.mvd-category-page .article-content > .mvd-category-section:first-child .mvd-category-section-heading {
  border-top: 0;
  padding-top: 0;
}

.mvd-category-section-heading {
  align-items: end;
  border-top: 0;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-top: 14px;
}

.mvd-category-section-heading h2 {
  color: #152b36;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  text-transform: none;
}

.mvd-category-card-grid,
.mvd-training-card-grid {
  display: grid;
  gap: 14px;
}

.mvd-category-card,
.mvd-training-card {
  align-items: center;
  display: grid;
  gap: 18px;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
}

.mvd-category-card,
.mvd-training-card[data-card-href] {
  cursor: pointer;
}

.mvd-category-card-copy,
.mvd-training-card-copy {
  min-width: 0;
}

.mvd-category-card {
  color: inherit;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 122px;
  text-decoration: none;
}

.mvd-training-card {
  align-items: stretch;
  grid-template-columns: 106px minmax(0, 1fr);
}

.mvd-category-card:hover,
.mvd-training-card:hover,
.mvd-category-card:focus-within,
.mvd-training-card:focus-within,
.mvd-category-card:focus-visible,
.mvd-training-card[data-card-href]:focus {
  border-color: var(--mvd-calendar-accent, #36a5c9);
  box-shadow: 0 0 0 3px var(--mvd-calendar-accent, #36a5c9), 0 10px 24px rgba(21, 43, 54, .08);
  outline: 0;
}

.mvd-category-card-icon,
.mvd-training-card-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 106px;
  padding: 0;
}

.mvd-category-card-icon img,
.mvd-training-card-icon img {
  border-radius: 8px;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: contain;
  width: 100%;
}

.mvd-category-card-copy h3,
.mvd-training-card-copy h3 {
  font-size: 20px;
  line-height: 1.28;
  margin: 3px 0 8px;
  text-transform: none;
}

.mvd-training-card-copy h3 a {
  color: #152b36;
}

.mvd-category-card-discover {
  color: #315e7a;
  display: block;
  font-weight: 800;
  margin-top: 12px;
  text-align: right;
}

.mvd-category-card-copy p,
.mvd-training-card-copy p {
  color: #526774;
  line-height: 1.55;
  margin: 0;
}

.mvd-category-card-meta,
.mvd-training-card-meta {
  color: var(--mvd-calendar-accent, #267fa1);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mvd-training-card-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mvd-training-card-meta > span:not(.mvd-level-badge):not(.mvd-training-card-ref):not(.mvd-training-duration-badge) {
  background: #f3f6f7;
  border: 1px solid #dfe7ea;
  border-radius: 999px;
  color: #526774;
  padding: 4px 9px;
}

.mvd-training-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.mvd-card-arrow,
.mvd-training-card-link {
  align-items: center;
  background: #152b36;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  text-align: center;
  transition: background-color .16s ease, color .16s ease, filter .16s ease, transform .16s ease;
}

.mvd-card-arrow {
  font-size: 24px;
  height: 38px;
  line-height: 1;
  width: 38px;
}

.mvd-training-card-link {
  font-size: 13px;
  padding: 10px 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.mvd-card-arrow:hover,
.mvd-card-arrow:focus,
.mvd-training-card-link:hover,
.mvd-training-card-link:focus {
  background: #244b5d;
  color: #ffffff;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
  text-decoration: none;
}

.mvd-page-heading {
  border-bottom: 1px solid #dfe7ea;
  margin: 0 0 28px;
  padding: 0 0 22px;
}

.mvd-page-heading-main {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.mvd-page-heading h1 {
  color: #123f58;
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 8px;
  text-transform: none;
}

.mvd-page-heading p {
  color: #526774;
  font-size: 15px;
  margin: 0;
}

.mvd-calendar-pdf-button {
  flex: 0 0 auto;
  margin-top: 2px;
  white-space: nowrap;
}

.mvd-modern-public .mvd-sidebar-partner-logo {
  height: auto;
  max-width: 180px;
}

.mvd-sidebar-brand {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.mvd-sidebar-brand p {
  color: #263746;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.mvd-sidebar-centered-title {
  text-align: center;
}

.mvd-company-page .text-error,
