.dosing-hcc .content-page__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 50px;
  background: #fff;
}

.dosing-hcc .content-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-right: 40px;
  padding-left: 40px;
}

.dosing-hcc .content-header__label,
.dosing-hcc .content-header__title,
.dosing-hcc .content-header__subtitle {
  margin: 0;
}

.dosing-hcc .content-header__label {
  color: #003660;
  font-family: "Ubuntu";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.28px;
}

.dosing-hcc .content-header__title {
  color: #0e3158;
  font-family: "Ubuntu";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.38px;
}

.dosing-hcc .content-header__subtitle {
  color: #0e3158;
  font-family: "Ubuntu";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.24px;
}

.dosing-hcc .content-header__reference {
  color: inherit;
}

.dosing-hcc .content-page sup,
.dosing-hcc .content-page sub,
.dosing-hcc .content-section sup,
.dosing-hcc .content-section sub {
  font-size: 62%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.dosing-hcc .content-page sup,
#unresectable-dosing.dosing-hcc .content-section sup {
  top: -0.55em;
  font-size: 62%;
}
#unresectable-dosing.dosing-hcc sup {
    line-height: 0;   
}


.dosing-hcc .content-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  padding: 0 40px 50px;
  border-top: 1px solid #00284e;
  scroll-margin-top: 40px;
}

.dosing-hcc .content-section--flush-bottom {
  padding-bottom: 0;
}

.dosing-hcc .content-section__anchor {
  position: absolute;
  top: -40px;
  left: 0;
}

.dosing-hcc .content-section__label-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #003262;
  border-top: 1px solid #003262;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.dosing-hcc .content-section__label {
  margin: 0;
  color: #fff;
  font-family: "Ubuntu";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.dosing-hcc .content-section__label-break {
  display: none;
}

.dosing-hcc .content-section__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.dosing-hcc .content-section__title {
  margin: 0;
  color: #00284e;
  font-family: "Ubuntu";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.dosing-hcc .content-section__subheading {
  margin: 0;
  color: #003865;
  font-family: "Ubuntu";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dosing-hcc .content-section__minor-heading {
  margin: 0;
  color: #4d4d4f;
  font-family: "Ubuntu";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dosing-hcc .content-section__lead {
  margin: 0;
  color: #555555;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dosing-hcc .content-section__graphic--mobile {
  display: none;
}

.dosing-hcc .content-section__graphic-item,
.dosing-hcc .content-section__graphic svg,
.dosing-hcc .content-section__graphic img,
.dosing-hcc .content-frame__graphic svg,
.dosing-hcc .content-frame__graphic img {
  display: block;
  width: 100%;
  height: auto;
}

.dosing-hcc .content-notes {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dosing-hcc .content-notes--gapped {
  gap: 10px;
}

.dosing-hcc .content-notes--compact {
  gap: 1px;
}

.dosing-hcc .content-notes--stacked {
  gap: 0;
}

.dosing-hcc .content-note {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  margin: 0;
}

.dosing-hcc .content-page .content-note__symbol,
.dosing-hcc .content-section .content-note__symbol {
  flex: 0 0 auto;
  color: #555555;
  font-family: "Ubuntu";
  font-size: 62%;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  position: static;
  top: 0;
  vertical-align: baseline;
}
#unresectable-dosing.dosing-hcc sup.content-note__symbol {
    margin-top: -3px;
    line-height: 12px;
    font-size: 10px !important;
}

.dosing-hcc .content-note__text {
  display: block;
  color: #555555;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dosing-hcc span.content-note__text.txt-indent.pl-3 {
  text-indent: -8px;
  margin-left: 6px;
}

.dosing-hcc .content-note--block-lg {
  min-height: 54px;
}

.dosing-hcc .content-note--block-md {
  min-height: 34px;
}

.dosing-hcc .content-note--no-gap-after {
  margin-bottom: 0;
}

.dosing-hcc .content-media-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.dosing-hcc .content-media-list__item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
}

.dosing-hcc .content-media-list__item--center {
  align-items: center;
}

.dosing-hcc .content-media-list__icon {
  flex: 0 0 80px;
}

.dosing-hcc .content-media-list__icon img {
  display: block;
  width: 80px;
  height: auto;
}

.dosing-hcc .content-media-list__body {
  flex: 1 1 auto;
}

.dosing-hcc .content-subsection {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.dosing-hcc .content-subsection--keypoints {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.dosing-hcc .content-keypoints {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 850px;
  padding: 18px 0 25px;
  background: #eef3fb;
  border-top: 7px solid #027b6e;
}

.dosing-hcc .content-keypoints__header {
  display: flex;
  align-items: center;
}

.dosing-hcc .content-keypoints__badge {
  display: block;
  width: 327px;
  max-width: none;
  height: auto;
}

.dosing-hcc .content-keypoints__title {
  flex: 1 1 auto;
  margin: 0;
  color: #027b6e;
  font-family: "Ubuntu";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dosing-hcc .content-keypoints__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 90px;
}

.dosing-hcc .content-keypoints__list,
.dosing-hcc .content-keypoints__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dosing-hcc .content-keypoints__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dosing-hcc .content-keypoints__item {
  position: relative;
  padding-left: 16px;
}

.dosing-hcc .content-keypoints__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003262;
}

.dosing-hcc .content-keypoints__sublist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.dosing-hcc .content-keypoints__subitem {
  position: relative;
  padding-left: 22px;
  line-height: 1.42857143;
}

.dosing-hcc .content-keypoints__subitem::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #555555;
}

.dosing-hcc .content-keypoints__text {
  margin: 0;
  color: #555555;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dosing-hcc .content-keypoints__text strong {
  font-weight: 700;
}

.dosing-hcc .content-keypoints__footnote {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 10px 15px 0;
}

.dosing-hcc .content-keypoints__footnote-symbol {
  flex: 0 0 8px;
  color: #555555;
  font-family: "Ubuntu";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}

.dosing-hcc .content-keypoints__footnote-text {
  margin: 0;
  flex: 1 1 auto;
  color: #555555;
  font-family: "Ubuntu";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.dosing-hcc .content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0 0 0 3px;
  padding: 0;
  list-style: none;
}

.dosing-hcc .content-list__item {
  position: relative;
  padding-left: 16px;
  line-height: 1.42857143;
}

.dosing-hcc .content-list__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #027b6e;
}

.dosing-hcc .content-list__text {
  color: #555555;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dosing-hcc .content-list__text strong {
  font-weight: 700;
}

.dosing-hcc .content-copy {
  margin: 0;
  color: #555555;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dosing-hcc .content-copy--strong {
  font-weight: 700;
}

.dosing-hcc .content-copy--center {
  text-align: left;
}

.dosing-hcc .content-copy__link {
  color: #4077c4;
  text-decoration: underline;
}

.dosing-hcc .content-copy__link:focus {
  color: #4077c4;
}

.dosing-hcc .content-copy__link:hover {
  color: #4077c4;
  text-decoration: none;
}

.dosing-hcc .content-callout {
  display: grid;
  grid-template-columns: 41px 1fr;
  width: 100%;
  min-height: 94px;
  margin-top: 14px;
  position: relative;
  border-radius: 0 0 20px 0;
  border: 1px solid #003262;
  overflow: hidden;
}

.dosing-hcc .content-callout::before {
  content: "";
  display: block;
  grid-column: 1;
  grid-row: 1;
  background: #00a29b;
  clip-path: polygon(0 0, 100% 0, 18.07% 100%, 0 100%);
}

.dosing-hcc .content-callout__shape {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  width: 41px;
  visibility: visible;
  background: #00a29b;
  clip-path: polygon(0 0, 100% 0, 18.07% 100%, 0 100%);
}

.dosing-hcc .content-callout__shape::before {
  content: "";
  position: absolute;
  inset: 0;
  visibility: visible;
  background: #00a29b;
  clip-path: polygon(0 0, 100% 0, 18.07% 100%, 0 100%);
}

.dosing-hcc .content-callout__text {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  margin: 0;
  padding: 12px 31px 10px 2px;
  color: #003262;
  font-family: "Ubuntu";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.dosing-hcc .content-callout__emphasis {
  text-transform: uppercase;
}

.dosing-hcc .content-frame {
  position: relative;
  width: 100%;
  padding-top: 30px;
  margin-top: 10px;
  border: 1px solid #003262;
  border-left: 7px solid #027b6e;
  border-radius: 0 0 20px 0;
  background: #fff;
}

.dosing-hcc .content-frame__title {
  position: absolute;
  top: -8px;
  left: 0;
  margin: 0;
  min-height: 30px;
  padding: 0 22px 0 22px;
  background: #fff;
  color: #003660;
  font-family: "Ubuntu";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.dosing-hcc .content-frame__body {
  display: flex;
  flex-direction: column;
}

.dosing-hcc .content-frame__media {
  padding: 0 17px 0 7px;
}

.dosing-hcc .content-frame__notes {
  padding: 10px 25px 14px 17px;
}

.dosing-hcc .content-notes--stacked .content-note {
  margin-bottom: 10px;
}

.dosing-hcc .content-notes--stacked .content-note--no-gap-after,
.dosing-hcc .content-notes--stacked .content-note:last-child {
  margin-bottom: 0;
}

.dosing-hcc .content-frame__graphic--mobile {
  display: none;
}

.dosing-hcc .content-frame__graphic--mobile-scroll {
  width: 100%;
}

.dosing-hcc .content-frame__scroll-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dosing-hcc .content-frame__scroll-viewport::-webkit-scrollbar {
  display: none;
}

.dosing-hcc .content-frame__scroll-content {
  width: max-content;
}

.dosing-hcc .content-frame__scroll-indicator {
  display: none;
}

.dosing-hcc .content-frame__scroll-track {
  position: relative;
  width: min(299px, calc(100% - 30px));
  height: 11px;
  border: 1px solid #808184;
  background: #ffffff;
  overflow: hidden;
}

.dosing-hcc .content-frame__scroll-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 6px);
  height: auto;
  background: #808184;
}

.dosing-hcc .content-frame__scroll-label {
  margin: 0;
  color: #808184;
  font-family: "Ubuntu";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.dosing-hcc .ast-fn-symbol {
  position: relative;
  top: -2px;
}

.dosing-hcc p.content-frame__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -7px;
  width: 7px;
  height: 100%;
  background: #027b6e;
}

.dosing-hcc #hcp-dosing-bg {
  background: linear-gradient(to bottom, #aabfd8, #ecf1f6 100vh, #ecf1f6);
}

.dosing-hcc #dosing-title,
.dosing-hcc #recommended-dosage,
.dosing-hcc #dose-modifications,
.dosing-hcc #prep-storage-administration,
.dosing-hcc #dosing-keypoints,
.dosing-hcc #dosing-switch-page {
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.dosing-hcc #dosing-title .cmp-text,
.dosing-hcc #recommended-dosage .cmp-text,
.dosing-hcc #dose-modifications .cmp-text,
.dosing-hcc #prep-storage-administration .cmp-text,
.dosing-hcc #dosing-keypoints .cmp-text,
.dosing-hcc #dosing-switch-page .cmp-text {
  padding: 0;
}

.dosing-hcc #dosing-title .content-page__wrapper {
  max-width: none;
  padding-top: 90px;
  padding-bottom: 50px;
}

.dosing-hcc #recommended-dosage .content-section,
.dosing-hcc #dose-modifications .content-section,
.dosing-hcc #prep-storage-administration .content-section,
.dosing-hcc #dosing-keypoints .content-subsection {
  max-width: none;
}

.dosing-hcc .content-section > a[id][name] {
  position: absolute;
  top: -40px;
  left: 0;
}

.dosing-hcc .content-page-switch-wrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 77px 40px;
}

.dosing-hcc .content-page-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  background: #fff;
}

.dosing-hcc .content-page-switch__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0 22px;
  color: #003865;
  text-decoration: none;
}

.dosing-hcc .content-page-switch__link:hover,
.dosing-hcc .content-page-switch__link:focus {
  color: #003865;
  text-decoration: none;
}

.dosing-hcc .content-page-switch__link:hover .content-page-switch__label,
.dosing-hcc .content-page-switch__link:focus .content-page-switch__label {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.dosing-hcc .content-page-switch__label {
  text-align: center;
  color: #003865;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.dosing-hcc .content-page-switch__icon {
  display: block;
  width: 20px;
  height: 20px;
}

.dosing-hcc .content-page-switch__icon--previous {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .dosing-hcc .content-page__wrapper {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .dosing-hcc .content-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dosing-hcc .content-header__label {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.2px;
  }

  .dosing-hcc .content-header__title {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.26px;
  }

  .dosing-hcc .content-header__subtitle {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .dosing-hcc .content-section {
    padding: 0 20px 20px;
  }

  .dosing-hcc .content-section--flush-bottom {
    padding-bottom: 0;
  }

  .dosing-hcc .content-section__label {
    font-size: 15px;
    line-height: normal;
  }

  .dosing-hcc .content-section__label-break {
    display: inline;
  }

  .dosing-hcc .content-section__title {
    font-size: 20px;
    line-height: normal;
  }

  .dosing-hcc .content-section__subheading {
    font-size: 24px;
    line-height: normal;
  }

  .dosing-hcc .content-subsection {
    padding: 0;
  }

  .dosing-hcc .content-subsection--keypoints {
    padding: 20px 15px 0;
  }

  .dosing-hcc #dosing-title .content-page__wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .dosing-hcc #dosing-title .content-page,
  .dosing-hcc #recommended-dosage .content-section,
  .dosing-hcc #dose-modifications .content-section,
  .dosing-hcc #prep-storage-administration .content-section,
  .dosing-hcc #dosing-keypoints .content-subsection,
  .dosing-hcc #dosing-switch-page .content-page-switch-wrap {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .dosing-hcc#unresectable-dosing #recommended-dosage.cmp-container,
  .dosing-hcc#unresectable-dosing #dose-modifications.cmp-container,
  .dosing-hcc#unresectable-dosing #prep-storage-administration.cmp-container,
  .dosing-hcc#unresectable-dosing #dosing-keypoints.cmp-container,
  .dosing-hcc#unresectable-dosing #dosing-switch-page.cmp-container {
    padding-right: 0;
    padding-left: 0;
  }

  .dosing-hcc .content-page-switch-wrap {
    padding: 20px 15px;
  }

  .dosing-hcc .content-page-switch {
    padding: 20px 0;
  }

  .dosing-hcc .content-page-switch__link {
    padding: 0;
    margin: 0 18px;
  }

  .dosing-hcc .content-page-switch__label {
    max-width: 122px;
  }

  .dosing-hcc .content-keypoints {
    gap: 10px;
  }

  .dosing-hcc .content-keypoints__footnote {
    padding-top: 25px;
  }

  .dosing-hcc .content-keypoints__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .dosing-hcc .content-keypoints__title {
    font-size: 20px;
    padding: 0 20px;
  }

  .dosing-hcc .content-keypoints__body {
    padding: 0 20px;
  }

  .dosing-hcc .content-section__graphic--mobile {
    display: block;
  }

  .dosing-hcc .content-callout {
    min-height: 102px;
  }

  .dosing-hcc .content-callout__text {
    padding: 12px 0;
    font-size: 16px;
    line-height: 18px;
  }

  .dosing-hcc .content-frame__title {
    width: 234px;
    min-height: 23px;
    padding: 0 8px 0 12px;
    font-size: 14px;
  }

  .dosing-hcc #dose-modifications .content-frame {
    width: 100%;
    max-width: 100%;
  }

  .dosing-hcc .content-frame__media {
    padding: 0 15px;
  }

  .dosing-hcc .content-frame__notes {
    padding: 10px 15px 15px;
    padding-right: 5px;
  }

  .dosing-hcc .content-note--block-lg,
  .dosing-hcc .content-note--block-md {
    min-height: 0;
  }

  .dosing-hcc .content-notes--compact {
    gap: 10px;
  }

  .dosing-hcc .content-notes--stacked .content-note {
    margin-bottom: 3px;
  }

  .dosing-hcc .content-notes--stacked .content-note--no-gap-after,
  .dosing-hcc .content-notes--stacked .content-note:last-child {
    margin-bottom: 0;
  }

  .dosing-hcc .content-section__graphic--desktop {
    display: none;
  }

  .dosing-hcc .content-frame__graphic--desktop {
    display: none;
  }

  .dosing-hcc .content-frame__graphic--mobile {
    display: block;
  }

  .dosing-hcc
    .content-frame__graphic--mobile-scroll
    .content-frame__scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    width: 100%;
    margin-top: 12px;
    visibility: visible;
  }

  .dosing-hcc
    .content-frame__graphic--mobile-scroll
    .content-frame__scroll-viewport {
    width: 100%;
  }

  .dosing-hcc .content-frame__scroll-indicator * {
    visibility: visible;
  }

  .dosing-hcc .content-frame__scroll-content {
    width: 317px;
  }

  .dosing-hcc .content-frame__scroll-content .content-section__graphic-item {
    width: 317px;
    max-width: none;
    height: auto;
  }

  .dosing-hcc .content-callout {
    margin-bottom: 11px;
  }

  .dosing-hcc .content-note__text.txt-indent.pl-3 {
    text-indent: -5px;
    padding-left: 4px;
  }

  .dosing-hcc span.content-note__text.txt-indent.pl-3 {
    margin-left: 0;
  }
}


/* reference block */
.dosing-hcc .hcc-unreseactable-ref-abbr--section.hcc-unresectable--dosing {
  width: 100%;
  max-width: 870px;
  margin: 15px auto 0 !important;
  padding: 0 !important;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  line-height: normal !important;
  letter-spacing: normal !important;
}

.dosing-hcc .hcc-unreseactable-ref-abbr--section.hcc-unresectable--dosing p.footnotes.bt-abb {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}

.dosing-hcc .hcc-unreseactable-ref-abbr--section.hcc-unresectable--dosing .reference {
  width: 100%;
  max-width: 870px;
  margin: 15px auto 0 !important;
  padding: 0 !important;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  line-height: normal !important;
  letter-spacing: normal !important;
}

.dosing-hcc .hcc-unreseactable-ref-abbr--section.hcc-unresectable--dosing .Ref-bld {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#unresectable-dosing.dosing-hcc .hcc-unreseactable-ref-abbr--section.hcc-unresectable--dosing sup {
  position: relative;
  top: -0.3em;
  font-size: 11px;
  line-height: 0;
  vertical-align: baseline;
}


@media (max-width: 991px) {
  .dosing-hcc .hcc-unreseactable-ref-abbr--section.hcc-unresectable--dosing {
    width: calc(100% - 33px);
    max-width: 870px;
    margin: -15px auto 0 15px !important;
    padding: 0 !important;
  }
  .dosing-hcc .hcc-unreseactable-ref-abbr--section.hcc-unresectable--dosing .reference sup{
    font-size: 11px;
    vertical-align: baseline;   
  }
}

/* CT FIXES */
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .dosing-hcc .content-frame__media,
  .dosing-hcc .content-frame__graphic--mobile.content-frame__graphic--mobile-scroll,
  .dosing-hcc .content-frame__scroll-viewport {
    height: auto !important;
  }

  .dosing-hcc .content-frame__graphic--mobile.content-frame__graphic--mobile-scroll,
  .dosing-hcc .content-frame__scroll-viewport {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .dosing-hcc .content-frame__scroll-content {
    width: clamp(480px, 70vw, 560px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .dosing-hcc .content-frame__scroll-content .content-section__graphic-item {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .dosing-hcc .content-frame__scroll-indicator {
    display: none !important;
  }
}


@media only screen and (min-width: 391px) and (max-width: 990px) {
    
.dosing-hcc .content-frame__scroll-content {
    width: unset !important;
}

.dosing-hcc .content-frame__scroll-content .content-section__graphic-item {
    width: unset;
}
    
}

@media only screen and (min-width: 320px) and (max-width: 389px) {
    
.dosing-hcc .content-keypoints__badge {
    width: unset;
}    
    
}
