.ascend-dme-page {
  background: #fff;
  color: #4a4a4a;
}
.ascend-dme-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}
.ascend-dme-hero {
  background: #f6f8fb;
  border-bottom: 1px solid #d7dee8;
}
.ascend-dme-hero h1,
.ascend-dme-page h1,
.ascend-dme-page h2,
.ascend-dme-page h3 {
  color: #1f2d3d;
  line-height: 1.15;
}
.ascend-dme-hero h1 {
  font-size: clamp(38px, 5vw, 58px);
  margin: 0 0 16px;
}
.ascend-dme-filters {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  background: #fff;
}
.ascend-dme-filters label {
  display: grid;
  gap: 6px;
  color: #1f2d3d;
  font-weight: 700;
}
.ascend-dme-filters input,
.ascend-dme-filters select {
  width: 100%;
  border: 1px solid #b9c4d1;
  border-radius: 6px;
  padding: 10px 11px;
}
.ascend-dme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ascend-dme-card {
  border: 1px solid #d7dee8;
  border-radius: 10px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(31, 45, 61, .08);
}
.ascend-dme-card-image,
.ascend-dme-placeholder {
  display: grid;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  background: #f6f8fb;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  color: #003399;
  font-weight: 700;
  margin-bottom: 18px;
  overflow: hidden;
}
.ascend-dme-card-image img,
.ascend-dme-detail-media img {
  width: 100%;
  height: auto;
  display: block;
}
.ascend-dme-card h2 {
  font-size: 22px;
  margin: 0 0 10px;
}
.ascend-dme-card a {
  color: #003399;
}
.ascend-dme-hcpcs {
  font-weight: 800;
  color: #1f2d3d;
}
.ascend-dme-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.ascend-dme-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #003399;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid #003399;
}
.ascend-dme-button-red {
  background: #c82333;
  border-color: #c82333;
}
.ascend-dme-button-outline {
  background: #fff;
  color: #003399 !important;
}
.wp-block-button.ascend-dme-button .wp-block-button__link,
.wp-block-button.ascend-dme-button-red .wp-block-button__link,
.wp-block-button.ascend-dme-button-outline .wp-block-button__link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #003399;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid #003399;
}
.wp-block-button.ascend-dme-button-red .wp-block-button__link {
  background: #c82333;
  border-color: #c82333;
}
.wp-block-button.ascend-dme-button-outline .wp-block-button__link {
  background: #fff;
  color: #003399 !important;
}
.ascend-dme-detail {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}
.ascend-dme-product-page {
  background: #f7f9fc;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.ascend-dme-product-page *,
.ascend-dme-product-page *::before,
.ascend-dme-product-page *::after {
  box-sizing: border-box;
}
.ascend-dme-product-page .ascend-dme-wrap {
  width: min(1240px, calc(100vw - 48px));
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.ascend-dme-editor-content {
  background: #fff;
}
.ascend-dme-editor-content > *:first-child {
  margin-top: 0;
}
.ascend-dme-editor-content > *:last-child {
  margin-bottom: 0;
}
.ascend-dme-product-header {
  background: linear-gradient(180deg, #f6f8fb 0%, #fff 100%);
  border-bottom: 1px solid #d7dee8;
}
.ascend-dme-product-header-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.25fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.ascend-dme-product-media-card,
.ascend-dme-product-summary-card,
.ascend-dme-product-card {
  background: #fff;
  border: 1px solid #d7dee8;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(31, 45, 61, .08);
}
.ascend-dme-product-media-card {
  padding: 10px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.ascend-dme-product-summary-card {
  padding: clamp(24px, 4vw, 42px);
}
.ascend-dme-main-product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #d7dee8;
  background: #f6f8fb;
  line-height: 0;
}
.ascend-dme-main-product-image {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  max-height: 620px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  background: #f6f8fb;
  transition: transform .18s ease;
}
.ascend-dme-main-product-link:hover .ascend-dme-main-product-image,
.ascend-dme-main-product-link:focus .ascend-dme-main-product-image {
  transform: scale(1.025);
}
.ascend-dme-product-summary-card h1 {
  font-size: clamp(34px, 4vw, 52px);
  margin: 0 0 18px;
}
.ascend-dme-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}
.ascend-dme-product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #bfd0e3;
  border-radius: 999px;
  background: #f3f7fc;
  color: #1f2d3d;
  font-size: 13px;
  font-weight: 800;
}
.ascend-dme-product-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ascend-dme-product-card {
  padding: clamp(22px, 3vw, 34px);
}
.ascend-dme-product-card h2 {
  margin: 0 0 16px;
  font-size: clamp(25px, 3vw, 34px);
}
.ascend-dme-product-description p:last-child,
.ascend-dme-product-card p:last-child {
  margin-bottom: 0;
}
.ascend-dme-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ascend-dme-feature-list li {
  position: relative;
  padding: 14px 16px 14px 38px;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  background: #fbfcfe;
  color: #1f2d3d;
}
.ascend-dme-feature-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c82333;
}
.ascend-dme-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ascend-dme-spec-item {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  background: #fbfcfe;
}
.ascend-dme-spec-item span {
  color: #5f6f82;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.ascend-dme-spec-item strong {
  color: #1f2d3d;
  font-size: 16px;
}
.ascend-dme-coverage-card .ascend-dme-notice {
  margin: 0;
}
.ascend-dme-coverage-notes {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d7dee8;
}
.ascend-dme-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ascend-dme-kicker {
  color: #003399;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.ascend-dme-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}
.ascend-dme-gallery-link {
  display: block;
  overflow: hidden;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #f6f8fb;
  line-height: 0;
}
.ascend-dme-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform .18s ease;
}
.ascend-dme-gallery-link:hover img,
.ascend-dme-gallery-link:focus img {
  transform: scale(1.06);
}
.ascend-dme-facts {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}
.ascend-dme-facts div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #d7dee8;
}
.ascend-dme-facts dt {
  color: #1f2d3d;
  font-weight: 800;
}
.ascend-dme-facts dd {
  margin: 0;
}
.ascend-dme-notice {
  border-left: 5px solid #c82333;
  background: #fff6f7;
  padding: 16px;
  border-radius: 8px;
}
.ascend-dme-custom-request,
.ascend-dme-referral-builder {
  margin-top: 38px;
  padding: 26px;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 45, 61, .06);
}
.ascend-dme-referral-center h3 {
  color: #1f2d3d;
  margin: 22px 0 12px;
}
.ascend-dme-referral-cart,
.ascend-dme-referral-summary,
.ascend-dme-referral-fieldset {
  margin-top: 24px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid #d7dee8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 45, 61, .05);
}
.ascend-dme-referral-fieldset legend {
  padding: 7px 12px;
  border-radius: 999px;
  background: #003399;
  color: #1f2d3d;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.ascend-dme-referral-form {
  margin-top: 24px;
}
.ascend-dme-referral-form input[type="file"] {
  border: 2px dashed #b9c4d1;
  border-radius: 10px;
  background: #f6f8fb;
  padding: 12px;
}
.ascend-dme-referral-page {
  background: #f7f9fc;
  color: #4a4a4a;
}
body:has(.ascend-dme-referral-page) .entry-title,
body:has(.ascend-dme-referral-page) .page-title,
body:has(.ascend-dme-referral-page) .breadcrumb,
body:has(.ascend-dme-referral-page) .breadcrumbs {
  display: none;
}
.ascend-dme-referral-hero {
  background: linear-gradient(135deg, #eef3f9 0%, #fff 58%, #f7e9eb 100%);
  border-bottom: 1px solid #d7dee8;
}
.ascend-dme-referral-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.ascend-dme-referral-hero h1 {
  color: #1f2d3d;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.08;
  margin: 0 0 16px;
}
.ascend-dme-lead {
  max-width: 820px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}
.ascend-dme-hero-contact-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid #d7dee8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 45, 61, .1);
}
.ascend-dme-hero-card-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #003399;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.ascend-dme-hero-contact-card h2 {
  margin: 0 0 10px;
  color: #1f2d3d;
}
.ascend-dme-hero-contact-card dl {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}
.ascend-dme-hero-contact-card dl div {
  padding: 14px;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  background: #f6f8fb;
}
.ascend-dme-hero-contact-card dt {
  color: #1f2d3d;
  font-weight: 800;
}
.ascend-dme-hero-contact-card dd {
  margin: 4px 0 0;
}
.ascend-dme-referral-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ascend-dme-referral-section h2,
.ascend-dme-referral-system-band h2 {
  color: #1f2d3d;
  margin-top: 0;
}
.ascend-dme-insurance-hero {
  background:
    linear-gradient(135deg, #f6f8fb 0%, #ffffff 56%, #edf3fb 100%);
}
.ascend-dme-insurance-page .ascend-dme-wrap {
  width: min(1160px, calc(100% - 40px));
  padding-top: 42px;
  padding-bottom: 42px;
}
.ascend-dme-insurance-section {
  padding-top: 42px;
  padding-bottom: 42px;
}
.ascend-dme-insurance-band {
  background: #f8fafc;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}
.ascend-dme-insurance-hero .ascend-dme-referral-hero-grid {
  align-items: center;
}
.ascend-dme-insurance-hero h1 {
  max-width: 780px;
  letter-spacing: 0;
}
.ascend-dme-insurance-hero-visual {
  min-width: 0;
}
.ascend-dme-insurance-contact-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid #d7dee8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 45, 61, .1);
}
.ascend-dme-insurance-contact-card h2 {
  margin: 0 0 10px;
  color: #1f2d3d;
}
.ascend-dme-insurance-contact-card p {
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
}
.ascend-dme-insurance-contact-card dl {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}
.ascend-dme-insurance-contact-card dl div {
  padding: 14px;
  border: 1px solid #d7dee8;
  border-radius: 12px;
  background: #f6f8fb;
}
.ascend-dme-insurance-contact-card dt {
  color: #1f2d3d;
  font-weight: 800;
}
.ascend-dme-insurance-contact-card dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}
.ascend-dme-hero-photo-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid #d7dee8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(31, 45, 61, .13);
}
.ascend-dme-hero-photo-scene {
  position: relative;
  min-height: 210px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(0, 51, 153, .15), rgba(255, 255, 255, .6)),
    linear-gradient(180deg, #edf3fb 0%, #ffffff 100%);
}
.ascend-dme-hero-photo-scene span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: #1f2d3d;
  opacity: .9;
}
.ascend-dme-hero-photo-scene span:nth-child(1) {
  width: 92px;
  height: 92px;
  left: 34px;
  top: 38px;
  background: #003399;
}
.ascend-dme-hero-photo-scene span:nth-child(2) {
  width: 124px;
  height: 54px;
  right: 38px;
  top: 62px;
  border-radius: 18px;
  background: #c82333;
}
.ascend-dme-hero-photo-scene span:nth-child(3) {
  width: 170px;
  height: 18px;
  left: 76px;
  bottom: 42px;
  border-radius: 999px;
  background: #b9c4d1;
}
.ascend-dme-hero-photo-card h2 {
  margin: 0 0 10px;
  color: #1f2d3d;
}
.ascend-dme-hero-photo-card p {
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
}
.ascend-dme-hero-photo-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}
.ascend-dme-hero-photo-card dl div {
  padding: 14px;
  border: 1px solid #d7dee8;
  border-radius: 12px;
  background: #f6f8fb;
}
.ascend-dme-hero-photo-card dt {
  color: #1f2d3d;
  font-weight: 800;
}
.ascend-dme-hero-photo-card dd {
  margin: 4px 0 0;
}
.ascend-dme-coverage-notice {
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid #f0c6cc;
  border-left: 6px solid #c82333;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(31, 45, 61, .08);
}
.ascend-dme-coverage-notice h2 {
  margin: 0 0 10px;
  color: #1f2d3d;
}
.ascend-dme-coverage-notice p {
  margin: 0;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.7;
}
.ascend-dme-tight-section {
  padding-top: 36px;
  padding-bottom: 36px;
}
.ascend-dme-referral-card-grid,
.ascend-dme-process-grid,
.ascend-dme-category-card-grid,
.ascend-dme-trust-grid,
.ascend-dme-insurance-card-grid,
.ascend-dme-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.ascend-dme-referral-page-card,
.ascend-dme-process-step,
.ascend-dme-category-card,
.ascend-dme-info-card,
.ascend-dme-insurance-card,
.ascend-dme-document-card,
.ascend-dme-trust-badge,
.ascend-dme-faq {
  background: #fff;
  border: 1px solid #d7dee8;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(31, 45, 61, .06);
}
.ascend-dme-referral-page-card,
.ascend-dme-process-step,
.ascend-dme-category-card,
.ascend-dme-info-card,
.ascend-dme-insurance-card,
.ascend-dme-document-card {
  padding: 26px;
}
.ascend-dme-insurance-card {
  display: flex;
  min-height: 255px;
  flex-direction: column;
  gap: 12px;
  border-color: #E5E7EB;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.ascend-dme-insurance-card h3,
.ascend-dme-document-card p {
  margin: 0;
  color: #1f2d3d;
}
.ascend-dme-insurance-card p {
  flex: 1;
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
}
.ascend-dme-document-card {
  min-height: 105px;
  border-color: #E5E7EB;
  border-radius: 14px;
}
.ascend-dme-document-card p {
  font-weight: 800;
  line-height: 1.45;
}
.ascend-dme-insurance-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ascend-dme-insurance-split .ascend-dme-info-card {
  border-radius: 16px;
  border-color: #E5E7EB;
}
.ascend-dme-insurance-split h2 {
  margin: 0 0 10px;
  color: #1f2d3d;
}
.ascend-dme-insurance-split p {
  margin: 0;
  color: #4a5568;
  line-height: 1.7;
}
.ascend-dme-insurance-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ascend-dme-insurance-page .ascend-dme-insurance-logo-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.ascend-dme-insurance-page .ascend-dme-insurance-logo-card {
  grid-column: span 2;
}
.ascend-dme-insurance-page .ascend-dme-insurance-logo-card:nth-child(4):nth-last-child(2) {
  grid-column: 2 / span 2;
}
.ascend-dme-insurance-page .ascend-dme-insurance-logo-card:nth-child(5):last-child {
  grid-column: 4 / span 2;
}
.ascend-dme-insurance-logo-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ascend-dme-insurance-logo-card:hover,
.ascend-dme-insurance-logo-card:focus-within {
  transform: translateY(-3px);
  border-color: #003399;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
}
.ascend-dme-plan-wordmark {
  display: flex;
  min-height: 74px;
  align-items: center;
  color: #003399;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}
.ascend-dme-insurance-logo-card h3 {
  margin: 0;
  color: #1f2d3d;
  font-size: 22px;
}
.ascend-dme-insurance-logo-card p {
  flex: 1;
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
}
.ascend-dme-accepted-insurance {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 14px;
}
.ascend-dme-insurance-page .ascend-dme-accepted-insurance {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ascend-dme-accepted-insurance-logo {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.ascend-dme-accepted-insurance-logo img {
  display: block;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}
.ascend-dme-cash-pay-badge,
.ascend-dme-insurance-text-badge {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 2px solid #003399;
  border-radius: 999px;
  color: #003399;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}
.ascend-dme-accepted-insurance-note {
  max-width: 920px;
  margin: 0 0 28px;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.65;
}
.ascend-dme-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #d7dee8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(31, 45, 61, .06);
}
.ascend-dme-timeline-step {
  position: relative;
  padding: 24px 22px;
}
.ascend-dme-timeline-step + .ascend-dme-timeline-step {
  border-left: 1px solid #edf1f5;
}
.ascend-dme-timeline-step + .ascend-dme-timeline-step::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 42px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #b9c4d1;
  border-right: 2px solid #b9c4d1;
  background: #fff;
  transform: rotate(45deg);
}
.ascend-dme-timeline-step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #003399;
  color: #fff;
  font-weight: 900;
}
.ascend-dme-timeline-step h3 {
  margin: 0 0 10px;
  color: #1f2d3d;
}
.ascend-dme-timeline-step p {
  margin: 0;
  color: #4a5568;
  line-height: 1.55;
}
.ascend-dme-document-card {
  position: relative;
  display: block;
  min-height: 112px;
  padding: 22px;
}
.ascend-dme-document-card span {
  display: none;
}
.ascend-dme-document-card span::before {
  content: none;
}
.ascend-dme-document-card h3 {
  margin: 0 0 6px;
  color: #1f2d3d;
}
.ascend-dme-document-card p {
  margin: 0;
  color: #4a5568;
  font-weight: 500;
  line-height: 1.55;
}
.ascend-dme-coverage-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.ascend-dme-coverage-category-list a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid #d7dee8;
  border-radius: 999px;
  background: #fff;
  color: #1f2d3d;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(31, 45, 61, .05);
  transition: transform .18s ease, border-color .18s ease, color .18s ease;
}
.ascend-dme-coverage-category-list a:hover,
.ascend-dme-coverage-category-list a:focus {
  transform: translateY(-2px);
  border-color: #003399;
  color: #003399;
}
.ascend-dme-coverage-category-list .ascend-dme-view-full-catalog {
  border-color: #003399;
  background: #003399;
  color: #fff;
}
.ascend-dme-prior-auth-banner,
.ascend-dme-private-pay-panel {
  padding: clamp(28px, 4vw, 44px);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(31, 45, 61, .08);
}
.ascend-dme-prior-auth-banner {
  border: 1px solid #f0c6cc;
  border-left: 7px solid #c82333;
  background: linear-gradient(135deg, #ffffff 0%, #fff6f7 100%);
}
.ascend-dme-prior-auth-banner h2,
.ascend-dme-private-pay-panel h2 {
  margin: 0 0 10px;
  color: #1f2d3d;
}
.ascend-dme-prior-auth-banner p:not(.ascend-dme-kicker),
.ascend-dme-private-pay-panel p {
  max-width: 920px;
  margin: 0;
  color: #4a5568;
  font-size: 18px;
  line-height: 1.7;
}
.ascend-dme-private-pay-panel {
  border: 1px solid #d7dee8;
  background: linear-gradient(135deg, #f6f8fb 0%, #ffffff 100%);
}
.ascend-dme-insurance-cta {
  padding: 54px 0;
  background: #f8fafc;
  color: #fff;
}
.ascend-dme-insurance-cta-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 22px;
  background: #1f2d3d;
  text-align: center;
  box-shadow: 0 18px 44px rgba(31, 45, 61, .16);
}
.ascend-dme-insurance-cta h2 {
  margin: 0 0 10px;
  color: #fff;
}
.ascend-dme-insurance-cta p {
  max-width: 700px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.6;
}
.ascend-dme-cta-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.ascend-dme-cta-contact-row a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.ascend-dme-insurance-cta .ascend-dme-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.ascend-dme-insurance-cta .ascend-dme-actions {
  justify-content: center;
}
.ascend-dme-insurance-cta .ascend-dme-button-outline {
  border-color: rgba(255, 255, 255, .62);
  color: #fff;
}
.ascend-dme-insurance-cta .ascend-dme-button-outline:hover,
.ascend-dme-insurance-cta .ascend-dme-button-outline:focus {
  background: #fff;
  color: #1f2d3d;
}
.ascend-dme-insurance-note {
  max-width: 900px;
  margin: 18px 0 0;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
}
.ascend-dme-category-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border-color: #E5E7EB;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ascend-dme-category-card:hover,
.ascend-dme-category-card:focus-within {
  transform: translateY(-3px);
  border-color: #003399;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .11);
}
.ascend-dme-category-card-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  padding: 28px 30px;
  color: inherit;
  text-align: left;
  text-decoration: none;
}
.ascend-dme-category-card-link:hover,
.ascend-dme-category-card-link:focus {
  color: inherit;
  text-decoration: none;
}
.ascend-dme-category-card-link *,
.ascend-dme-category-card-link:hover *,
.ascend-dme-category-card-link:focus * {
  text-decoration: none;
}
.ascend-dme-category-card-link h3 {
  margin: 0;
  color: #1f2d3d;
  text-align: left;
  text-decoration: none;
  line-height: 1.2;
}
.ascend-dme-category-card p {
  flex: 1;
  margin: 0;
  color: #4a5568;
  text-align: left;
}
.ascend-dme-category-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #003399;
  border-radius: 8px;
  color: #003399;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.ascend-dme-category-card:hover .ascend-dme-category-view,
.ascend-dme-category-card:focus-within .ascend-dme-category-view {
  border-color: #003399;
  background: #003399;
  color: #fff;
}
.ascend-products-services-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.ascend-products-services-category-card {
  min-height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ascend-products-services-category-card:hover,
.ascend-products-services-category-card:focus-within {
  transform: translateY(-3px);
  border-color: #003399;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
}
.ascend-products-services-category-card-link {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px;
  color: inherit;
  text-decoration: none;
}
.ascend-products-services-category-card-link:hover,
.ascend-products-services-category-card-link:focus {
  color: inherit;
  text-decoration: none;
}
.ascend-products-services-category-image,
.ascend-products-services-category-placeholder {
  display: flex;
  width: 100%;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f6f8fb;
}
.ascend-products-services-category-image img {
  display: block;
  width: 100%;
  max-height: 130px;
  object-fit: contain;
}
.ascend-products-services-category-placeholder {
  color: #003399;
  font-size: 42px;
  font-weight: 900;
}
.ascend-products-services-category-title {
  display: block;
  color: #003399;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}
.ascend-products-services-category-text {
  display: block;
  flex: 1;
  color: #4a4a4a;
  line-height: 1.65;
}
.ascend-products-services-category-action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 4px;
  color: #003399;
  font-weight: 800;
}
.ascend-products-services-category-card:hover .ascend-products-services-category-action,
.ascend-products-services-category-card:focus-within .ascend-products-services-category-action {
  color: #c82333;
}
.ascend-dme-contact-form-wrap {
  margin-top: 28px;
}
.ascend-dme-contact-message-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.ascend-dme-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ascend-dme-contact-field {
  display: grid;
  gap: 8px;
  color: #1f2d3d;
  font-weight: 800;
}
.ascend-dme-contact-field input,
.ascend-dme-contact-field textarea {
  width: 100%;
  border: 1px solid #b9c4d1;
  border-radius: 8px;
  padding: 12px 13px;
  background: #fff;
  color: #1f2d3d;
  font: inherit;
  font-weight: 500;
}
.ascend-dme-contact-field textarea {
  resize: vertical;
}
.ascend-dme-contact-privacy-note {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid #c82333;
  border-radius: 8px;
  background: #f6f8fb;
  color: #4a5568;
  line-height: 1.6;
}
.ascend-dme-contact-alert {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
}
.ascend-dme-contact-alert-success {
  border: 1px solid #b9d7c4;
  background: #f0fbf4;
  color: #1f6b3a;
}
.ascend-dme-contact-alert-error {
  border: 1px solid #f0c6cc;
  background: #fff5f6;
  color: #9f1f2d;
}
.ascend-dme-careers-page .ascend-dme-wrap {
  width: min(1160px, calc(100% - 40px));
}
.ascend-dme-careers-hero {
  background:
    linear-gradient(135deg, #f6f8fb 0%, #ffffff 56%, #edf3fb 100%);
}
.ascend-dme-careers-section {
  padding-top: 46px;
  padding-bottom: 46px;
}
.ascend-dme-careers-section h2 {
  margin-top: 0;
}
.ascend-dme-careers-band {
  background: #f8fafc;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}
.ascend-dme-careers-card {
  min-height: 250px;
}
.ascend-dme-careers-intro {
  max-width: 820px;
  margin: 0 0 24px;
  color: #4a5568;
  font-size: 17px;
  line-height: 1.65;
}
.ascend-dme-hiring-message {
  margin: 0 0 28px;
  padding: 22px 24px;
  border: 1px solid #d7dee8;
  border-left: 6px solid #c82333;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}
.ascend-dme-hiring-message p {
  margin: 0;
  color: #4a5568;
  line-height: 1.65;
}
.ascend-dme-hiring-message .ascend-dme-kicker {
  margin: 0 0 8px;
  color: #003399;
}
.ascend-dme-career-card-grid,
.ascend-dme-job-grid,
.ascend-dme-hiring-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.ascend-dme-career-card,
.ascend-dme-job-card,
.ascend-dme-hiring-process-step,
.ascend-dme-eeo-card {
  border: 1px solid #d7dee8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 45, 61, .06);
}
.ascend-dme-career-card,
.ascend-dme-job-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 24px;
}
.ascend-dme-career-card h3,
.ascend-dme-job-card h3 {
  margin: 0 0 10px;
  color: #1f2d3d;
}
.ascend-dme-career-card p,
.ascend-dme-job-card p,
.ascend-dme-eeo-card p {
  margin: 0;
  color: #4a5568;
  line-height: 1.65;
}
.ascend-dme-job-type {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf3fb;
  color: #003399;
  font-size: 13px;
  font-weight: 900;
}
.ascend-dme-job-card .ascend-dme-category-view {
  margin-top: auto;
  padding-top: 18px;
}
.ascend-dme-hiring-process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ascend-dme-hiring-process-step {
  padding: 22px;
}
.ascend-dme-hiring-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #003399;
  color: #fff;
  font-weight: 900;
}
.ascend-dme-hiring-process-step p {
  margin: 0;
  color: #1f2d3d;
  font-weight: 800;
  line-height: 1.45;
}
.ascend-dme-hiring-process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.ascend-dme-hiring-process-list li {
  padding: 16px 18px;
  border: 1px solid #d7dee8;
  border-radius: 12px;
  background: #fff;
  color: #1f2d3d;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(31, 45, 61, .05);
}
.ascend-dme-career-application-form {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}
.ascend-dme-career-fieldset {
  margin: 0;
  padding: 22px;
  border: 1px solid #d7dee8;
  border-radius: 14px;
  background: #f8fafc;
}
.ascend-dme-career-fieldset legend {
  padding: 0 8px;
  color: #1f2d3d;
  font-size: 18px;
  font-weight: 900;
}
.ascend-dme-career-fieldset .description {
  margin: 0 0 16px;
  color: #4a5568;
}
.ascend-dme-career-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.ascend-dme-career-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #1f2d3d;
  font-weight: 800;
}
.ascend-dme-career-field-full {
  grid-column: 1 / -1;
}
.ascend-dme-career-field input,
.ascend-dme-career-field select,
.ascend-dme-career-field textarea {
  width: 100%;
  border: 1px solid #b9c4d1;
  border-radius: 8px;
  padding: 12px 13px;
  background: #fff;
  color: #1f2d3d;
  font: inherit;
  font-weight: 500;
}
.ascend-dme-career-field input[type="file"] {
  padding: 11px;
}
.ascend-dme-career-field textarea {
  resize: vertical;
}
.ascend-dme-career-field em {
  color: #c82333;
  font-style: normal;
}
.ascend-dme-career-field-error {
  color: #c82333;
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
}
.ascend-dme-career-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 16px;
  color: #1f2d3d;
  font-weight: 800;
  line-height: 1.5;
}
.ascend-dme-eeo-card {
  padding: clamp(24px, 3vw, 34px);
  border-left: 6px solid #003399;
}
.ascend-dme-eeo-card h2 {
  margin: 0 0 10px;
}
.ascend-dme-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #003399;
  color: #fff;
  font-weight: 800;
}
.ascend-dme-referral-system-band {
  background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
  border-top: 1px solid #d7dee8;
  border-bottom: 1px solid #d7dee8;
  padding: 44px 0;
}
.ascend-dme-trust-badge {
  padding: 22px 18px;
  border-color: #bfd0e3;
  color: #1f2d3d;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}
.ascend-dme-trust-badge::before {
  content: "";
  display: block;
  width: 34px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #c82333;
}
.ascend-dme-trust-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ascend-dme-referral-page .ascend-dme-trust-logo-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.ascend-dme-trust-logo-badge {
  display: flex;
  box-sizing: border-box;
  height: 116px;
  min-height: 116px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  overflow: hidden;
}
.ascend-dme-trust-logo-badge::before {
  display: none;
}
.ascend-dme-trust-logo-badge img {
  display: block;
  width: auto;
  height: auto;
  max-width: 96%;
  max-height: 96px;
  object-fit: contain;
}
.ascend-dme-trust-logo-placeholder {
  color: #003399;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.ascend-dme-faq-list {
  display: grid;
  gap: 12px;
}
.ascend-dme-faq {
  padding: 0;
  overflow: hidden;
}
.ascend-dme-faq summary {
  cursor: pointer;
  color: #1f2d3d;
  font-weight: 800;
  padding: 18px 20px;
  list-style-position: inside;
}
.ascend-dme-faq p {
  margin: 0;
  padding: 0 20px 20px;
  border-top: 1px solid #edf1f5;
}
.ascend-dme-referral-summary ol {
  margin: 0 0 16px 22px;
}
.ascend-dme-referral-summary li {
  margin-bottom: 10px;
}
.ascend-dme-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}
@media print {
  body * {
    visibility: hidden;
  }
  #ascend-referral-summary,
  #ascend-referral-summary * {
    visibility: visible;
  }
  #ascend-referral-summary {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: none;
    border: none;
  }
  #ascend-print-referral-summary {
    display: none;
  }
}
.ascend-dme-request-grid label {
  display: grid;
  gap: 6px;
  color: #1f2d3d;
  font-weight: 700;
}
.ascend-dme-request-grid input,
.ascend-dme-request-grid textarea {
  width: 100%;
  border: 1px solid #b9c4d1;
  border-radius: 6px;
  padding: 10px 11px;
  font: inherit;
  background: #fff;
}
.ascend-referral-item {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  margin-bottom: 10px;
}
.ascend-referral-item label {
  display: grid;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
}
.ascend-referral-item input {
  width: 110px;
  border: 1px solid #b9c4d1;
  border-radius: 6px;
  padding: 8px;
}
.ascend-referral-item button {
  border: 1px solid #c82333;
  color: #c82333;
  background: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .ascend-dme-product-page .ascend-dme-wrap {
    width: min(100% - 36px, 1240px);
  }
  .ascend-dme-filters,
  .ascend-dme-grid,
  .ascend-dme-detail,
  .ascend-dme-product-header-grid,
  .ascend-dme-feature-list,
  .ascend-dme-spec-grid,
  .ascend-dme-related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ascend-dme-referral-card-grid,
  .ascend-dme-process-grid,
  .ascend-dme-category-card-grid,
  .ascend-dme-trust-grid,
  .ascend-dme-insurance-card-grid,
  .ascend-dme-insurance-logo-grid,
  .ascend-dme-accepted-insurance,
  .ascend-dme-document-grid,
  .ascend-dme-insurance-split,
  .ascend-dme-referral-hero-grid,
  .ascend-products-services-category-grid,
  .ascend-dme-contact-grid,
  .ascend-dme-career-card-grid,
  .ascend-dme-job-grid,
  .ascend-dme-hiring-process-grid,
  .ascend-dme-career-form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ascend-dme-trust-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ascend-dme-referral-page .ascend-dme-trust-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ascend-dme-insurance-page .ascend-dme-insurance-logo-grid,
  .ascend-dme-insurance-page .ascend-dme-accepted-insurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ascend-dme-insurance-page .ascend-dme-insurance-logo-card,
  .ascend-dme-insurance-page .ascend-dme-insurance-logo-card:nth-child(4):nth-last-child(2),
  .ascend-dme-insurance-page .ascend-dme-insurance-logo-card:nth-child(5):last-child {
    grid-column: auto;
  }
  .ascend-dme-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ascend-dme-timeline-step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #edf1f5;
  }
  .ascend-dme-timeline-step:nth-child(4) {
    border-top: 1px solid #edf1f5;
  }
}
@media (max-width: 720px) {
  .ascend-dme-wrap {
    width: min(100% - 28px, 1200px);
    padding: 42px 0;
  }
  .ascend-dme-product-page .ascend-dme-wrap {
    width: min(100% - 28px, 1240px);
  }
  .ascend-dme-main-product-link {
    min-height: 240px;
  }
  .ascend-dme-filters,
  .ascend-dme-grid,
  .ascend-dme-detail,
  .ascend-dme-product-header-grid,
  .ascend-dme-feature-list,
  .ascend-dme-spec-grid,
  .ascend-dme-related-grid,
  .ascend-dme-facts div,
  .ascend-dme-request-grid,
  .ascend-referral-item {
    grid-template-columns: 1fr;
  }
  .ascend-dme-referral-card-grid,
  .ascend-dme-process-grid,
  .ascend-dme-category-card-grid,
  .ascend-dme-trust-grid,
  .ascend-dme-insurance-card-grid,
  .ascend-dme-insurance-logo-grid,
  .ascend-dme-accepted-insurance,
  .ascend-dme-document-grid,
  .ascend-dme-insurance-split,
  .ascend-dme-referral-hero-grid,
  .ascend-products-services-category-grid,
  .ascend-dme-contact-grid,
  .ascend-dme-career-card-grid,
  .ascend-dme-job-grid,
  .ascend-dme-hiring-process-grid,
  .ascend-dme-career-form-grid {
    grid-template-columns: 1fr;
  }
  .ascend-dme-careers-page .ascend-dme-wrap {
    width: min(100% - 28px, 1160px);
  }
  .ascend-dme-careers-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .ascend-dme-career-field-full {
    grid-column: auto;
  }
  .ascend-dme-career-application-form,
  .ascend-dme-career-fieldset {
    padding: 18px;
  }
  .ascend-dme-referral-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .ascend-dme-referral-system-band {
    padding: 36px 0;
  }
  .ascend-dme-trust-logo-grid {
    grid-template-columns: 1fr;
  }
  .ascend-dme-referral-page .ascend-dme-trust-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ascend-dme-insurance-page .ascend-dme-insurance-logo-grid,
  .ascend-dme-insurance-page .ascend-dme-accepted-insurance {
    grid-template-columns: 1fr;
  }
  .ascend-dme-timeline {
    grid-template-columns: 1fr;
  }
  .ascend-dme-timeline-step + .ascend-dme-timeline-step {
    border-left: 0;
    border-top: 1px solid #edf1f5;
  }
  .ascend-dme-timeline-step + .ascend-dme-timeline-step::before {
    display: none;
  }
  .ascend-dme-hero-photo-card dl {
    grid-template-columns: 1fr;
  }
  .ascend-dme-coverage-category-list a,
  .ascend-dme-cta-contact-row a {
    width: 100%;
  }
  .ascend-dme-referral-page .ascend-dme-actions .ascend-dme-button {
    width: 100%;
  }
  .ascend-dme-category-card {
    min-height: auto;
  }
  .ascend-referral-item input {
    width: 100%;
  }
  .ascend-dme-button {
    width: 100%;
  }
  .ascend-dme-insurance-card,
  .ascend-dme-document-card {
    min-height: auto;
  }
}
@media (max-width: 420px) {
  .ascend-dme-referral-page .ascend-dme-trust-logo-grid {
    grid-template-columns: 1fr;
  }
}
