/* stylelint-disable order/properties-order */
/* stylelint-disable max-nesting-depth */
/* stylelint-disable declaration-no-important */
/* stylelint-disable no-descending-specificity */
html .ist-sustainabilityPatient__labelList {
  gap: 1.5rem;
}

html .ist-sustainabilityPatient__labelList .ist-labelList__item:nth-child(n + 6) {
  display: list-item;
}

html .ist-list.ist-customList01 .ist-list__item {
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

html .ist-customTable table {
  min-width: 100% !important;
  border-collapse: collapse;
}

html .ist-customTable th,
html .ist-customTable td {
  vertical-align: middle;
}

html .ist-customTable th:nth-child(1),
html .ist-customTable td:nth-child(1) {
  width: calc(700 / 829 * 100%);
}

@media (max-width: 960px) {
  html .ist-customTable th:nth-child(1),
  html .ist-customTable td:nth-child(1) {
    width: calc(260 / 335 * 100%);
  }
}

html .ist-customTable th:nth-child(2),
html .ist-customTable td:nth-child(2) {
  width: calc(43 / 829 * 100%);
}

@media (max-width: 960px) {
  html .ist-customTable th:nth-child(2),
  html .ist-customTable td:nth-child(2) {
    width: calc(25 / 335 * 100%);
    padding: 0;
  }
}

html .ist-customTable th:nth-child(3),
html .ist-customTable td:nth-child(3) {
  width: calc(43 / 829 * 100%);
}

@media (max-width: 960px) {
  html .ist-customTable th:nth-child(3),
  html .ist-customTable td:nth-child(3) {
    width: calc(25 / 335 * 100%);
    padding: 0;
  }
}

html .ist-customTable th:nth-child(4),
html .ist-customTable td:nth-child(4) {
  width: calc(43 / 829 * 100%);
}

@media (max-width: 960px) {
  html .ist-customTable th:nth-child(4),
  html .ist-customTable td:nth-child(4) {
    width: calc(25 / 335 * 100%);
    padding: 0;
  }
}

html .ist-customTable td:nth-child(2) {
  text-align: center;
}

html .ist-customTable td:nth-child(3) {
  text-align: center;
}

html .ist-customTable td:nth-child(4) {
  text-align: center;
}

html .ist-customTable .ist-textLink {
  display: flex;
  align-items: center;
}

html .ist-customTable .ist-textLink .ist-textLink__text {
  display: inline-block;
}

html .ist-customTable .ist-textLink::after {
  min-width: 0.923em;
}

@media (max-width: 960px) {
  html .ist-sustainabilityPatient__profileModalBanner {
    position: relative;
  }
}

@media (max-width: 960px) {
  html .ist-sustainabilityPatient__profileModalBanner::before {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-background-clip: padding-box;
    background-image: url(/assets/images/ist/icons/icon-zoom-up-nomarge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    border: 1px solid var(--ist-main, #0b41cd);
    border-radius: 2.5rem;
    content: '';
    transition: background-color 0.15s ease-out;
  }
}

@media (max-width: 960px) {
  html .ist-sustainabilityPatient__profileModalBanner .ist-sustainabilityPatient__profileModalBannerInner {
    padding-bottom: 5.5rem;
  }
}

@media (max-width: 960px) {
  html .ist-sustainabilityPatient__profileModalBanner .ist-sustainabilityPatient__profileModalBannerContent {
    padding-right: 0;
  }
  html .ist-sustainabilityPatient__profileModalBanner .ist-sustainabilityPatient__profileModalBannerContent::before {
    display: none;
  }
}

@media (max-width: 960px) {
  html .ist-sustainabilityPatient__profileModalBanner .ist-sustainabilityPatient__profileModalBannerText {
    font-size: 13px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 0.04em;
  }
}

html .ist-sustainabilityPatient__boxColor .ist-boxColor__inner {
  display: block;
  padding: 2.5rem 4.125rem;
}

@media (max-width: 960px) {
  html .ist-sustainabilityPatient__boxColor .ist-boxColor__inner {
    padding: 2.5rem 1.25rem;
  }
}

html .ist-sustainabilityPatient__buttonList {
  row-gap: 1.5rem;
}

html .ist-sustainabilityPatient__button {
  width: 100%;
  justify-content: flex-start;
}

html .ist-sustainabilityPatient__icon--circle {
  background-image: url("/sustainability/patient/images/ist/icon-circle-blue.svg");
}

html .ist-sustainabilityPatient__icon--diamond {
  background-image: url("/sustainability/patient/images/ist/icon-diamond-purple.svg");
}

html .ist-sustainabilityPatient__icon--square {
  background-image: url("/sustainability/patient/images/ist/icon-square-cyan.svg");
}

html .ist-sustainabilityPatient__text--10-14 {
  font-size: 0.625rem;
  line-height: 140%;
}

html .ist-sustainabilityPatient__text--13-16 {
  font-size: 0.8125rem;
  line-height: 160%;
}

html .ist-sustainabilityPatient__margin--t12 {
  margin-top: 0.75rem;
}

/*# sourceMappingURL=sustainability.patient.css.map */