.rtp-grid-v2 .rtp-v1__hero .rtp-v1__shell {
  width: min(1040px, calc(100% - 36px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.rtp-grid-v2 .rtp-v1__hero h1,
.rtp-grid-v2 .rtp-v1__hero p {
  max-width: 72ch;
}

.rtp-grid-v2 .rtp-v1__content {
  padding-top: 54px;
}

.rtp-grid-v2 .rtp-v1__content > .rtp-v1__shell {
  width: min(1180px, calc(100% - 36px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.rtp-grid-v2 .rtp-v1__section {
  min-width: 0;
  margin: 0;
  padding: 27px !important;
  border: 1px solid rgba(17, 25, 31, 0.15) !important;
  background: #ffffff;
}

.rtp-grid-v2 .rtp-v1__section:first-child,
.rtp-grid-v2 .rtp-v1__section:last-child {
  padding: 27px !important;
  border: 1px solid rgba(17, 25, 31, 0.15) !important;
}

.rtp-grid-v2 .rtp-v1__section h2 {
  margin-top: 0;
  font-family: var(--roof-font-display) !important;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.rtp-grid-v2 .rtp-v1__section p,
.rtp-grid-v2 .rtp-v1__section li {
  max-width: 68ch;
  color: #4f5a5e;
  font-size: 17px;
  line-height: 1.67;
}

.rtp-grid-v2 .rtp-v1__section a {
  color: #a84908;
  font-weight: 700;
  text-underline-offset: 3px;
}

.rtp-grid-v2__actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 28px;
  background: #0d202b;
  color: #f6f2e9;
}

.rtp-grid-v2__actions h2 {
  margin: 0;
  font-family: var(--roof-font-display) !important;
  font-size: clamp(27px, 4vw, 41px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rtp-grid-v2__actions p {
  max-width: 700px;
  margin: 11px 0 0;
  color: #c4cfd4;
  font-size: 16px;
  line-height: 1.62;
}

.rtp-grid-v2__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.rtp-grid-v2__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 17px;
  border: 1px solid #f6f2e9;
  background: transparent;
  color: #f6f2e9;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.rtp-grid-v2__button--primary {
  border-color: #ed8337;
  background: #ed8337;
  color: #16110e;
}

.rtp-grid-v2__button:focus-visible {
  outline: 3px solid #ffd2b2;
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .rtp-grid-v2 .rtp-v1__content > .rtp-v1__shell,
  .rtp-grid-v2__actions {
    grid-template-columns: 1fr;
  }

  .rtp-grid-v2__buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .rtp-grid-v2 .rtp-v1__hero .rtp-v1__shell,
  .rtp-grid-v2 .rtp-v1__content > .rtp-v1__shell {
    width: min(100% - 24px, 1180px) !important;
  }

  .rtp-grid-v2 .rtp-v1__section,
  .rtp-grid-v2 .rtp-v1__section:first-child,
  .rtp-grid-v2 .rtp-v1__section:last-child,
  .rtp-grid-v2__actions {
    padding: 21px !important;
  }

  .rtp-grid-v2__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rtp-grid-v2__button {
    width: 100%;
  }
}

/* INFO PAGES V2.1 OVERFLOW FIX */
.rtp-grid-v2,
.rtp-grid-v2 *,
.rtp-grid-v2 *::before,
.rtp-grid-v2 *::after {
  box-sizing: border-box;
}

.rtp-grid-v2 {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.rtp-grid-v2 .rtp-v1__hero,
.rtp-grid-v2 .rtp-v1__content,
.rtp-grid-v2 .rtp-v1__shell,
.rtp-grid-v2 .rtp-v1__section,
.rtp-grid-v2__actions,
.rtp-grid-v2__actions > *,
.rtp-grid-v2__buttons {
  min-width: 0;
  max-width: 100%;
}

.rtp-grid-v2__actions {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 0;
}

.rtp-grid-v2 .rtp-v1__section,
.rtp-grid-v2 .rtp-v1__section *,
.rtp-grid-v2__actions,
.rtp-grid-v2__actions * {
  overflow-wrap: anywhere;
}

.rtp-grid-v2__button {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

@media (max-width: 620px) {
  .rtp-grid-v2__actions {
    width: min(100% - 24px, 1180px);
  }
}
