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

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

.isi-tray-content {
  display: flex;
  flex-direction: column;
  gap: 8px;

  .info-subtitle {
    color: var(--CHARCOAL, #1d2d3a);
    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;

      @media (max-width: 768px) {
        gap: 8px;
      }

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

    .info-title {
      color: #c94808;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 8px;
      padding-right: 25px;
    }

    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: 40px 24px;
  box-shadow: none;

  @media (max-width: 768px) {
    padding-block: 24px;
  }
}

.references {
  margin: 80px auto;
  max-width: var(--container-max-width);
  padding: 0 var(--container-padding);
  color: var(--CHARCOAL, #1d2d3a);
  font-family: var(--Font-Footnote, Agenda);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .references {
    margin: 40px auto;
  }
}

@media (max-width: 768px) {
  .isi-tray[data-state="minimized"] {
    height: var(--isi-tray-minimized-height-mobile, 50px);
  }
}

.isi-tray__body {
  padding-left: 24px;
  padding-right: 24px;
}

.info-subtitle-section p span {
  color: #515861; 
}
