
/* Sales UX polish, 2026-09-08. Only the six reviewed service documents.
   Retain the original ribbon labels, price values and table cells. */
html[data-match-design="v1"] :is(
  body#collection-68e58cf879f9280cff6932ae,
  body#collection-68e5b80a4f62f631bea27976,
  body#collection-68e6ceb4a6adb56e89a60f36,
  body#collection-6a0b93522fe19f4c4759a407,
  body#collection-695ab08eeee8445598885463,
  body#collection-68e5b413ef87f221a3b71c15
) .mps-price-card--featured::before {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: table !important;
  box-sizing: border-box;
  width: fit-content !important;
  max-width: 100%;
  min-height: 24px;
  height: auto !important;
  margin: 0 auto 12px;
  padding: 4px 10px !important;
  border-radius: 4px;
  color: #000 !important;
  background: var(--match-muted) !important;
  font-size: 12px !important;
  line-height: 16px !important;
  white-space: normal;
  overflow-wrap: break-word;
}
@media (min-width: 681px) {
  html[data-match-design="v1"] :is(
    body#collection-68e58cf879f9280cff6932ae,
    body#collection-68e5b80a4f62f631bea27976,
    body#collection-68e6ceb4a6adb56e89a60f36,
    body#collection-6a0b93522fe19f4c4759a407,
    body#collection-695ab08eeee8445598885463,
    body#collection-68e5b413ef87f221a3b71c15
  ) .mps-price-card:not(.mps-price-card--featured)::before {
    content: "";
    display: block;
    height: 24px;
    margin-bottom: 12px;
  }
}
html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare-hint {
  margin: 0 0 12px;
  color: var(--match-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae :is(.mps-compare__wrap, .mps-team-compare__wrap) {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 48px;
  scrollbar-width: auto;
}
html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae :is(.mps-compare__wrap, .mps-team-compare__wrap):focus-visible {
  outline: 2px solid var(--match-text);
  outline-offset: -3px;
}
@media (max-width: 600px) {
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table {
    table-layout: fixed;
    min-width: 648px;
    width: 648px;
    border-spacing: 6px 0;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table col {
    width: 132px;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-compare__label-col {
    width: 84px;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table :is(th, td) {
    width: 132px;
    min-width: 0;
    overflow-wrap: break-word;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table :is(th, td):first-child {
    width: 84px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__caption {
    font-size: 12px;
    line-height: 1.5;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-price-card {
    padding: 12px !important;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-price-card:not(.mps-price-card--featured)::before {
    content: "";
    display: block;
    height: 24px;
    margin-bottom: 12px;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-price-card--featured::before {
    padding: 4px !important;
    letter-spacing: .02em;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-card-title {
    font-size: 16px;
    line-height: 1.2;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-amount {
    font-size: 30px;
    line-height: 1.15;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-currency {
    font-size: 14px;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-cta {
    padding: 10px 8px !important;
    font-size: 14px;
    min-height: 48px;
  }
}
@media (min-width: 390px) and (max-width: 600px) {
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table {
    min-width: 820px;
    width: 820px;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table :is(col, th, td) {
    width: 170px;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table :is(.mps-compare__label-col, th:first-child, td:first-child) {
    width: 104px;
    font-size: 14px;
  }
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae .mps-compare__table .mps-amount {
    font-size: 34px;
  }
}
/* At these verified widths every comparison column is already visible. */
@media (min-width: 1280px) {
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae #mp-corporate-program-scroll-hint {
    display: none;
  }
}
@media (min-width: 1024px) {
  html[data-match-design="v1"] body#collection-68e58cf879f9280cff6932ae #mp-corporate-team-scroll-hint {
    display: none;
  }
}
