@charset "UTF-8";
/*
 Theme Name:   Clarus Surgical Consult
 Theme URI:    https://clarusconsults.com
 Description:  Custom theme for Clarus Surgical Consult
 Author:       Sara Chandlee
 Author URI:   http://sarachandlee.com
 Template:     frost
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  clarus-consult
*/
:root {
  --serif: var(--wp--preset--font-family--serif);
  --sans: var(--wp--preset--font-family--primary);
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 16px;
}

html,
body {
  overflow-x: hidden;
}

iframe {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-wrap: pretty;
}

blockquote {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    min-width: 100% !important;
  }
  .is-layout-grid {
    grid-template-columns: 1fr !important;
  }
  .section-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
:root {
  --header-height: 80px;
}

.entry-content > .wp-block-cover {
  padding-top: calc(var(--header-height) + 20px);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
.site-header .wp-block-site-logo img {
  height: 48px;
  width: auto;
}
.site-header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0.875rem;
  transition: color 0.2s;
}
.site-header .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  color: white;
}
.site-header.scroll {
  background: var(--wp--preset--color--navy-deep);
}
.site-header.scroll .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  color: var(--wp--preset--color--contrast);
}
.site-header.scroll .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: rgb(255, 255, 255);
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 600px) {
  .site-header .wp-block-buttons .wp-block-button__link {
    padding: 0.875rem 1.5rem;
    font-size: 0.75rem;
  }
}
.site-header .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--navy-deep) !important;
  color: var(--wp--preset--color--base);
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  color: rgba(255, 255, 255, 0.7);
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
  fill: currentColor;
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close:hover {
  color: var(--wp--preset--color--gold);
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.5rem;
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-family: var(--wp--preset--font-family--serif);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s;
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--gold);
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
  border-bottom: 0;
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--wp--preset--color--gold);
  margin-bottom: 1.5rem;
}

.is-style-small-blockquote {
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: var(--wp--preset--color--gold);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.45;
}
.is-style-small-blockquote + p {
  margin-top: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400 !important;
}

.wp-block-cover.hero .wp-block-cover__background {
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(200, 168, 107, 0.07) 0%, transparent 60%), radial-gradient(ellipse 50% 80% at 10% 80%, rgba(12, 35, 72, 0.9) 0%, transparent 70%), linear-gradient(135deg, var(--wp--preset--color--navy-deep) 0%, #0e2d5c 50%, #12355e 100%);
}
.wp-block-cover.hero .wp-block-cover__background::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(200, 168, 107, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(200, 168, 107, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
  display: block;
}

.is-style-eyebrow,
.is-style-eyebrow-plain,
.is-style-eyebrow-split {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold);
}

.is-style-eyebrow {
  position: relative;
  padding-left: 45px;
}
.is-style-eyebrow::after {
  width: 40px;
  height: 1px;
  background: var(--wp--preset--color--gold);
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
}

.is-style-eyebrow-split {
  display: flex;
  align-items: center;
  text-align: center;
}
.is-style-eyebrow-split::after, .is-style-eyebrow-split::before {
  content: "";
  flex: 0 0 40px;
  border-bottom: 1px solid var(--wp--preset--color--gold);
}
.is-style-eyebrow-split::before {
  margin-right: 15px;
}
.is-style-eyebrow-split::after {
  margin-left: 15px;
}
.is-style-eyebrow-split.has-text-align-center, .is-style-eyebrow-split[style*="text-align:center"], .is-style-eyebrow-split[style*="text-align: center"] {
  justify-content: center;
}

.is-style-note {
  font-size: 0.8125rem;
  color: var(--wp--preset--color--gray-400);
  margin-bottom: 1.5rem;
}

.wp-block-image.is-style-offset-border {
  position: relative;
  width: 100%;
  max-width: 420px;
}
.wp-block-image.is-style-offset-border::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid rgba(200, 168, 107, 0.3);
  border-radius: var(--radius);
  z-index: 0;
}
.wp-block-image.is-style-offset-border img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius);
  filter: grayscale(20%);
  box-shadow: var(--wp--preset--shadow--large);
}
.wp-block-image.is-style-offset-border .wp-element-caption {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  z-index: 2;
  background: var(--wp--preset--color--navy-mid);
  border: 1px solid rgba(200, 168, 107, 0.25);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  box-shadow: var(--wp--preset--shadow--large);
  max-width: 220px;
  font-size: 0.75rem;
  color: var(--wp--preset--color--gold);
  letter-spacing: 0.04em;
}
.wp-block-image.is-style-offset-border .wp-element-caption strong {
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
}

.is-style-trust-badges {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.is-style-trust-badges .wp-block-group {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 20px;
}
.is-style-trust-badges .wp-block-group:last-child {
  border: 0;
  padding-right: 0;
}
.is-style-trust-badges p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.is-style-trust-badges strong {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--wp--preset--color--gold);
}

.is-style-trust-carousel {
  width: 100%;
  padding: 0.875rem 0;
  display: flex;
  gap: 3rem;
  animation: marquee 24s linear infinite;
  white-space: nowrap;
  margin: 0;
}
.is-style-trust-carousel li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-deep);
  flex-shrink: 0;
}
.is-style-trust-carousel li::before {
  content: "✦";
  font-size: 0.5rem;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.is-style-feature-icon-star {
  position: relative;
}
.is-style-feature-icon-star::before {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--wp--preset--color--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--gold);
  font-size: 0.875rem;
  content: "✦";
  position: absolute;
  left: 0px;
  top: 5px;
}
.is-style-feature-icon-star p {
  margin: 0;
  padding-left: 55px;
  font-size: 0.875rem;
  color: var(--wp--preset--color--gray-600);
  line-height: 1.6;
}
.is-style-feature-icon-star strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--wp--preset--color--navy);
  margin-bottom: 0.25rem;
}

.is-style-callout-stacked-img {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.is-style-callout-stacked-img figure,
.is-style-callout-stacked-img img,
.is-style-callout-stacked-img p,
.is-style-callout-stacked-img div,
.is-style-callout-stacked-img .wp-block-heading {
  margin: 0;
}
.is-style-callout-stacked-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: grayscale(20%) brightness(0.85);
  transition: filter 0.35s;
}
.is-style-callout-stacked-img .wp-block-group {
  padding: 1.75rem;
}
.is-style-callout-stacked-img .wp-block-group p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  opacity: 0.6;
}
.is-style-callout-stacked-img .wp-block-group p:first-child {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(200, 168, 107, 0.35);
  line-height: 1;
  margin-bottom: 1rem;
}
.is-style-callout-stacked-img .wp-block-group .wp-block-heading {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.625rem;
}
.is-style-callout-stacked-img:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 168, 107, 0.3);
  transform: translateY(-4px);
}
.is-style-callout-stacked-img:hover img {
  filter: grayscale(0%) brightness(0.9);
}
.is-style-callout-stacked-img:hover p {
  opacity: 1;
}

.is-style-callout-left-border {
  padding: 0.875rem 1.125rem;
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--wp--preset--color--gold);
  font-size: 0.8125rem;
  color: var(--wp--preset--color--gray-800);
  font-weight: 500;
  box-shadow: var(--shadow-sm);
}

.is-style-callout-top-border {
  padding: 0.875rem 1.125rem;
  border-radius: var(--radius-sm);
  border-top: 3px solid var(--wp--preset--color--navy);
  font-size: 0.8125rem;
  color: var(--wp--preset--color--gray-800);
  box-shadow: var(--shadow-sm);
}
.is-style-callout-top-border p {
  margin-block-start: 0;
}

.is-style-pricing-grid .wp-block-heading {
  margin: 0;
}
.is-style-pricing-grid .is-style-eyebrow-plain {
  margin-bottom: 0.75rem;
}
.is-style-pricing-grid h3.wp-block-heading {
  margin-bottom: 0.5rem;
}
.is-style-pricing-grid h4.wp-block-heading {
  font-size: 2.75rem;
  font-weight: 600;
  color: var(--wp--preset--color--navy);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.is-style-pricing-grid .is-style-card-featured h4.wp-block-heading {
  color: inherit;
}

.is-style-card,
.is-style-card-featured {
  border: 1px solid var(--wp--preset--color--gray-200);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  position: relative;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.is-style-card:hover,
.is-style-card-featured:hover {
  box-shadow: var(--wp--preset--shadow--large);
  transform: translateY(-4px);
  border-color: rgba(200, 168, 107, 0.4);
}

.is-style-card-featured {
  border-color: var(--wp--preset--color--gold);
  background: var(--wp--preset--color--navy-deep);
  color: var(--wp--preset--color--white);
  margin-top: 14px;
}
.is-style-card-featured::before {
  content: "Most Popular";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--navy-deep);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.875rem;
  border-radius: 20px;
  white-space: nowrap;
}

.is-style-card-transparent {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 28px 30px;
}

.is-style-list-dashed-line {
  padding: 0;
  list-style: none;
}
.is-style-list-dashed-line li {
  display: flex;
  align-items: center;
}
.is-style-list-dashed-line li::before {
  content: "";
  flex: 0 0 15px;
  border-bottom: 2px solid var(--wp--preset--color--gold);
  margin-right: 10px;
}

.wp-block-accordion-item {
  border-bottom: 1px solid var(--wp--preset--color--gray-200);
  padding-bottom: 1.25rem;
}

.wp-block-accordion-heading {
  font-size: 1.5rem;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title,
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-icon {
  text-decoration: none;
  color: var(--wp--preset--color--gold);
}

.checkout-steps {
  background-color: var(--wp--preset--color--off-white);
  padding-block: clamp(3rem, 4vw, 4rem);
}
.checkout-steps__eyebrow {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: var(--wp--custom--font-weight--medium);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold);
  margin: 0 0 0.75rem;
}
.checkout-steps__heading {
  font-family: var(--wp--preset--font-family--serif) !important;
  font-size: var(--wp--preset--font-size--x-large) !important;
  font-weight: var(--wp--custom--font-weight--regular) !important;
  line-height: var(--wp--custom--line-height--heading) !important;
  color: var(--wp--preset--color--navy) !important;
  margin-bottom: 0.75rem !important;
}
.checkout-steps__subheading {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--body);
  color: var(--wp--preset--color--gray-600);
  margin-bottom: 2rem;
}
.checkout-steps__list.wp-block-columns {
  gap: var(--wp--custom--spacing--gap);
  margin-block: 0;
}
.checkout-steps__step.wp-block-column {
  padding: 1.5rem;
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--gray-200);
  border-top: 2px solid transparent;
  border-radius: 4px;
  transition: border-top-color 0.2s ease;
}
.checkout-steps__step.wp-block-column:hover {
  border-top-color: var(--wp--preset--color--gold);
}
.checkout-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--gold);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--large);
  font-weight: var(--wp--custom--font-weight--regular);
  line-height: 1;
  margin: 0 0 0.875rem;
}
.checkout-steps__step-title {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--medium) !important;
  font-weight: var(--wp--custom--font-weight--medium) !important;
  line-height: var(--wp--custom--line-height--medium) !important;
  color: var(--wp--preset--color--navy) !important;
  margin: 0 0 0.375rem !important;
}
.checkout-steps__step-body {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--body);
  color: var(--wp--preset--color--gray-600);
  margin: 0;
}
.checkout-steps__note {
  margin: 0.5rem 0 0;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: var(--wp--custom--font-weight--regular);
  color: var(--wp--preset--color--gray-400);
  font-style: italic;
}
.checkout-steps__note::before {
  content: "— ";
}

.is-style-checkout-steps {
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--wp--preset--color--gray-200);
}
.is-style-checkout-steps a,
.is-style-checkout-steps p {
  color: var(--wp--preset--color--gray-400);
}
.is-style-checkout-steps > .wp-block-group {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  gap: 0 !important;
  justify-content: space-between !important;
  position: relative;
}
.is-style-checkout-steps > .wp-block-group::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--wp--preset--color--gray-200);
  z-index: 0;
}
.is-style-checkout-steps .wp-block-group > .wp-block-group {
  display: grid !important;
  grid-template-columns: 40px auto;
  grid-template-rows: auto auto;
  column-gap: 0.6rem;
  align-items: start;
  padding: 0 !important;
  position: relative;
  z-index: 1;
  background-color: var(--wp--preset--color--base);
}
.is-style-checkout-steps .wp-block-group > .wp-block-group p:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  align-self: center;
  justify-self: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.8375rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  border: 1.5px solid var(--wp--preset--color--gray-400);
  background-color: var(--wp--preset--color--base);
}
.is-style-checkout-steps .wp-block-group > .wp-block-group p:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 500;
  color: var(--wp--preset--color--gray-400);
  margin: 0 !important;
  margin-inline: 0 !important;
  line-height: 1.3;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: left !important;
}
.is-style-checkout-steps .wp-block-group > .wp-block-group p:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1rem;
  font-weight: 400;
  color: var(--wp--preset--color--gray-400);
  margin: 0 !important;
  margin-inline: 0 !important;
  line-height: 1.3;
  text-align: left !important;
}
.is-style-checkout-steps .wp-block-group > .wp-block-group p:nth-child(3) {
  font-family: var(--wp--preset--font-family--serif);
}

.checkout-step-1 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(1) p:nth-child(1) {
  background-color: var(--wp--preset--color--navy);
  border-color: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--base);
}
.checkout-step-1 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(1) p:nth-child(1) a {
  color: var(--wp--preset--color--base);
}
.checkout-step-1 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(1) p:nth-child(2) {
  color: var(--wp--preset--color--gold);
}
.checkout-step-1 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(1) p:nth-child(2) a {
  color: var(--wp--preset--color--gold);
}
.checkout-step-1 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(1) p:nth-child(3) {
  color: var(--wp--preset--color--navy);
}
.checkout-step-1 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(1) p:nth-child(3) a {
  color: var(--wp--preset--color--navy);
}

.checkout-step-2 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(2) p:nth-child(1) {
  background-color: var(--wp--preset--color--navy);
  border-color: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--base);
}
.checkout-step-2 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(2) p:nth-child(1) a {
  color: var(--wp--preset--color--base);
}
.checkout-step-2 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(2) p:nth-child(2) {
  color: var(--wp--preset--color--gold);
}
.checkout-step-2 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(2) p:nth-child(2) a {
  color: var(--wp--preset--color--gold);
}
.checkout-step-2 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(2) p:nth-child(3) {
  color: var(--wp--preset--color--navy);
}
.checkout-step-2 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(2) p:nth-child(3) a {
  color: var(--wp--preset--color--navy);
}

.checkout-step-3 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(3) p:nth-child(1) {
  background-color: var(--wp--preset--color--navy);
  border-color: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--base);
}
.checkout-step-3 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(3) p:nth-child(1) a {
  color: var(--wp--preset--color--base);
}
.checkout-step-3 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(3) p:nth-child(2) {
  color: var(--wp--preset--color--gold);
}
.checkout-step-3 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(3) p:nth-child(2) a {
  color: var(--wp--preset--color--gold);
}
.checkout-step-3 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(3) p:nth-child(3) {
  color: var(--wp--preset--color--navy);
}
.checkout-step-3 .is-style-checkout-steps .wp-block-group > .wp-block-group:nth-child(3) p:nth-child(3) a {
  color: var(--wp--preset--color--navy);
}

.is-style-card .wp-block-button .is-selected-package {
  background: transparent !important;
  box-shadow: inset 0 0 0 1.5px var(--wp--preset--color--navy) !important;
  color: var(--wp--preset--color--navy) !important;
}

.is-style-card-featured .wp-block-button .is-selected-package {
  background: transparent !important;
  box-shadow: inset 0 0 0 1.5px var(--wp--preset--color--gold) !important;
  color: var(--wp--preset--color--gold) !important;
}

.step-list__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
.step-list__indicator {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wp--preset--color--gold);
  color: var(--wp--preset--color--gold);
  z-index: 1;
}
.is-complete .step-list__indicator {
  background: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--navy);
}
.step-list__title {
  font-family: var(--wp--preset--font-family--serif);
  color: var(--wp--preset--color--off-white);
  margin: 0 0 0.5rem;
}
.step-list__text {
  color: rgba(247, 245, 240, 0.7);
  margin-block-start: 0;
}

.step-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.step-checkbox__input {
  position: absolute;
  opacity: 0;
}
.step-checkbox__box {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--wp--preset--color--off-white);
  border-radius: 4px;
}
.step-checkbox__input:checked + .step-checkbox__box {
  background: var(--wp--preset--color--gold);
  border-color: var(--wp--preset--color--gold);
}

.page-template-thank-you-page .confirmation-card-top {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.25rem;
}
.page-template-thank-you-page .confirmation-card-top .wp-block-paragraph {
  color: var(--wp--preset--color--gold);
  font-weight: 400;
  margin-top: 0.25rem;
}
.page-template-thank-you-page #confirmation-package-price {
  font-size: 2rem;
  white-space: nowrap;
}
.page-template-thank-you-page #confirmation-package-price::after {
  content: attr(data-cents);
  font-size: 0.55em;
  vertical-align: super;
  line-height: 1;
}
.page-template-thank-you-page .confirmation-card-meta .confirmation-meta-label {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.4rem;
}
.page-template-thank-you-page .confirmation-card-meta .confirmation-meta-value {
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--wp--preset--color--off-white);
  margin-block-start: 0;
}
.page-template-thank-you-page .wp-block-buttons {
  margin-block-start: 20px;
}
.page-template-thank-you-page .doctor-quote-card .wp-block-image img {
  width: 100px;
  height: 100px;
}
.page-template-thank-you-page p.subtext {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.page-template-thank-you-page p.subtext strong {
  color: white;
}
.page-template-thank-you-page p.subtext ::first-letter {
  color: var(--wp--preset--color--gold);
}
.page-template-thank-you-page .footer-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  line-height: 1.7;
}
.page-template-thank-you-page .footer-text a {
  color: var(--wp--preset--color--gold);
}

.page-id-417 .package-preselect-banner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(200, 168, 107, 0.08);
  border: 1px solid rgba(200, 168, 107, 0.3);
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  margin: 0 0 0;
  font-size: 0.9rem;
  color: var(--wp--preset--color--navy-deep);
  max-width: 1022px;
  margin-top: 20px;
}
.page-id-417 .package-preselect-banner::before {
  content: "✦";
  color: var(--wp--preset--color--gold);
  flex-shrink: 0;
  font-size: 0.65rem;
}
.page-id-417 .package-preselect-banner strong {
  color: var(--wp--preset--color--navy-deep);
  font-weight: 600;
}
