.site-header {
  background: #06182d;
  border-bottom: 1px solid rgba(198, 161, 91, .18);
  backdrop-filter: none;
}

.site-header .wrap {
  width: min(100% - 48px, 1440px);
}

.site-header .nav {
  min-height: 76px;
  gap: 24px;
}

.site-header .brand {
  padding: 7px 14px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .97);
}

.site-header .brand-logo-header {
  width: 196px;
  max-width: 26vw;
}

.site-header .nav-menu {
  gap: 28px;
  color: #ffffff;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.site-header .nav-menu a {
  padding: 30px 0 27px;
}

.site-header .nav-menu a:hover {
  border-bottom-color: transparent;
  color: #c6a15b;
}

.site-header .nav-menu .has-subnav::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #c6a15b;
  border-bottom: 1px solid #c6a15b;
  transform: translateY(-3px) rotate(45deg);
}

.site-header .nav-cta {
  min-width: 174px;
  min-height: 40px;
  border-radius: 4px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #f1bb54, #d79b34);
  color: #06182d;
  box-shadow: none;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .02em;
}

.campaign-page-exact {
  background: #fbf7ee;
  color: #06182d;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.35;
}

.checkin-hero {
  display: grid;
  grid-template-columns: minmax(520px, 44fr) minmax(640px, 56fr);
  min-height: 428px;
  overflow: hidden;
  background: #06182d;
  border-bottom: 1px solid rgba(198, 161, 91, .58);
}

.checkin-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 150px 34px clamp(42px, 5.6vw, 84px);
  margin-right: -110px;
  color: #ffffff;
  background: radial-gradient(circle at 12% 18%, rgba(19, 43, 77, .98), #06182d 62%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
}

.checkin-hero-copy::after {
  content: "";
  position: absolute;
  top: 0;
  right: 108px;
  width: 3px;
  height: 110%;
  background: #dca33f;
  transform: skewX(-14deg);
  transform-origin: top;
}

.checkin-eyebrow {
  width: max-content;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #dca33f;
  color: #f1bb54;
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.checkin-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 4.25vw, 4.85rem);
  font-weight: 500;
  line-height: .98;
}

.checkin-hero h1 span {
  display: block;
  color: #f1bb54;
  font-style: italic;
  font-weight: 400;
}

.checkin-offer {
  margin: 18px 0 6px;
  color: #f1bb54;
  font-size: clamp(1.28rem, 1.8vw, 1.78rem);
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.checkin-subcopy,
.checkin-smallcopy {
  max-width: 560px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: .98rem;
}

.checkin-smallcopy {
  font-size: .92rem;
}

.checkin-smallcopy strong {
  color: #f1bb54;
}

.checkin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 20px;
}

.checkin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 26px;
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}

.checkin-button-gold {
  background: linear-gradient(180deg, #f3bf59, #dca33f);
  color: #06182d;
}

.checkin-button-outline {
  min-width: 220px;
  border: 1px solid #dca33f;
  color: #ffffff;
  background: rgba(6, 24, 45, .24);
}

.checkin-button-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.checkin-calendar-icon {
  border: 2px solid currentColor;
  border-radius: 2px;
}

.checkin-calendar-icon::before,
.checkin-calendar-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.checkin-calendar-icon::before {
  left: 2px;
  right: 2px;
  top: 5px;
  height: 2px;
}

.checkin-calendar-icon::after {
  left: 4px;
  top: -4px;
  width: 2px;
  height: 6px;
  box-shadow: 8px 0 0 currentColor;
}

.checkin-phone-icon {
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(38deg);
}

.checkin-hero-image {
  min-height: 428px;
  background:
    linear-gradient(90deg, rgba(6, 24, 45, .16), rgba(6, 24, 45, 0) 24%),
    url("claritas-check-in-hero.png") center center / cover no-repeat;
}

.checkin-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1408px;
  margin: 0 auto;
  background: #fffaf1;
  border-bottom: 1px solid rgba(198, 161, 91, .5);
}

.checkin-proof-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 38px;
  border-right: 1px solid rgba(198, 161, 91, .42);
}

.checkin-proof-item:last-child {
  border-right: 0;
}

.checkin-circle,
.checkin-mini-icon,
.checkin-service-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #06182d;
  color: #f1bb54;
  font-weight: 900;
}

.checkin-circle {
  width: 48px;
  height: 48px;
}

.checkin-circle::before,
.checkin-circle::after,
.checkin-service-icon::before,
.checkin-service-icon::after {
  content: "";
  position: absolute;
}

.checkin-icon-chat::before {
  width: 21px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 9px;
}

.checkin-icon-chat::after {
  width: 8px;
  height: 8px;
  right: 11px;
  bottom: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(35deg);
}

.checkin-icon-people::before {
  width: 22px;
  height: 14px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  bottom: 12px;
}

.checkin-icon-people::after {
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
  top: 10px;
  box-shadow: -10px 8px 0 -3px #06182d, -10px 8px 0 -1px currentColor;
}

.checkin-icon-shield::before {
  width: 20px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 4px 4px 12px 12px;
}

.checkin-icon-shield::after {
  width: 11px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.checkin-icon-clock::before {
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.checkin-icon-clock::after {
  width: 8px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(2px, -2px);
}

.checkin-proof p {
  margin: 0;
  color: #06182d;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.35;
}

.checkin-booking-row {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(640px, 1fr);
  gap: 44px;
  max-width: 1408px;
  margin: 0 auto;
  padding: 22px 24px 24px;
  border-bottom: 1px solid rgba(198, 161, 91, .5);
  background: #fbf7ee;
  scroll-margin-top: 92px;
}

.checkin-booking-card {
  padding: 20px 24px 16px;
  border-radius: 4px;
  background: #06182d;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(6, 24, 45, .14);
}

.checkin-booking-card h2 {
  margin: 0 0 8px;
  color: #f1bb54;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: .045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.checkin-booking-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .94);
  font-size: .88rem;
  line-height: 1.45;
}

.checkin-calendly {
  overflow: hidden;
  border: 1px solid rgba(198, 161, 91, .45);
  border-radius: 4px;
  background: #ffffff;
}

.checkin-calendly .calendly-inline-widget {
  min-height: 442px !important;
  height: 442px !important;
}

.checkin-note {
  position: relative;
  margin: 12px 0 0 !important;
  padding-left: 28px;
  font-size: .76rem !important;
}

.checkin-note::before {
  content: "i";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
}

.checkin-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 0;
}

.checkin-topic {
  position: relative;
  padding: 8px 34px 8px 42px;
  border-left: 1px solid rgba(198, 161, 91, .46);
}

.checkin-mini-icon {
  position: absolute;
  left: 28px;
  top: 4px;
  width: 32px;
  height: 32px;
  background: rgba(241, 187, 84, .17);
  color: #dca33f;
}

.checkin-mini-icon::before {
  content: "";
  width: 14px;
  height: 17px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.checkin-mini-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.checkin-topic h2 {
  margin: 4px 0 20px 44px;
  color: #06182d;
  font-size: 1.12rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.checkin-topic ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkin-topic li {
  position: relative;
  padding-left: 34px;
  color: #06182d;
  font-size: .99rem;
  line-height: 1.32;
}

.checkin-topic li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #d7a449;
  color: #ffffff;
  font-size: .76rem;
  font-weight: 950;
}

.checkin-next-row {
  display: grid;
  grid-template-columns: .94fr 1.05fr 1.05fr 1.05fr;
  gap: 0;
  max-width: 1408px;
  margin: 0 auto;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(198, 161, 91, .55);
  background: #fffaf1;
}

.checkin-help,
.checkin-service {
  position: relative;
  min-height: 126px;
  padding: 4px 28px;
  border-right: 1px solid rgba(198, 161, 91, .48);
}

.checkin-service:last-child {
  border-right: 0;
}

.checkin-help h2,
.checkin-service h3 {
  margin: 0 0 8px;
  color: #06182d;
  font-size: .94rem;
  font-weight: 950;
  letter-spacing: .035em;
  line-height: 1.25;
}

.checkin-help h2 {
  text-transform: uppercase;
}

.checkin-help p,
.checkin-service p {
  margin: 0;
  color: #06182d;
  font-size: .86rem;
  line-height: 1.42;
}

.checkin-service {
  padding-left: 82px;
}

.checkin-service-icon {
  position: absolute;
  left: 24px;
  top: 4px;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, .82);
}

.checkin-service-doc::before {
  width: 18px;
  height: 23px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.checkin-service-doc::after {
  width: 13px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.checkin-service-rocket::before {
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(45deg);
}

.checkin-service-rocket::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.checkin-service-support::before {
  width: 24px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  bottom: 13px;
}

.checkin-service-support::after {
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  top: 11px;
  box-shadow: -12px 8px 0 -3px #06182d, -12px 8px 0 -1px currentColor;
}

.checkin-price,
.checkin-service a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 12px !important;
  padding: 8px 18px;
  border-radius: 4px;
  background: linear-gradient(180deg, #edb64f, #d7a449);
  color: #06182d;
  font-size: .78rem !important;
  font-weight: 950;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
}

.checkin-important {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 20px;
  align-items: center;
  max-width: 1408px;
  margin: 0 auto;
  padding: 18px 24px 20px;
  background: #fbf7ee;
}

.checkin-shield {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid #d7a449;
  border-radius: 50%;
  color: #d7a449;
  font-weight: 950;
}

.checkin-important h2 {
  margin: 0 0 4px;
  color: #06182d;
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.checkin-important p {
  margin: 0;
  color: #06182d;
  font-size: .76rem;
  line-height: 1.35;
}

.checkin-important a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid rgba(6, 24, 45, .45);
  border-radius: 4px;
  color: #06182d;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .site-header .wrap {
    width: min(100% - 32px, 1120px);
  }

  .site-header .nav {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }

  .site-header .brand-logo-header {
    max-width: 360px;
  }

  .site-header .nav-menu {
    justify-self: start;
    gap: 18px;
  }

  .site-header .nav-menu a {
    padding: 4px 0;
  }

  .checkin-hero,
  .checkin-booking-row,
  .checkin-next-row,
  .checkin-important {
    grid-template-columns: 1fr;
  }

  .checkin-hero-copy {
    margin-right: 0;
    padding: 48px 32px;
    clip-path: none;
  }

  .checkin-hero-copy::after {
    display: none;
  }

  .checkin-hero-image {
    min-height: 340px;
  }

  .checkin-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkin-topic-grid {
    grid-template-columns: 1fr;
  }

  .checkin-topic,
  .checkin-help,
  .checkin-service {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(198, 161, 91, .42);
  }
}

@media (max-width: 720px) {
  .site-header .brand-logo-header {
    width: 190px;
    max-width: 76vw;
  }

  .site-header .nav-menu {
    font-size: .72rem;
  }

  .site-header .nav-cta {
    justify-self: start;
  }

  .checkin-hero {
    min-height: 0;
  }

  .checkin-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .checkin-actions,
  .checkin-button {
    width: 100%;
  }

  .checkin-proof,
  .checkin-topic-grid {
    grid-template-columns: 1fr;
  }

  .checkin-proof-item {
    padding: 16px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(198, 161, 91, .36);
  }

  .checkin-booking-row,
  .checkin-next-row,
  .checkin-important {
    padding-inline: 16px;
  }

  .checkin-topic {
    padding: 18px 4px 18px 40px;
  }

  .checkin-mini-icon {
    left: 0;
    top: 18px;
  }

  .checkin-topic h2 {
    margin-left: 0;
    padding-left: 42px;
  }

  .checkin-calendly .calendly-inline-widget {
    min-height: 620px !important;
    height: 620px !important;
  }

  .checkin-important {
    gap: 12px;
  }

  .checkin-important a {
    justify-content: center;
    white-space: normal;
  }
}

.fee-risk-page .checkin-eyebrow {
  max-width: 100%;
  width: auto;
}

.fee-risk-page .checkin-hero h1 {
  max-width: 640px;
}

.fee-risk-page .checkin-offer {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  padding-bottom: 9px;
  border-bottom: 2px solid #dca33f;
}

.checkin-icon-doc::before {
  width: 17px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.checkin-icon-doc::after {
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.checkin-icon-search::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.checkin-icon-search::after {
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: translate(8px, 9px) rotate(45deg);
}

.checkin-icon-outcome::before {
  width: 24px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.checkin-icon-outcome::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -8px 0 0 currentColor, 8px 0 0 currentColor;
}

.checkin-icon-point::before {
  width: 6px;
  height: 20px;
  border-radius: 999px;
  background: currentColor;
}

.checkin-icon-point::after {
  width: 6px;
  height: 6px;
  bottom: 8px;
  border-radius: 50%;
  background: currentColor;
}

.fee-risk-section,
.fee-risk-boundary,
.fee-risk-request,
.fee-risk-other-support {
  max-width: 1408px;
  margin: 0 auto;
  padding: 34px 24px;
  border-bottom: 1px solid rgba(198, 161, 91, .5);
  background: #fbf7ee;
}

.fee-risk-section-head {
  max-width: 920px;
  margin-bottom: 22px;
}

.fee-risk-section h2,
.fee-risk-boundary h2,
.fee-risk-other-support h2 {
  margin: 0 0 10px;
  color: #06182d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.6vw, 2.55rem);
  line-height: 1.1;
}

.fee-risk-section-head p,
.fee-risk-note,
.fee-risk-boundary p,
.fee-risk-other-support p {
  color: #06182d;
  font-size: .98rem;
}

.fee-risk-card-grid,
.outcome-grid,
.other-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fee-risk-card,
.outcome-card,
.fee-risk-other-support article {
  padding: 20px;
  border: 1px solid rgba(198, 161, 91, .42);
  border-radius: 6px;
  background: #fffaf1;
}

.fee-risk-card h3,
.outcome-card h3,
.fee-risk-other-support h3 {
  margin: 0 0 8px;
  color: #06182d;
  font-size: 1.05rem;
}

.fee-risk-card p,
.outcome-card p {
  margin: 0;
}

.fee-risk-note {
  margin: 20px 0 0;
  padding: 14px 18px;
  border-left: 4px solid #d7a449;
  background: rgba(255, 250, 241, .86);
}

.fee-risk-outcomes {
  background: #fffaf1;
}

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

.outcome-card {
  background: #ffffff;
}

.outcome-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.outcome-card h3::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.outcome-green h3::before {
  background: #54785c;
}

.outcome-amber h3::before {
  background: #c99a3d;
}

.outcome-red h3::before {
  background: #9c4a43;
}

.fee-risk-boundary {
  background: linear-gradient(135deg, #fffaf1, #f4ead8);
}

.fee-risk-boundary > div {
  max-width: 980px;
  padding: 24px;
  border: 1px solid rgba(198, 161, 91, .55);
  border-radius: 6px;
  background: rgba(255, 255, 255, .52);
}

.fee-risk-request {
  background: #fbf7ee;
}

.fee-risk-form-card {
  max-width: 940px;
  margin: 0 auto;
}

.fee-risk-form-shell {
  margin-top: 18px;
}

.fee-risk-form {
  display: grid;
  gap: 18px;
}

.fee-risk-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fee-risk-form label,
.fee-risk-form legend {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, .95);
  font-size: .9rem;
  font-weight: 750;
}

.fee-risk-form label span,
.fee-risk-form legend span {
  color: #f1bb54;
}

.fee-risk-form input,
.fee-risk-form select,
.fee-risk-form textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(198, 161, 91, .45);
  border-radius: 4px;
  background: #ffffff;
  color: #06182d;
  font: inherit;
}

.fee-risk-form textarea {
  min-height: 110px;
  resize: vertical;
}

.fee-risk-form fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(198, 161, 91, .45);
  border-radius: 4px;
}

.fee-risk-form .radio-option,
.fee-risk-form .acknowledgement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 650;
}

.fee-risk-form .radio-option input,
.fee-risk-form .acknowledgement input {
  width: auto;
  min-height: 0;
  margin-top: 4px;
}

.live-dispute-note {
  display: none;
  margin: 4px 0 0 !important;
  padding: 12px 14px;
  border-left: 3px solid #f1bb54;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .92) !important;
  font-size: .84rem !important;
}

.fee-risk-form button {
  width: max-content;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.fee-risk-confirmation {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(198, 161, 91, .58);
  border-radius: 4px;
  background: rgba(255, 255, 255, .08);
}

.fee-risk-confirmation p {
  margin: 0;
}

.fee-risk-follow-on {
  grid-template-columns: .75fr 1.25fr;
  background: #fffaf1;
}

.fee-risk-review-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #06182d;
  font-size: .86rem;
}

.fee-risk-review-card li + li {
  margin-top: 6px;
}

.fee-risk-other-support {
  background: #fbf7ee;
}

.other-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fee-risk-other-support article .button {
  margin-top: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: .82rem;
}

@media (max-width: 1180px) {
  .fee-risk-card-grid,
  .outcome-grid,
  .fee-risk-follow-on,
  .other-support-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .fee-risk-card-grid,
  .outcome-grid,
  .fee-risk-follow-on,
  .other-support-grid,
  .fee-risk-form .form-grid {
    grid-template-columns: 1fr;
  }

  .fee-risk-section,
  .fee-risk-boundary,
  .fee-risk-request,
  .fee-risk-other-support {
    padding-inline: 16px;
  }

  .fee-risk-form button {
    width: 100%;
  }
}
