.isi-tray {
  /* height: auto !important;
  max-height: 90% !important; */


}

.white-pre-wrap {
  white-space:pre-wrap;
}

.gap-12 {
  gap: 12px;
}

.text-20 {
  font-size: 20px;
}


.isi-tray__content {
  max-width: 1200px;
}

.isi-tray-content {

  display: flex;
  flex-direction: column;
  gap: 24px;

  .info-subtitle {
    color: var(--color-steel, #515861);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
  }

  .info-item {

    .info-subtitle-section-wrapper {
      display: flex;
      flex-direction: column;
      gap: 16px;

      .info-subtitle-section {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
    }

    .info-title {
      color: var(--color-coral, #F16B50);
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 8px;
    }

    p {
      color: var(--color-steel, #515861);
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 0px;
    }
  }

  a {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 0.8px;
    text-underline-offset: 2px;
  }

  .prescribing-info-link p {
    color: var(--Dark-Coral, #C94808);
    font-weight: 700;

    a {
      color: var(--Dark-Coral, #C94808);
    }
  }

}

.isi-footer-content {
  padding-block: 40px;
}

/*******************************    ISI Section      ***************************************/
.isi-section {
  width: 100%;
  background: #fff;
  box-shadow: 0px -4px 24px -4px rgba(81, 88, 97, 0.08);
  padding: 40px 392px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999999;
}

.isi-container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
}

.isi-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.isi-heading {
  font-family: agenda, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  color: #C94808;
  margin-bottom: 0px;

  @media (max-width: 768px) {
    margin-bottom: 0;
  }
}

.isi-subheading {
  font-family: agenda, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #515861;
  margin: 0;
}

.isi-text {
  font-family: agenda, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #515861;
  margin: 0;
}

.isi-text.pink {
  color: #FF00B7;
}

.isi-subsection {
  padding-right: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--color-steel, #515861) !important;
}


.isi-subsection-2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.isi-prescription {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #C94808;
}

.isi-prescription a {
  color: inherit;
  text-decoration: underline;
}

.isi-footer-content p a {
  color: #C94808;
  text-decoration: underline
}

.isi-tray__body p {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}

.isi-tray__body p a {
  color: #C94808;
  text-decoration: underline;
}

.isi-footer-content p + p {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .isi-section {
    padding: 24px 16px;
  }

  .isi-container {
    gap: 20px;
    /* padding-right: 2rem */
    /* padding: 0 1.5rem; */
  }

  .isi-heading {
    font-size: 1.25rem;
    line-height: 20px;
  }

  .isi-subheading {
    font-size: 14px;
    line-height: 18px;
  }

  .isi-text,
  .isi-prescription {
    font-size: 14px;
    line-height: 18px;
  }

  .isi-subsection {
    gap: 16px;

    @media (max-width: 768px) {
      padding-right: 0px;
    }
  }

  .isi-subsection-2 {
    margin-top: 8px;
    gap: 2px;
  }

  .isi-prescription {
    margin-top: 24px;
  }
}

.isi-section-error {
  padding: 40px 0px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.isi-tray__body {
  overflow-y: auto;
  gap: 16px;
  display: flex;
  flex-direction: column;
  padding: 0px 0px 3px 0px;

  @media (max-width: 768px) {
    padding: 0 1.5rem 3px 1.5rem !important;
  }

  @media (max-width: 1200px) {
    padding: 0 1.5rem 3px 1.5rem !important;
  }

}

@media (max-width: 767px) {
  .isi-section-error {
    padding: 24px 0px;
  }
}


.isi-tray__toggle {
  outline: none !important;
  position: relative;
  background: #fff;
}

.isi-tray__content {
  display: flex;
  margin: 0 0 0 var(--space-xl);
  width: 100%;

  @media (min-width: 1224px) {
    min-width: 1200px;
    margin: 0 auto;
  }
}


.isi-footer-content {
  .isi-container {
    @media (max-width: 768px) {
      padding: 0 1.5rem !important;
    }

    @media (max-width: 1200px) {
      padding: 0 2rem;
    }

  }
}


