/* Release of Information: concise, text-led healthcare-provider layout. */
@import url("subpoenas-page.css");

.roi-page-shell .banner-head {
  min-height: 250px;
}

.roi-page-shell .banner-head h1 {
  margin: 0 auto;
  padding: 1.65em 20px 0;
  font-size: 3em;
}

.roi-lead {
  padding: 72px 0;
  background: #fff;
}

.roi-lead__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 58px;
  align-items: center;
}

.roi-summary h2 {
  max-width: 720px;
  font-size: 2.35em;
}

.roi-summary__note {
  color: #596b7b;
  font-size: 0.96em !important;
}

.roi-provider-card {
  padding: 36px;
  border-top: 5px solid #43ad2b;
  background: #172a3d;
  color: #fff;
  box-shadow: 0 14px 34px rgba(23, 42, 61, 0.17);
}

.roi-provider-card h3 {
  color: #fff;
}

.roi-provider-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.roi-provider-card li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  line-height: 1.5;
}

.roi-provider-card li:last-child {
  border-bottom: 0;
}

.roi-provider-card li::before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 8px;
  height: 2px;
  background: #63c94d;
}

.roi-benefits {
  padding: 58px 0;
  border-top: 1px solid #dde6ed;
  border-bottom: 1px solid #dde6ed;
  background: #f4f7f9;
}

.roi-benefits__heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.roi-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roi-benefit {
  padding: 6px 34px;
  border-right: 1px solid #d4dfe7;
}

.roi-benefit:first-child {
  padding-left: 0;
}

.roi-benefit:last-child {
  padding-right: 0;
  border-right: 0;
}

.roi-benefit p {
  margin-bottom: 0;
  color: #596b7b;
}

.roi-contact {
  padding: 52px 0;
  background: #f7f7f4;
  text-align: center;
}

.roi-contact__inner {
  max-width: 780px;
  margin: 0 auto;
}

.roi-contact h2 {
  margin-bottom: 10px;
}

.roi-contact p {
  margin-bottom: 18px;
  color: #596b7b;
}

@media (max-width: 767px) {
  .roi-page-shell .banner-head {
    min-height: 205px;
  }

  .roi-page-shell .banner-head h1 {
    padding-top: 2.15em;
    font-size: 2em;
  }

  .roi-lead {
    padding: 46px 0;
  }

  .roi-lead__grid,
  .roi-benefits__grid {
    grid-template-columns: 1fr;
  }

  .roi-lead__grid {
    gap: 32px;
  }

  .roi-summary h2 {
    font-size: 1.85em;
  }

  .roi-provider-card {
    padding: 30px 24px;
  }

  .roi-benefit,
  .roi-benefit:first-child,
  .roi-benefit:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #d4dfe7;
  }

  .roi-benefit:first-child {
    padding-top: 0;
  }

  .roi-benefit:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
