/* Minification failed. Returning unminified contents.
(261,10): run-time error CSS1030: Expected identifier, found '#phone-number-account-match-modal'
(261,48): run-time error CSS1031: Expected selector, found ')'
(261,48): run-time error CSS1025: Expected comma or open brace, found ')'
(265,10): run-time error CSS1030: Expected identifier, found '#phone-number-account-match-modal'
(265,48): run-time error CSS1031: Expected selector, found ')'
(265,48): run-time error CSS1025: Expected comma or open brace, found ')'
(546,88): run-time error CSS1030: Expected identifier, found '.'
(546,134): run-time error CSS1031: Expected selector, found ')'
(546,134): run-time error CSS1025: Expected comma or open brace, found ')'
(551,88): run-time error CSS1030: Expected identifier, found '.'
(551,134): run-time error CSS1031: Expected selector, found ')'
(551,134): run-time error CSS1025: Expected comma or open brace, found ')'
(591,88): run-time error CSS1030: Expected identifier, found '.'
(591,128): run-time error CSS1031: Expected selector, found ')'
(591,128): run-time error CSS1025: Expected comma or open brace, found ')'
(595,88): run-time error CSS1030: Expected identifier, found '.'
(595,128): run-time error CSS1031: Expected selector, found ')'
(595,128): run-time error CSS1025: Expected comma or open brace, found ')'
(1052,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1053,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1054,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1085,27): run-time error CSS1039: Token not allowed after unary operator: '-guest-dashboard-footer-peak-inner-left-pct'
(1085,94): run-time error CSS1039: Token not allowed after unary operator: '-guest-dashboard-footer-peak-inner-right-pct'
(1105,16): run-time error CSS1039: Token not allowed after unary operator: '-guest-dashboard-footer-outline'
(1941,26): run-time error CSS1039: Token not allowed after unary operator: '-rewards-program-header-bg-desktop'
(1954,28): run-time error CSS1039: Token not allowed after unary operator: '-rewards-program-header-bg-mobile'
(1954,68): run-time error CSS1039: Token not allowed after unary operator: '-rewards-program-header-bg-desktop'
(2017,26): run-time error CSS1039: Token not allowed after unary operator: '-rewards-program-header-bg-desktop'
(2021,28): run-time error CSS1039: Token not allowed after unary operator: '-rewards-program-header-bg-mobile'
(2021,68): run-time error CSS1039: Token not allowed after unary operator: '-rewards-program-header-bg-desktop'
(3378,26): run-time error CSS1039: Token not allowed after unary operator: '-new-guest-intro-promo-bg-desktop'
(3403,28): run-time error CSS1039: Token not allowed after unary operator: '-new-guest-intro-promo-bg-mobile'
(3403,67): run-time error CSS1039: Token not allowed after unary operator: '-new-guest-intro-promo-bg-desktop'
(4257,26): run-time error CSS1039: Token not allowed after unary operator: '-new-guest-intro-promo-bg-mobile'
(4257,65): run-time error CSS1039: Token not allowed after unary operator: '-new-guest-intro-promo-bg-desktop'
 */
@charset "UTF-8";
@font-face {
  font-family: "sentinel-book";
  src: url(/assets/lf/fonts/sentinel/Sentinel-Book.woff) format("woff"), url(/assets/lf/fonts/sentinel/Sentinel-Book.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sentinel-bold";
  src: url(/assets/lf/fonts/sentinel/Sentinel-Bold.woff) format("woff"), url(/assets/lf/fonts/sentinel/Sentinel-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sentinel-black";
  src: url(/assets/lf/fonts/sentinel/Sentinel-Black.woff) format("woff"), url(/assets/lf/fonts/sentinel/Sentinel-Black.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "knockout-feather";
  src: url(/assets/lf/fonts/knockout/Knockout-48Featherweight.woff) format("woff"), url(/assets/lf/fonts/knockout/Knockout-48Featherweight.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "knockout-bantam";
  src: url(/assets/lf/fonts/knockout/Knockout-HTF47-Bantamweight.woff) format("woff"), url(/assets/lf/fonts/knockout/Knockout-HTF47-Bantamweight.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mascot";
  src: url(/assets/lf/fonts/mascot/MascotMVB.woff) format("woff"), url(/assets/lf/fonts/mascot/MascotMVB.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cyclone-shaded";
  src: url(/assets/lf/fonts/cyclone/Cyclone-Shaded.woff) format("woff"), url(/assets/lf/fonts/cyclone/Cyclone-Shaded.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #FCF5ED;
  font-family: Besley;
  color: #030303;
}

.button-primary {
  display: flex;
  width: 342px;
  padding: 12px 22px 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 2px solid transparent;
  border-radius: 52px;
  border-bottom: 2px solid #004E22;
  background: #00612B;
  box-shadow: 0 1px 2px 0 rgba(1, 17, 34, 0.05);
  text-shadow: 0 1px 2px rgba(1, 17, 34, 0.05);
  font-family: Besley;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.button-primary.fit-content {
  width: fit-content;
}
.button-primary:disabled, .button-primary[aria-disabled=true] {
  border: 2px solid transparent;
  border-bottom: 2px solid #F4E6D8;
  background: #FFFAF8;
  color: #C7A58A;
  pointer-events: none;
}
.button-primary:focus-visible:not(:disabled):not([aria-disabled=true]), .button-primary:focus:not(:disabled):not([aria-disabled=true]), .button-primary:hover:not(:disabled):not([aria-disabled=true]) {
  border: 2px solid #369344;
  text-decoration: none;
  color: #FFFFFF;
}
.button-primary:focus-visible:not(:disabled):not([aria-disabled=true]) {
  outline: 2px solid #369344;
  outline-offset: 2px;
}
.button-primary[aria-disabled=true]:focus-visible {
  border: 2px solid #369344;
  outline: 2px solid #369344;
  outline-offset: 2px;
}
.button-primary.boxcar {
  background: #8B2331;
  border-bottom: 2px solid transparent;
}
.button-primary.boxcar:focus:not(:disabled), .button-primary.boxcar:hover:not(:disabled) {
  border: 2px solid #CAA976;
  text-decoration: none;
  color: #FFFFFF;
}

.button-secondary {
  display: flex;
  width: 342px;
  height: 52px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 24px;
  border: 2px solid transparent;
  border-bottom: 2px solid #F4E6D8;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(1, 17, 34, 0.05);
  color: #00612B;
  text-align: center;
  font-family: Besley;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.button-secondary:focus:not(:disabled), .button-secondary:hover:not(:disabled) {
  border: 2px solid #369344;
  text-decoration: none;
  color: #00612B;
}
.button-secondary:disabled {
  border: 2px solid transparent;
  border-bottom: 2px solid #F4E6D8;
  background: #FFFAF8;
  color: #C7A58A;
  pointer-events: none;
}

.button-tertiary {
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  color: #030303;
  text-align: center;
  font-family: Besley;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}
.button-tertiary:focus, .button-tertiary:hover {
  color: #030303;
  text-decoration: underline;
  text-decoration-color: #369344;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.button-tertiary:disabled {
  color: #C7A58A;
  pointer-events: none;
}

h1 {
  color: #00612B;
  font-family: "acumin-pro-extra-condensed";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  text-transform: uppercase;
}

h2 {
  color: #00612B;
  font-family: "acumin-pro-extra-condensed";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}

h3 {
  color: #00612B;
  font-family: "acumin-pro-extra-condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
}

h4 {
  color: #030303;
  font-family: "acumin-pro-extra-condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.lf-display-1 {
  color: #006341;
  font-family: "mascot-mvb";
  font-size: 48px;
  line-height: 48px;
}

.lf-display-2 {
  color: #00612B;
  font-family: "acumin-pro-extra-condensed";
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
}

.lf-caption {
  color: #030303;
  font-family: Besley;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

input[type=text],
input[type=tel],
input[type=email] {
  border: 1px solid #00612B;
  background: #FFF;
  display: flex;
  height: 50px;
  padding: 10px 10px 10px 16px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 8px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  outline: none;
  border: 2px solid #369344;
}
input[type=text].error,
input[type=tel].error,
input[type=email].error {
  border: 1px solid #EF4444;
}

body:has(#phone-number-account-match-modal.show) .modal-backdrop,
body:has(#email-account-match-modal.show) .modal-backdrop {
  background-color: #030303;
}
body:has(#phone-number-account-match-modal.show) .modal-backdrop.show,
body:has(#email-account-match-modal.show) .modal-backdrop.show {
  opacity: 0.05;
}

.cta-modal .cta-modal-dialog {
  max-width: 547px;
  width: calc(100% - 32px);
  margin: 1.75rem auto;
  padding: 24px 24px 48px 24px;
  box-shadow: 0 6px 16px 0 rgba(26, 26, 26, 0.14);
  border-radius: 8px;
  background-color: #FCF5ED;
  box-sizing: border-box;
}
.cta-modal .cta-modal-content {
  border: 0;
  background-color: #FCF5ED;
}
.cta-modal .cta-modal-header {
  margin-bottom: 8px;
  text-align: right;
}
.cta-modal .cta-modal-header .close {
  float: none;
  opacity: 1;
}
.cta-modal .cta-modal-header .close img {
  display: block;
  width: 24px;
  height: 24px;
}
.cta-modal .cta-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}
.cta-modal .cta-modal-body > div {
  width: 100%;
}
.cta-modal .cta-modal-body form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta-modal .cta-modal-body h3 {
  margin-bottom: 8px;
  color: #222222;
  font-family: "acumin-pro-extra-condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cta-modal .cta-modal-body p {
  margin: 0;
  color: #030303;
  font-family: Besley;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.cta-modal .cta-modal-body a.button-primary,
.cta-modal .cta-modal-body input.button-primary,
.cta-modal .cta-modal-body .button-primary {
  width: 100%;
  max-width: 342px;
  box-sizing: border-box;
  text-decoration: none;
}
.cta-modal .cta-modal-body a.button-primary:hover, .cta-modal .cta-modal-body a.button-primary:focus, .cta-modal .cta-modal-body a.button-primary:active, .cta-modal .cta-modal-body a.button-primary:visited {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .cta-modal .cta-modal-dialog {
    width: calc(100% - 24px);
    margin: 0.75rem auto;
    padding: 16px 16px 32px;
  }
  .cta-modal .cta-modal-body {
    gap: 24px;
  }
  .cta-modal .cta-modal-body h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .cta-modal .cta-modal-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .cta-modal .cta-modal-body a.button-primary,
  .cta-modal .cta-modal-body input.button-primary,
  .cta-modal .cta-modal-body .button-primary {
    max-width: none;
  }
}

.width-342 {
  width: 342px;
}

.rewards-account-page {
  min-height: 100vh;
  margin-bottom: 48px;
  /* sections that should be hidden on a page (outside of rewards-account-page-content) while the page is loading */
}
.rewards-account-page.rewards-account-page--guest-dashboard {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-bottom: 0;
  /* Fixed to viewport so the spinner stays visible without scrolling (tall page + absolute inset was vertically centering in full document height). */
  /* Peak + body as one surface: triangle fill, top rule, sloped lines, then content. */
  /* Match SVG viewBox aspect (1440:184) on the box so meet scales one way with no letterboxing. */
  /* No ::after wing strip: Figma path already draws horizontal segments along the base; a second band duplicated the wings and misaligned vs calc(cqw). */
  /* Mobile triangle SVG scales with width; without this, stroke thins as the viewport narrows. */
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-loading-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: max(72px, min(45vh, 300px));
  z-index: 100;
  pointer-events: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-spinner {
  width: 3rem;
  height: 3rem;
  color: #00612B;
}
.rewards-account-page.rewards-account-page--guest-dashboard.guest-dashboard--is-loading .guest-dashboard-footer,
.rewards-account-page.rewards-account-page--guest-dashboard.guest-dashboard--is-loading .rewards-account-page-content,
.rewards-account-page.rewards-account-page--guest-dashboard.guest-dashboard--is-loading .rewards-account-header__info-bar.neutral-background > *,
.rewards-account-page.rewards-account-page--guest-dashboard.guest-dashboard--is-loading .loyalty-barcode-wrap,
.rewards-account-page.rewards-account-page--guest-dashboard.guest-dashboard--is-loading .loyalty-number-text {
  visibility: hidden;
}
.rewards-account-page.rewards-account-page--guest-dashboard.guest-dashboard--is-loading .guest-dashboard-loading-overlay {
  display: flex;
}
.rewards-account-page.rewards-account-page--guest-dashboard > .rewards-account-header {
  flex-shrink: 0;
}
.rewards-account-page.rewards-account-page--guest-dashboard > .rewards-account-page-content {
  flex: 1 0 auto;
  width: 100%;
}
.rewards-account-page.rewards-account-page--guest-dashboard #my-rewards-section,
.rewards-account-page.rewards-account-page--guest-dashboard #my-store {
  scroll-margin-top: 24px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .my-rewards-section {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  box-sizing: border-box;
}
.rewards-account-page.rewards-account-page--guest-dashboard .my-rewards-section > .my-rewards-section-header {
  text-align: center;
  margin-bottom: 16px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .my-rewards-section > .my-rewards-section-header img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.rewards-account-page.rewards-account-page--guest-dashboard .carousel-section {
  padding: 24px 0px 24px 24px;
  margin-left: -80px;
  margin-right: -80px;
  background-color: #003A1A;
  width: calc(100% + 160px);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .carousel-section {
    /*                padding-left: 48px;
    padding-right: 48px;*/
    margin-left: -48px;
    margin-right: -48px;
    width: calc(100% + 96px);
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .carousel-section {
    /*                padding-left: 24px;
    padding-right: 24px;*/
    padding-top: 16px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tiles {
  display: grid;
  width: 100%;
  max-width: 1342px;
  box-sizing: border-box;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-items: stretch;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tiles {
    max-width: 892px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tiles {
    max-width: 442px;
    grid-template-columns: 1fr;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tiles.affinity-program-tiles--count-1 {
  grid-template-columns: minmax(0, 442px);
  justify-content: center;
  max-width: 442px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tiles.affinity-program-tiles--count-2 {
  grid-template-columns: repeat(2, minmax(0, 442px));
  justify-content: center;
  max-width: 892px;
}
@media (max-width: 1199.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tiles.affinity-program-tiles--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tiles.affinity-program-tiles--count-2 {
    grid-template-columns: minmax(0, 442px);
    max-width: 442px;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile {
  background-color: #00612B;
  color: #fff;
  border-radius: 8px;
  padding-left: 36px;
  padding-right: 36px;
  min-height: 140px;
  width: 100%;
  min-width: 0;
  max-width: 442px;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Enrolled (two columns): fill grid row height, stretch both columns */
  /* Enrolled template: two equal-width columns (image / copy) */
  /* Centered layout (no-points / coupon-earned without split conditions) */
  /* Split layout typography overrides for no-points and coupon-earned */
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-no-points {
  background-position-y: 25%;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-description {
  display: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-description--has-content {
  display: block;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile a,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-cta-link {
  color: #fff;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile:has(.affinity-program-tile-content--enrolled-split) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile:has(.affinity-program-tile-content--enrolled-split) .affinity-program-tile-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content {
  width: 100%;
  box-sizing: border-box;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile a.affinity-program-tile-content--enrolled-split,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content--enrolled-split {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile a.affinity-program-tile-content--enrolled-split {
  text-decoration: none;
  color: inherit;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content__col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content__col--right {
  text-align: start;
  justify-content: flex-start;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile:has(.affinity-program-tile-content--centered) {
  display: flex;
  flex-direction: column;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile:has(.affinity-program-tile-content--centered) .affinity-program-tile-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile a.affinity-program-tile-content--centered,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content--centered {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile a.affinity-program-tile-content--centered img,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content--centered img {
  display: block;
  max-height: 60px;
  width: auto;
  object-fit: contain;
  flex-shrink: 1;
  margin-bottom: 8px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile a.affinity-program-tile-content--centered .affinity-program-tile-headline,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content--centered .affinity-program-tile-headline {
  font-family: "acumin-pro-extra-condensed";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  max-width: none;
  margin-bottom: 5px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile a.affinity-program-tile-content--centered .affinity-program-tile-description,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content--centered .affinity-program-tile-description {
  display: block;
  font-family: Besley;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  max-width: none;
  text-align: center;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile a.affinity-program-tile-content--centered .affinity-program-tile-cta-link,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content--centered .affinity-program-tile-cta-link {
  margin-top: 17px;
  font-family: "acumin-pro-extra-condensed";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  max-width: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-no-points .affinity-program-tile-content__col--right, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-coupon-earned .affinity-program-tile-content__col--right, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-no-points .affinity-program-tile-content__col--right, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-coupon-earned .affinity-program-tile-content__col--right, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-no-points .affinity-program-tile-content__col--right, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-coupon-earned .affinity-program-tile-content__col--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-template-columns: unset;
  grid-template-areas: unset;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-no-points .affinity-program-tile-headline, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-coupon-earned .affinity-program-tile-headline, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-no-points .affinity-program-tile-headline, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-coupon-earned .affinity-program-tile-headline, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-no-points .affinity-program-tile-headline, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-coupon-earned .affinity-program-tile-headline {
  font-family: "acumin-pro-extra-condensed";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 5px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-no-points .affinity-program-tile-description, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-coupon-earned .affinity-program-tile-description, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-no-points .affinity-program-tile-description, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-coupon-earned .affinity-program-tile-description, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-no-points .affinity-program-tile-description, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-coupon-earned .affinity-program-tile-description {
  display: block;
  font-family: Besley;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  width: 100%;
  max-width: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-no-points .affinity-program-tile-cta-link, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-coupon-earned .affinity-program-tile-cta-link, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-no-points .affinity-program-tile-cta-link, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-coupon-earned .affinity-program-tile-cta-link, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-no-points .affinity-program-tile-cta-link, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-coupon-earned .affinity-program-tile-cta-link {
  margin-top: 17px;
  font-family: "acumin-pro-extra-condensed";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  max-width: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-no-points .affinity-program-tile-description--has-content::before, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-coupon-earned .affinity-program-tile-description--has-content::before {
  display: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile .affinity-program-tile-content__col--left {
  justify-content: center;
  align-items: center;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-tile .affinity-program-tile-content__col--left {
  justify-content: flex-end;
  align-items: center;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile {
  color: #FAEBD8;
  background-color: #A8252D;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-coupon-earned {
  background-size: cover;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-no-points, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-coupon-earned {
  color: #fff;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-no-points a,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-no-points .affinity-program-tile-cta-link, .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-coupon-earned a,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-coupon-earned .affinity-program-tile-cta-link {
  color: #fff;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-points-accrued .affinity-program-tile-content__col--left {
  flex: 0 0 61.5%;
  max-width: 61.5%;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-points-accrued .affinity-program-tile-content__col--right {
  display: grid;
  flex: 0 0 38.5%;
  /* max-content: auto-sized tracks grow to fill free space, which widens the cups column and
     visually separates the digit from the headline. Lock first column to glyph width. */
  grid-template-columns: max-content 60px;
  grid-template-areas: "cups headline" "description description";
  column-gap: 8px;
  row-gap: 0;
  max-width: 38.5%;
  align-content: start;
  justify-content: start;
  justify-items: start;
  padding-top: 18px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-points-accrued .boxcar-cups-remaining {
  grid-area: cups;
  color: #FAEBD8;
  font-family: Besley;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  width: max-content;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-points-accrued .affinity-program-tile-headline {
  grid-area: headline;
  font-family: "acumin-pro-extra-condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  width: 52px;
  min-width: 0;
  margin-top: 10px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.boxcar-tile.boxcar-points-accrued .affinity-program-tile-description {
  grid-area: description;
  font-family: "acumin-pro-extra-condensed";
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 4px;
  text-align: center;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued {
  position: relative;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued a.affinity-program-tile-content--enrolled-split,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-content--enrolled-split {
  display: block;
  position: static;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-content__col--left,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-content__col--right {
  position: static;
  flex: none;
  max-width: none;
  display: block;
  padding: 0;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-content__col--left img {
  position: absolute;
  left: 45px;
  bottom: 0;
  display: block;
  width: auto;
  max-width: none;
  max-height: 110px;
  object-fit: contain;
  z-index: 1;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-headline {
  position: absolute;
  left: 136px;
  top: 47px;
  z-index: 2;
  width: 75px;
  margin: 0;
  font-family: "acumin-pro-extra-condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  text-align: left;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .gas-rewards-price-display {
  position: absolute;
  top: 16px;
  right: 48px;
  left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  z-index: 5;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-gal-wrap {
  position: absolute;
  top: 66px;
  right: 13px;
  left: auto;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 135px;
  height: 54px;
}
@media (max-width: 991.98px), (min-width: 1200px) and (max-width: 1360px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-content__col--left img {
    left: 17px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-headline {
    left: 108px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .gas-rewards-price-display {
    top: 18px;
    right: 18px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-gal-wrap {
    top: 66px;
    right: -16px;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-content__col--left img {
    left: 16px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-headline {
    left: 95px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .gas-rewards-price-display {
    top: 17px;
    right: 3px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-gal-wrap {
    top: 66px;
    right: -15px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-whole {
    margin-right: 0 !important;
    font-size: 90px !important;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-cents {
    font-size: 60px !important;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-dollar {
    font-size: 45px !important;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-content__col--left img {
    left: 16px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-headline {
    left: 101px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .gas-rewards-price-display {
    top: 17px;
    right: 17px;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-gal-wrap {
    top: 66px;
    right: -15px;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-description--has-content {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-width: 111px;
  min-height: 54px;
  align-self: flex-end;
  margin-top: -17px;
  padding: 6px 24px;
  box-sizing: border-box;
  text-align: center;
  font-family: "acumin-pro-extra-condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-description--has-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 27px;
  background-color: #337b45;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .gas-rewards-price-display .price-dollar {
  font-family: "mascot-mvb";
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  position: relative;
  top: -3px;
  left: 6px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .gas-rewards-price-display .price-whole {
  font-family: "mascot-mvb";
  font-weight: 700;
  font-size: 120px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  top: 10px;
  margin-right: 8px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .gas-rewards-price-display .price-cents {
  font-family: "mascot-mvb";
  font-weight: 700;
  font-size: 72px;
  text-align: right;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  position: relative;
  top: -3px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-gal-ellipse {
  position: absolute;
  width: 135px;
  height: 54px;
  border-radius: 50%;
  background: #337B45;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .price-gal {
  position: relative;
  font-family: "acumin-pro-extra-condensed", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 27px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  z-index: 1;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .affinity-program-tile-cta-link {
  align-self: flex-end;
  margin-top: 8px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .fuel-rewards-expiring--empty,
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .fuel-rewards-expiring[hidden] {
  display: none !important;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .fuel-rewards-expiring {
  display: inline-flex;
  margin-top: auto;
  align-self: flex-end;
  padding: 2px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border-bottom: 2px solid #F8C513;
  background: #FFFFFF;
  position: absolute;
  z-index: 1;
  bottom: 7px;
  right: 17px;
  height: 25px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .fuel-rewards-expiring .fuel-rewards-expiring__amount {
  color: #00612B;
  font-family: "mascot-mvb";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.fuelrewards-tile.fuelrewards-points-accrued .fuel-rewards-expiring .fuel-rewards-expiring__label {
  color: #00612B;
  font-family: "acumin-pro-extra-condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-tile {
  color: #00612B;
  background-color: #DCEFD6;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-tile.cart2class-points-accrued .affinity-program-tile-content__col--left {
  flex: 0 0 40%;
  max-width: 40%;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-tile.cart2class-points-accrued .affinity-program-tile-content__col--right {
  flex: 0 0 60%;
  max-width: 60%;
  justify-content: center;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-tile.cart2class-points-accrued .affinity-program-tile-headline {
  font-family: "acumin-pro-extra-condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile.cart2class-tile.cart2class-points-accrued .affinity-program-tile-description {
  font-family: "acumin-pro-extra-condensed";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.rewards-account-page.rewards-account-page--guest-dashboard .affinity-program-tile .affinity-program-tile-content__col--left img {
  display: block;
  max-width: 100%;
  height: auto;
}
.rewards-account-page.rewards-account-page--guest-dashboard > .guest-dashboard-footer {
  /* Figma peak (1439×184): inner corners ~19.09% / ~80.97% from path coordinates. */
  --guest-dashboard-footer-peak-inner-left-pct: 19.09%;
  --guest-dashboard-footer-peak-inner-right-pct: 80.97%;
  --guest-dashboard-footer-outline: #F4E6D8;
  container-type: inline-size;
  container-name: guest-dashboard-footer-peak;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
  background-color: #FCF5ED;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__surface {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  box-sizing: border-box;
  padding-top: 12.7777777778cqw;
  overflow: visible;
  /* Solid body color is on __content only — avoids transparent→beige gradient anti-aliasing (faint line at boundary). */
  background-color: transparent;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__surface::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/184;
  height: auto;
  max-height: none;
  z-index: 0;
  background-color: #F8EDE2;
  clip-path: polygon(var(--guest-dashboard-footer-peak-inner-left-pct) 100%, 50% 2.92%, var(--guest-dashboard-footer-peak-inner-right-pct) 100%);
  pointer-events: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__outline {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/184;
  overflow: visible;
  pointer-events: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__outline-edges--mobile {
  display: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__outline-path {
  fill: none;
  stroke: var(--guest-dashboard-footer-outline);
  stroke-width: 10;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__outline-edges--mobile .guest-dashboard-footer__outline-path {
  vector-effect: non-scaling-stroke;
  stroke-width: 7;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__content {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  background-color: #F8EDE2;
  /* In-flow children (e.g. footer-main-content) start here; title is position:absolute over the peak. */
  padding-top: 36px;
}
@media (max-width: 991px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__surface::before {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__outline-edges--desktop {
    display: none;
  }
  .rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__outline-edges--mobile {
    display: block;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  pointer-events: auto;
}
@media (max-width: 1199.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-title {
    top: -75px;
  }
}
@media (max-width: 767.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-title {
    top: -50px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-title {
    top: -35px;
  }
}
@media (max-width: 400px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-title {
    top: -20px;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-title img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-title img {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-title img {
    width: 150px;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-main-content {
  display: grid;
  align-items: start;
  align-content: start;
  grid-template-columns: minmax(0, max-content) 1fr;
  grid-template-rows: auto auto;
  column-gap: 24px;
  row-gap: 8px;
  margin-left: 80px;
  margin-right: 80px;
}
@media (max-width: 991.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-main-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-main-content {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-main-content {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 20px;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-my-store__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 991.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-my-store__header {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-my-store__title {
  flex: 1 1 auto;
  min-width: 0;
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-my-store__change {
  flex-shrink: 0;
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-my-store__card {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-my-store__card {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-my-store__card .store-location-card {
  width: 100%;
  border: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-my-store__change-link {
  color: #555555;
  text-align: right;
  font-family: Besley;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-card-links {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 991.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-card-links {
    grid-column: auto;
    grid-row: auto;
    align-self: stretch;
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .footer-card-links {
    grid-template-columns: 1fr;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-card-link {
  box-sizing: border-box;
  display: block;
  padding: 16px 24px;
  background-color: #ffffff;
  color: #030303;
  text-decoration: none;
  min-width: 0;
  border-radius: 4px;
  border-bottom: 1.5px solid #EBE2DE;
  background: #FFFAF8;
  box-shadow: 0 1px 2px 0 rgba(1, 17, 34, 0.05);
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-card-link .footer-card-link-title {
  font-family: Besley;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}
.rewards-account-page.rewards-account-page--guest-dashboard .footer-card-link .footer-card-link-description {
  font-family: Besley;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 80px;
}
@media (max-width: 767.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar-item {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  text-align: center;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar-item:not(:last-child) {
  border-right: 1px solid #D9C9C5;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar-link {
  font-family: Besley;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #030303;
  text-decoration: none;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar-link:hover {
  text-decoration: underline;
}
.rewards-account-page.rewards-account-page--guest-dashboard .guest-dashboard-footer__bottom-bar-link:focus-visible {
  outline: 2px solid #369344;
  outline-offset: 2px;
  border-radius: 2px;
}
.rewards-account-page .guest-profile-page-content {
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .rewards-account-page .guest-profile-page-content {
    padding: 0 48px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .guest-profile-page-content {
    padding: 0 24px;
  }
}
.rewards-account-page .guest-profile-page-content .guest-profile-freshrewards-label {
  font-family: "acumin-pro-extra-condensed";
  font-size: 20px;
  font-weight: 700;
  background-color: #F4E6D8;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row label {
  font-family: Besley;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row .field-caption {
  font-family: Besley;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row .field-error,
.rewards-account-page .guest-profile-page-content .guest-profile-input-row .field-formatting-error {
  display: none;
  font-family: Besley;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #B91C1C;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group input[type=text], .rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group input[type=email], .rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group input[type=tel] {
  width: 100%;
  max-width: 388px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .guest-profile-checkbox-row {
  display: flex;
  align-items: flex-start;
  padding-left: 16px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .guest-profile-checkbox-row .guest-profile-checkbox-row__label {
  display: block;
  flex: 1 1 auto;
  margin-top: 0;
  line-height: 18px;
  position: relative;
  top: -1px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .guest-profile-checkbox-row .guest-profile-checkbox-row__label a {
  color: inherit;
  text-decoration: underline;
  font-family: inherit;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .guest-profile-checkbox-row input[type=checkbox] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: #00612B;
  margin: 0;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .small-input input[type=text] {
  width: 100%;
  max-width: 388px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .form-field-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .form-field-wrapper.has-icon {
  position: relative;
  /* Icon span only — do not target .field-error / .field-formatting-error (would override display:none) */
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .form-field-wrapper.has-icon > span:not(.field-error):not(.field-formatting-error) {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .form-field-wrapper.has-icon.has-clickable-icon > button.store-search-icon-button {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  color: inherit;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .form-field-wrapper.has-icon.has-clickable-icon > button.store-search-icon-button:focus-visible {
  outline: 2px solid #00612B;
  outline-offset: 2px;
  border-radius: 2px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .form-field-wrapper.has-icon.has-clickable-icon > button.store-search-icon-button img {
  display: block;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group .form-field-wrapper.has-icon input {
  padding-left: 40px;
}
@media (max-width: 575.98px) {
  .rewards-account-page .guest-profile-page-content .guest-profile-input-row {
    flex-direction: column;
    gap: 24px;
  }
  .rewards-account-page .guest-profile-page-content .guest-profile-input-row > .form-field-group {
    flex: 0 0 auto;
    width: 100%;
  }
}
.rewards-account-page .guest-profile-page-content #mailing-state-field .form-field-wrapper.select-wrapper {
  position: relative;
}
.rewards-account-page .guest-profile-page-content #mailing-state-field .form-field-wrapper.select-wrapper::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.rewards-account-page .guest-profile-page-content #mailing-state-field .state-select {
  border: 1px solid #00612B;
  background: #FFF;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 16px;
  align-items: center;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Besley;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.rewards-account-page .guest-profile-page-content #mailing-state-field .state-select:focus {
  outline: none;
  border: 2px solid #369344;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 label {
  font-family: Besley;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 .field-caption {
  font-family: Besley;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 .field-error,
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 .field-formatting-error {
  font-family: Besley;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #B91C1C;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group:nth-child(1) {
  flex: 0 0 calc(50% - 12px);
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group:nth-child(2), .rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group:nth-child(3) {
  flex: 0 0 calc(25% - 18px);
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group input[type=text] {
  width: 100%;
  max-width: 388px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group .small-input input[type=text] {
  width: 50%;
  max-width: 388px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group .form-field-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
@media (max-width: 575.98px) {
  .rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 {
    flex-wrap: wrap;
    gap: 24px;
  }
  .rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group:nth-child(1) {
    flex: 0 0 100%;
  }
  .rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group:nth-child(2), .rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group:nth-child(3) {
    flex: 0 0 calc(50% - 12px);
  }
  .rewards-account-page .guest-profile-page-content .guest-profile-input-row-211 > .form-field-group .small-input input[type=text] {
    width: 100%;
  }
}
.rewards-account-page .guest-profile-page-content .guest-profile-discount-verification .guest-profile-discount-verification-title {
  color: #00612B;
  font-family: "acumin-pro-extra-condensed";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.rewards-account-page .guest-profile-page-content .guest-profile-discount-verification .guest-profile-discount-verification-description {
  font-family: Besley;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 24px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-discount-verification .guest-profile-discount-verification-host-block {
  border-radius: 6.246px;
  border: 1px solid #00612B;
  background: #FFFAF8;
  padding: 16px;
}
.rewards-account-page .guest-profile-page-content .guest-profile-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 24px;
}
.rewards-account-page .guest-profile-hr {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background: #F4E6D8;
}
@media (min-width: 992px) {
  .rewards-account-page .guest-profile-hr {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.rewards-account-page .guest-profile-saving-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  background: rgba(252, 245, 237, 0.92);
}
.rewards-account-page .guest-profile-saving-spinner {
  width: 3rem;
  height: 3rem;
  color: #00612B;
}
.rewards-account-page .rewards-account-header {
  position: relative;
  margin-bottom: 70px;
}
.rewards-account-page .rewards-account-header.guest-dashboard-header {
  margin-bottom: 0;
  /* Reserves space for logo + loyalty row when identity children are absolutely positioned (sm+). */
  padding-bottom: 64px;
  background-color: #FFFFFF;
  /* Barcode: only below sm; centered under logo. Hidden from sm and up even if JS adds an image. */
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header.guest-dashboard-header {
    /* Mobile stacks barcode/loyalty in flow — modest bottom padding before carousel. */
    padding-bottom: 20px;
  }
}
.rewards-account-page .rewards-account-header.guest-dashboard-header .rewards-account-header__info-bar {
  height: 120px;
}
.rewards-account-page .rewards-account-header.guest-dashboard-header .rewards-account-header__info-bar .welcome-text {
  position: absolute;
  bottom: 55px;
  left: 80px;
  z-index: 1;
  max-width: calc(100% - 200px);
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-account-header.guest-dashboard-header .rewards-account-header__info-bar .welcome-text {
    left: 48px;
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header.guest-dashboard-header .rewards-account-header__info-bar .welcome-text {
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
  }
}
.rewards-account-page .rewards-account-header.guest-dashboard-header .rewards-account-header__info-bar .savings-text {
  position: absolute;
  bottom: 55px;
  right: 80px;
  z-index: 1;
  text-align: right;
  max-width: min(480px, 100% - 120px);
}
.rewards-account-page .rewards-account-header.guest-dashboard-header .guest-dashboard-header__identity {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header.guest-dashboard-header .guest-dashboard-header__identity {
    padding-top: 48px;
  }
}
.rewards-account-page .rewards-account-header.guest-dashboard-header .loyalty-barcode-wrap--guest-dashboard {
  display: none;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .rewards-account-page .rewards-account-header.guest-dashboard-header .loyalty-barcode-wrap--guest-dashboard {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header.guest-dashboard-header .loyalty-barcode-wrap--guest-dashboard.loyalty-barcode-wrap--has-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .rewards-account-page .rewards-account-header.guest-dashboard-header .loyalty-barcode-wrap--guest-dashboard img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
@media (min-width: 576px) {
  .rewards-account-page .rewards-account-header.guest-dashboard-header .loyalty-number-text {
    position: absolute;
    top: 36px;
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header.guest-dashboard-header .loyalty-number-text {
    position: relative;
    z-index: auto;
    max-width: none;
    width: 100%;
    right: unset;
    margin-top: 0;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.rewards-account-page .rewards-account-header .rewards-account-header__main {
  position: relative;
}
.rewards-account-page .rewards-account-header .rewards-account-header__info-bar {
  position: relative;
  background-color: #00612B;
  background-size: cover;
  background-position: center;
  height: 180px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 92px) 100%, 50% calc(100% - 60px), calc(50% - 92px) 100%, 0 100%);
}
.rewards-account-page .rewards-account-header .rewards-account-header__info-bar.neutral-background {
  background-color: #FCF5ED;
}
.rewards-account-page .rewards-account-header .rewards-account-header__info-bar .welcome-text {
  color: #00612B;
  font-family: "mascot-mvb";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.rewards-account-page .rewards-account-header .rewards-account-header__info-bar .welcome-text #first-name {
  font-family: "acumin-pro-extra-condensed";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
}
.rewards-account-page .rewards-account-header .rewards-account-header__info-bar .savings-text #savings-amount {
  color: #00612B;
  font-family: "acumin-pro-extra-condensed";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.rewards-account-page .rewards-account-header .rewards-account-header__info-bar .savings-text .savings-description-text {
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
.rewards-account-page .rewards-account-header .loyalty-number-text {
  position: absolute;
  top: 75%;
  right: 80px;
  z-index: 1;
  font-family: "acumin-pro-extra-condensed";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.54px;
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-account-header .loyalty-number-text {
    right: 48px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header .loyalty-number-text {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header .loyalty-number-text .loyalty-number-description {
    display: none;
  }
}
@media (min-width: 576px) {
  .rewards-account-page .rewards-account-header .loyalty-number-text .loyalty-number-text__mobile-row {
    display: contents;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header .loyalty-number-text .loyalty-number-text__mobile-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 12px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header .loyalty-number-text .loyalty-number-text__mobile-row #loyalty-number {
    text-align: right;
    flex: 0 0 auto;
  }
}
.rewards-account-page .rewards-account-header .loyalty-number-text .loyalty-number-description-mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-header .loyalty-number-text .loyalty-number-description-mobile {
    display: block;
    color: #555555;
    font-family: Besley;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
    align-self: center;
  }
}
.rewards-account-page .rewards-account-header .rewards-account-header__main__logo {
  width: 100px;
  height: 85px;
  left: 50%;
  text-align: center;
  position: absolute;
  top: -25px;
  z-index: 4;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rewards-account-page .rewards-account-header .rewards-account-header__main__logo a {
  margin: 0 auto;
  display: block;
  position: relative;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rewards-account-page .rewards-account-header .rewards-account-header__main__logo img {
  width: 100%;
}
.rewards-account-page .rewards-program-header {
  position: relative;
  height: 334px;
  margin-bottom: 48px;
  background-image: var(--rewards-program-header-bg-desktop, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-program-header {
    height: 498px;
    padding-top: 47px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-program-header {
    background-image: var(--rewards-program-header-bg-mobile, var(--rewards-program-header-bg-desktop, none));
  }
}
.rewards-account-page .rewards-program-header .back-button {
  position: absolute;
  left: 60px;
  top: 64px;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-program-header .back-button {
    left: 48px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-program-header .back-button {
    left: 20px;
    /*                top: 17px;*/
  }
}
.rewards-account-page .rewards-program-header .back-button a.rewards-program-header__back {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  min-height: 44px;
  padding: 10px 6px 10px 0;
  width: fit-content;
}
.rewards-account-page .rewards-program-header .back-button a.rewards-program-header__back > div {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rewards-account-page .rewards-program-header .back-button a.rewards-program-header__back .back-link-label {
  text-decoration: none;
}
.rewards-account-page .rewards-program-header .back-button a.rewards-program-header__back:hover .back-link-label {
  text-decoration: underline;
}
.rewards-account-page .rewards-program-header .back-button a.rewards-program-header__back:active {
  filter: brightness(0.75);
}
.rewards-account-page .rewards-program-header .back-button a.rewards-program-header__back:active .back-link-label {
  text-decoration: none;
}
.rewards-account-page .rewards-program-header .back-button a.rewards-program-header__back:focus {
  outline: none;
}
.rewards-account-page .rewards-program-header .back-button a.rewards-program-header__back:focus-visible {
  outline: 2px dotted #888888;
  outline-offset: 2px;
}
.rewards-account-page .rewards-program-header.gas-rewards-program-header {
  /* Hero art: CSS vars from GasRewardsProgram.cshtml; default matches prior solid gradient. */
  background-image: var(--rewards-program-header-bg-desktop, linear-gradient(180deg, #00612B 0%, #003A1A 100%));
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-program-header.gas-rewards-program-header {
    background-image: var(--rewards-program-header-bg-mobile, var(--rewards-program-header-bg-desktop, linear-gradient(180deg, #00612B 0%, #003A1A 100%)));
  }
}
.rewards-account-page .rewards-program-header.gas-rewards-program-header h1.program-title {
  color: #fff;
  font-family: "acumin-pro-extra-condensed";
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-program-header.gas-rewards-program-header h1.program-title {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-program-header.gas-rewards-program-header img.hero-logo-image {
    display: none;
  }
}
.rewards-account-page .rewards-program-header.boxcar-coffee-rewards-program-header {
  background-color: #A8252D;
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-program-header.boxcar-coffee-rewards-program-header {
    padding-top: 64px;
  }
}
.rewards-account-page .rewards-program-header.boxcar-coffee-rewards-program-header .boxcar-coffee-header-logo-wrapper {
  display: flex;
  width: 342px;
  height: 230px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-program-header.boxcar-coffee-rewards-program-header .boxcar-coffee-header-logo-wrapper {
    width: auto;
    height: 100px;
  }
}
.rewards-account-page .rewards-program-header.boxcar-coffee-rewards-program-header .hero-logo-image {
  height: 180px;
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-program-header.boxcar-coffee-rewards-program-header .hero-logo-image {
    height: 100px;
  }
}
.rewards-account-page .rewards-program-header.cart2class-program-header {
  background-color: #DBE8D5;
}
.rewards-account-page.rewards-account-page--awaiting-data .rewards-program-header.gas-rewards-program-header .gas-rewards-progress-tile,
.rewards-account-page.rewards-account-page--awaiting-data .rewards-program-header .boxcar-coffee-rewards-progress-tile {
  visibility: hidden;
}
.rewards-account-page .rewards-program-header-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 102px;
  padding-top: 80px;
}
@media (max-width: 991.98px) {
  .rewards-account-page .rewards-program-header-content {
    gap: 57px;
  }
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-program-header-content {
    flex-direction: column;
    gap: 16px;
    padding-top: 64px;
  }
}
.rewards-account-page .gas-rewards-progress-tile {
  position: relative;
  width: 342px;
  height: 230px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #369344, #00612b);
  overflow: hidden;
  /* Fixed tick positions (px from top of card, matching Figma) */
}
@media (max-width: 767.98px) {
  .rewards-account-page .gas-rewards-progress-tile {
    margin-left: auto;
    margin-right: auto;
  }
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-watermark {
  position: absolute;
  left: 23.68%;
  right: 0;
  top: 16px;
  bottom: 0;
  opacity: 0.2;
  pointer-events: none;
  overflow: hidden;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-watermark img {
  width: 110%;
  height: auto;
  display: block;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-meter {
  position: absolute;
  left: 24px;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  height: 206px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}
.rewards-account-page .gas-rewards-progress-tile .meter-bar {
  flex: 1 0 0px;
  min-height: 0;
  border-radius: 4px;
  width: 100%;
  transition: background-color 0.3s ease;
}
.rewards-account-page .gas-rewards-progress-tile .meter-bar.bar-empty {
  background-color: rgba(255, 255, 255, 0.2);
}
.rewards-account-page .gas-rewards-progress-tile .meter-bar.bar-expiring {
  background-color: #f8c513;
}
.rewards-account-page .gas-rewards-progress-tile .meter-bar.bar-filled {
  background-color: #ffffff;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-tick {
  position: absolute;
  left: 9px;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-tick::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid rgba(255, 255, 255, 0.85);
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-tick[data-value="1.50"] {
  top: 10px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-tick[data-value="1.25"] {
  top: 46px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-tick[data-value="1.00"] {
  top: 81px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-tick[data-value="0.75"] {
  top: 116px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-tick[data-value="0.50"] {
  top: 151px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-tick[data-value="0.25"] {
  top: 185px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-callout {
  position: absolute;
  left: 72px;
  /* top is set via inline style from the model / JS */
  background-color: #ffffff;
  border-left: 2px solid #f8c513;
  border-radius: 4px;
  padding: 2px 8px 4px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  color: #00612b;
  z-index: 2;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-callout.callout-hidden {
  display: none;
}
.rewards-account-page .gas-rewards-progress-tile .callout-amount {
  font-family: "mascot-mvb";
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
}
.rewards-account-page .gas-rewards-progress-tile .callout-label {
  font-family: "acumin-pro-extra-condensed";
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 12px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-title {
  position: absolute;
  left: 81px;
  right: 24px;
  top: 18px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "acumin-pro-extra-condensed";
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 40px;
  white-space: nowrap;
  z-index: 1;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-price-display {
  position: absolute;
  top: -12.83%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  z-index: 5;
  right: 21px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-price-display .price-dollar {
  font-family: "mascot-mvb";
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  overflow: visible;
  position: relative;
  top: -5px;
  left: 10px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-price-display .price-whole {
  font-family: "mascot-mvb";
  font-weight: 700;
  font-size: 180px;
  line-height: 1.55;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  top: 15px;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-price-display .price-cents {
  font-family: "mascot-mvb";
  font-weight: 700;
  font-size: 80px;
  line-height: normal;
  text-align: right;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  position: relative;
  top: -5px;
}
.rewards-account-page .gas-rewards-progress-tile .price-gal-wrap {
  position: absolute;
  left: 65.5%;
  right: -4.68%;
  top: calc(52.61% + 36px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.rewards-account-page .gas-rewards-progress-tile .price-gal-ellipse {
  position: absolute;
  width: 134px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 70, 22, 0.45);
}
.rewards-account-page .gas-rewards-progress-tile .price-gal {
  position: relative;
  font-family: "acumin-pro-extra-condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  z-index: 1;
}
.rewards-account-page .gas-rewards-progress-tile .gas-rewards-date {
  position: absolute;
  left: 114px;
  right: 24px;
  bottom: 13px;
  font-family: "Besley", Georgia, serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: right;
  line-height: normal;
  white-space: nowrap;
  z-index: 1;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile {
  position: relative;
  width: 342px;
  height: 230px;
  border-radius: 8px;
  background-color: #caa976;
  overflow: hidden;
  /*        .boxcar-reward-barcode-img {
      position: absolute;
      width: 133%;
      height: 1127.33%;
      left: -17.66%;
      top: -389.67%;
      max-width: none;
      display: block;
  }*/
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-card {
  position: relative;
  width: 342px;
  height: 230px;
  border-radius: 8px;
  background-color: #caa976;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px 0;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-header-number {
  font-family: Besley;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #512c1d;
  text-align: right;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-header-text {
  font-family: Besley;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.15;
  color: #512c1d;
  text-align: right;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-slot {
  position: absolute;
  width: 75px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-slot.slot-empty {
  width: 47px;
  height: 48px;
  aspect-ratio: 39/40;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-cup-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-stain-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  display: block;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-ring {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(81, 44, 29, 0.22);
  background: rgba(81, 44, 29, 0.06);
  box-shadow: inset 0 0 4px rgba(81, 44, 29, 0.1);
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .slot-free {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 48px;
  height: 48px;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-free-label {
  font-family: "acumin-pro-extra-condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #512c1d;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-footer {
  position: absolute;
  left: 4.68%;
  right: 4.68%;
  bottom: 3.48%;
  font-family: Besley;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #512c1d;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: rgb(252, 245, 237);
  overflow: hidden;
  z-index: 10;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward--hidden {
  display: none;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward-corners {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 326px;
  height: 214px;
  pointer-events: none;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward-headline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
  width: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward-earned,
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward-beverage {
  font-family: "acumin-pro-extra-condensed";
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  color: #8b2331;
  text-transform: uppercase;
  text-align: center;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward-barcode {
  position: absolute;
  left: 21px;
  top: 101px;
  width: 300px;
  height: 50px;
  background: #fff;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward-barcode-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.rewards-account-page .boxcar-coffee-rewards-progress-tile .boxcar-reward-fine-print {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 165px;
  width: 269px;
  margin: 0;
  font-family: "Besley", Georgia, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #512c1d;
  text-align: center;
}
.rewards-account-page .rewards-account-page-content {
  display: flex;
  padding: 0 80px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}
.rewards-account-page .rewards-account-page-content .ajax-loading-spinner {
  display: none;
  width: 3rem;
  height: 3rem;
  color: #00612B;
  flex-shrink: 0;
}
.rewards-account-page .rewards-account-page-content.is-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  background: #fcf5ed;
}
.rewards-account-page .rewards-account-page-content.is-loading .ajax-loading-spinner {
  display: inline-block;
}
.rewards-account-page .rewards-account-page-content.is-loading > *:not(.ajax-loading-spinner) {
  display: none;
}
.rewards-account-page .rewards-account-page-content.dashboard-subpage-content {
  gap: 24px;
}
@media (max-width: 767.98px) {
  .rewards-account-page .rewards-account-page-content {
    padding: 0 48px;
  }
}
@media (max-width: 575.98px) {
  .rewards-account-page .rewards-account-page-content {
    padding: 0 24px;
  }
}
.rewards-account-page .dashboard-subpage-content .my-store-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F4E6D8;
}
.rewards-account-page .dashboard-subpage-content .my-store-section h3 {
  margin: 0;
}
.rewards-account-page .dashboard-subpage-content .my-store-section a.link-action {
  color: #030303;
  font-family: Besley;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.rewards-account-page h1 {
  text-align: center;
  line-height: 48px;
}
.rewards-account-page p.description {
  text-align: center;
  font-family: Besley;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.rewards-account-page .form-fields-section {
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  /* Mailing address state uses the same select styling as #state-field (create/update account). */
}
.rewards-account-page .form-fields-section#find-account-update-form, .rewards-account-page .form-fields-section.find-account-mailing-panel {
  gap: 24px;
}
.rewards-account-page .form-fields-section .form-field-group {
  display: flex;
  width: 342px;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
  flex: 1 0 0;
}
.rewards-account-page .form-fields-section .form-field-group label {
  font-family: Besley;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #222222;
}
.rewards-account-page .form-fields-section .form-field-group .field-caption {
  font-family: Besley;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.rewards-account-page .form-fields-section .form-field-group .field-error,
.rewards-account-page .form-fields-section .form-field-group .field-formatting-error {
  display: none;
  font-family: Besley;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #B91C1C;
}
.rewards-account-page .form-fields-section .form-field-group .form-field-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.rewards-account-page .form-fields-section .form-field-group .form-field-wrapper.has-icon {
  position: relative;
  /* Icon span only — do not target .field-error / .field-formatting-error (would override display:none) */
}
.rewards-account-page .form-fields-section .form-field-group .form-field-wrapper.has-icon > span:not(.field-error):not(.field-formatting-error) {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
}
.rewards-account-page .form-fields-section .form-field-group .form-field-wrapper.has-icon.has-clickable-icon > button.store-search-icon-button {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  color: inherit;
}
.rewards-account-page .form-fields-section .form-field-group .form-field-wrapper.has-icon.has-clickable-icon > button.store-search-icon-button:focus-visible {
  outline: 2px solid #00612B;
  outline-offset: 2px;
  border-radius: 2px;
}
.rewards-account-page .form-fields-section .form-field-group .form-field-wrapper.has-icon.has-clickable-icon > button.store-search-icon-button img {
  display: block;
}
.rewards-account-page .form-fields-section .form-field-group .form-field-wrapper.has-icon input {
  padding-left: 40px;
}
.rewards-account-page .form-fields-section .address-state-zip-row {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  gap: 24px;
}
.rewards-account-page .form-fields-section .address-state-zip-row > .form-field-group {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
}
.rewards-account-page .form-fields-section .address-state-zip-row > .form-field-group input[type=text] {
  width: 100%;
}
@media (max-width: 575.98px) {
  .rewards-account-page .form-fields-section .address-state-zip-row {
    flex-direction: column;
    gap: 24px;
  }
  .rewards-account-page .form-fields-section .address-state-zip-row > .form-field-group {
    flex: 0 0 auto;
    width: 100%;
  }
}
.rewards-account-page .form-fields-section #state-field .form-field-wrapper.select-wrapper,
.rewards-account-page .form-fields-section .find-account-mailing-panel .form-field-wrapper.select-wrapper {
  position: relative;
}
.rewards-account-page .form-fields-section #state-field .form-field-wrapper.select-wrapper::after,
.rewards-account-page .form-fields-section .find-account-mailing-panel .form-field-wrapper.select-wrapper::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.rewards-account-page .form-fields-section #state-field .state-select,
.rewards-account-page .form-fields-section .find-account-mailing-panel .state-select {
  border: 1px solid #00612B;
  background: #FFF;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 16px;
  align-items: center;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Besley;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.rewards-account-page .form-fields-section #state-field .state-select:focus,
.rewards-account-page .form-fields-section .find-account-mailing-panel .state-select:focus {
  outline: none;
  border: 2px solid #369344;
}
.rewards-account-page .form-fields-section .form-checkbox-field-group {
  display: flex;
  width: 342px;
  padding: 0 16px;
  align-items: flex-start;
  gap: 16px;
}
.rewards-account-page .form-fields-section .form-checkbox-field-group input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #00612B;
}
.rewards-account-page .form-fields-section .form-checkbox-field-group label {
  margin-bottom: 0;
  flex: 1 0 0;
  font-family: Besley;
  font-size: 14px;
  line-height: 20px;
}
.rewards-account-page .form-fields-section .form-checkbox-field-group label a {
  color: inherit;
  text-decoration: underline;
  font-family: inherit;
}
.rewards-account-page .dashboard-subpage-title {
  border-bottom: 1px solid #F4E6D8;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.rewards-account-page .dashboard-subpage-title h2 {
  margin-bottom: 18px;
}
.rewards-account-page #stores-search-placeholder,
.rewards-account-page #stores-search-loading {
  display: flex;
  height: 136px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.rewards-account-page #stores-search-placeholder .stores-search-placeholder-inner,
.rewards-account-page #stores-search-loading .stores-search-placeholder-inner {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 0.781px solid #F4E6D8;
  opacity: 0.5;
  background: #F4E6D8;
}
.rewards-account-page #stores-search-placeholder .stores-search-placeholder-inner .stores-search-placeholder-text,
.rewards-account-page #stores-search-loading .stores-search-placeholder-inner .stores-search-placeholder-text {
  color: #030303;
  text-align: center;
  font-family: Besley;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.rewards-account-page .stores-list-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.rewards-account-page .stores-list-section .stores-list-section-inner {
  display: flex;
  flex-direction: column;
  width: 342px;
}
.rewards-account-page .stores-list-section .stores-list-section-inner.has-search-results {
  width: 100%;
}
.rewards-account-page .stores-list-section .stores-list-section-inner h3 {
  margin-bottom: 5px;
}
.rewards-account-page .stores-list-section .stores-list-section-inner p {
  color: #3A3A3A;
}
.rewards-account-page .stores-list-section .stores-list-section-inner #nearby-stores-no-results {
  color: #3A3A3A;
}
.rewards-account-page .stores-list-section .stores-list-results {
  display: inline-grid;
  row-gap: 8px;
  column-gap: 8px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .rewards-account-page .stores-list-section .stores-list-results {
    grid-template-rows: repeat(4, fit-content(100%));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .rewards-account-page .stores-list-section .stores-list-results {
    grid-template-rows: repeat(3, fit-content(100%));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.rewards-account-page .receipt-preferences {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 24px;
  width: 100%;
}
.rewards-account-page .receipt-preference-option {
  position: relative;
  min-width: 0;
}
.rewards-account-page .receipt-preference-option--full {
  grid-column: 1/-1;
}
.rewards-account-page .receipt-preference-option__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.rewards-account-page .receipt-preference-option__label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px 16px 8px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #F4E6D8;
  background: #FFFAF8;
  color: #3A3A3A;
  font-family: Besley;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.rewards-account-page .receipt-preference-option__input:checked + .receipt-preference-option__label {
  border: 1px solid #00612B;
  color: #00612B;
}
.rewards-account-page .receipt-preference-option__input:focus-visible + .receipt-preference-option__label {
  outline: 2px solid #369344;
  outline-offset: 2px;
}
.rewards-account-page .store-preferences-page-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .rewards-account-page .store-preferences-page-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .rewards-account-page .store-preferences-page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .rewards-account-page .store-preferences-page-header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767.98px) {
  .rewards-account-page .store-preferences-page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .rewards-account-page .store-preferences-page-header .store-preferences-page-header__back,
  .rewards-account-page .store-preferences-page-header .guest-profile-page-header__back {
    align-self: flex-start;
  }
  .rewards-account-page .store-preferences-page-header .store-preferences-page-header__title {
    width: 100%;
  }
}
.rewards-account-page .store-preferences-page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80px;
  right: 80px;
  height: 1px;
  background-color: #F4E6D8;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #00612B;
  font-size: 16px;
  font-weight: 500;
  min-height: 44px;
  padding: 10px 6px 10px 0;
  width: fit-content;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back > div,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back > div {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back > div img,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back > div img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(570%) hue-rotate(118deg) brightness(90%);
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back .back-link-label,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back .back-link-label {
  text-decoration: none;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back:hover .back-link-label,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back:hover .back-link-label {
  text-decoration: underline;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back:active,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back:active {
  filter: brightness(0.75);
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back:active .back-link-label,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back:active .back-link-label {
  text-decoration: none;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back:focus,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back:focus {
  outline: none;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__back:focus-visible,
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back:focus-visible {
  outline: 2px dotted #888888;
  outline-offset: 2px;
}
.rewards-account-page .store-preferences-page-header .guest-profile-page-header__back.guest-profile-page-header__back--verify-cancel {
  cursor: pointer;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__title {
  grid-column: 2;
  text-align: center;
  min-width: 0;
}
.rewards-account-page .store-preferences-page-header .store-preferences-page-header__title h2 {
  margin-bottom: 0;
}
.rewards-account-page .store-preferences-dashboard {
  position: relative;
  min-height: 12rem;
}
.rewards-account-page .store-preferences-dashboard .store-preferences-loading-overlay {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #FCF5ED;
}
.rewards-account-page .store-preferences-dashboard.is-loading .store-preferences-loading-overlay {
  display: flex;
}
.rewards-account-page .store-preferences-dashboard.is-loading .store-preferences-dashboard-body {
  visibility: hidden;
}
.rewards-account-page .store-preferences-dashboard .store-preferences-spinner {
  width: 3rem;
  height: 3rem;
  color: #00612B;
}
.rewards-account-page .store-preferences-success-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 16px;
  margin-left: 80px;
  margin-right: 80px;
  border-radius: 8px;
  background-color: #F0FDF4;
  color: #00612B;
  font-family: Besley;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-sizing: border-box;
}
.rewards-account-page .store-preferences-success-alert[hidden] {
  display: none !important;
}
.rewards-account-page .store-preferences-success-alert .store-preferences-success-alert__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.rewards-account-page .store-preferences-success-alert .store-preferences-success-alert__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
}
.rewards-account-page .store-preferences-success-alert .store-preferences-success-alert__cta {
  color: inherit;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  white-space: nowrap;
}

.create-account-ajax-error,
.verify-account-ajax-error,
.select-store-ajax-error {
  display: none;
  margin: 0 24px 24px;
  padding: 12px 16px;
  font-family: Besley;
  font-size: 14px;
  line-height: 20px;
  color: #B91C1C;
  background-color: #fff5f5;
  border: 1px solid #B91C1C;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .create-account-ajax-error,
  .verify-account-ajax-error,
  .select-store-ajax-error {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (min-width: 992px) {
  .create-account-ajax-error,
  .verify-account-ajax-error,
  .select-store-ajax-error {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.create-account-ajax-error__list,
.verify-account-ajax-error__list,
.select-store-ajax-error__list {
  margin: 0;
  padding-left: 20px;
}
.create-account-ajax-error__list li + li,
.verify-account-ajax-error__list li + li,
.select-store-ajax-error__list li + li {
  margin-top: 4px;
}

#create-account-flow .create-account-loading-modal-dialog {
  max-width: 547px;
  margin: 1.75rem auto;
}
#create-account-flow .create-account-loading-modal-content {
  border: 0;
  border-radius: 8px;
  background-color: #FCF5ED;
  box-shadow: 0 6px 16px 0 rgba(26, 26, 26, 0.14);
}
#create-account-flow .create-account-loading-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  padding: 48px 24px;
}
#create-account-flow .create-account-loading-spinner {
  width: 3rem;
  height: 3rem;
  color: #00612B;
}
#create-account-flow .create-account-loading-message {
  margin: 0;
  color: #030303;
  font-family: Besley;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.create-account-flow-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 48px;
}
@media (min-width: 576px) {
  .create-account-flow-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .create-account-flow-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .create-account-flow-header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.create-account-flow-header .step-back-button {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.create-account-flow-header .step-back-button > span {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#create-account-flow-progress {
  display: flex;
  padding-right: 24px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
#create-account-flow-progress .create-account-flow-steps {
  padding: 0;
  display: flex;
  width: 260px;
  height: 8px;
  align-items: center;
  gap: 8px;
}
#create-account-flow-progress .create-account-flow-steps > span[role="listitem"] {
  position: relative;
  background-color: #F4E6D8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
#create-account-flow-progress .create-account-flow-steps > span[role="listitem"].active {
  background-color: #369344;
}
#create-account-flow-progress .create-account-flow-steps > span[role="listitem"].completed {
  background-color: #00612B;
}

/* New Guest Intro - tan container with green gable */
.new-guest-intro {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.new-guest-intro .rewards-account-header {
  margin-bottom: 0;
  /* Reserves space for logo when absolutely positioned (sm+). Matches guest-dashboard-header. */
  padding-bottom: 64px;
}
@media (max-width: 575.98px) {
  .new-guest-intro .rewards-account-header {
    /* Extra room below absolutely positioned logo before carousel (US 45011). */
    padding-bottom: 32px;
  }
}
.new-guest-intro .rewards-account-header .rewards-account-header__info-bar {
  height: 90px;
}
@media (max-width: 575.98px) {
  .new-guest-intro .rewards-account-header__main__logo {
    /* Sit in the gable notch like desktop; avoids mobile-only __main padding pushing layout down. */
    top: -50px;
  }
}
.new-guest-intro .new-guest-intro-promo-carousel {
  padding-top: 24px;
}
@media (max-width: 575.98px) {
  .new-guest-intro .new-guest-intro-promo-carousel {
    /* Prevent logo/carousel overlap on welcome (US 45011). */
    padding-top: 32px;
  }
}

.new-guest-intro-container {
  flex: 1;
  background-color: #FCF5ED;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.new-guest-intro .rewards-account-page-content {
  width: 100%;
}

@media (max-width: 768px) {
  .new-guest-intro .rewards-account-page-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.new-guest-intro-logo {
  display: inline-block;
  text-align: center;
}

.new-guest-intro-logo-image {
  max-width: 200px;
  height: auto;
}

/* Promo carousel - Desktop: 3 tiles, Tablet: 2+partial, Mobile: 1+partial; full-bleed bg + text overlay */
.new-guest-intro-promo-carousel {
  width: 100%;
  padding: 0 24px;
}

.new-guest-intro-promo-carousel-track {
  display: flex;
  gap: 24px;
  /* Slick overrides - reset flex when carousel is initialized */
}
.new-guest-intro-promo-carousel-track.slick-initialized {
  display: block;
  gap: 0;
}

.new-guest-intro-promo-tile {
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}
.slick-initialized .new-guest-intro-promo-tile {
  flex: none;
  min-width: auto;
}

.new-guest-intro-promo-tile-inner {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  width: 100%;
  min-height: 420px;
  background-color: #fff;
  background-image: var(--new-guest-intro-promo-bg-desktop, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*    &--has-image {
      background-color: #1a1a1a;

      &::after {
          content: "";
          position: absolute;
          inset: 0;
          z-index: 1;
          background: linear-gradient(
              to top,
              rgba(0, 0, 0, 0.78) 0%,
              rgba(0, 0, 0, 0.35) 50%,
              rgba(0, 0, 0, 0) 100%
          );
          pointer-events: none;
      }
  }*/
}
@media (max-width: 575.98px) {
  .new-guest-intro-promo-tile-inner {
    /* Below Bootstrap sm: use mobile art when set on the tile (CSS var). */
    background-image: var(--new-guest-intro-promo-bg-mobile, var(--new-guest-intro-promo-bg-desktop, none));
  }
}
.new-guest-intro-promo-tile-inner--no-image {
  background-color: #00612B;
}

/* ImageLink wraps .new-guest-intro-promo-tile-content; full-tile background stays on the inner. */
.new-guest-intro-promo-tile-content-link {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: inherit;
}

.new-guest-intro-promo-tile-content {
  position: relative;
  z-index: 3;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  min-height: 248px;
  justify-content: center;
}

.new-guest-intro-promo-tile-headline {
  color: #FFFFFF;
  font-family: "acumin-pro-extra-condensed";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.new-guest-intro-promo-tile-description {
  color: #FFFFFF;
  font-family: Besley;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.new-guest-intro-promo-tile-cta {
  color: #FFFFFF;
  font-family: "acumin-pro-extra-condensed";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.new-guest-intro-promo-tile-inner--has-image .new-guest-intro-promo-tile-headline,
.new-guest-intro-promo-tile-inner--has-image .new-guest-intro-promo-tile-description,
.new-guest-intro-promo-tile-inner--has-image .new-guest-intro-promo-tile-cta {
  color: #fff;
}
.new-guest-intro-promo-tile-inner--has-image .new-guest-intro-promo-tile-description {
  color: rgba(255, 255, 255, 0.95);
}

.new-guest-intro-description {
  text-align: center;
  font-family: Besley;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
}

/* Primary / secondary / tertiary CTA stack on New Guest Intro */
.new-guest-intro-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  /* 8px after primary (flex gap) + 16px extra = 24px after secondary */
}
.new-guest-intro-actions > form {
  margin: 0;
  padding: 0;
  border: 0;
}
.new-guest-intro-actions > .button-tertiary {
  margin-top: 16px;
  width: 342px;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}

/* Slick carousel overrides for new guest intro — equal row height */
.new-guest-intro-slick-carousel .new-guest-intro-promo-tile {
  padding: 0 12px;
}

.new-guest-intro-slick-carousel .slick-list {
  margin: 0 -12px;
}

/* Slick sets display on the track; override so slides share one row height. */
.new-guest-intro-slick-carousel .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.new-guest-intro-slick-carousel .slick-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}
.new-guest-intro-slick-carousel .slick-slide > div {
  display: flex;
  width: 100%;
  min-height: 0;
}

.new-guest-entry-image {
  display: flex;
  width: 120px;
  height: 74px;
  aspect-ratio: 60/37;
}

.find-account-image-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 342;
  height: 192.7142944336;
  angle: 0 deg;
  opacity: 1;
  mix-blend-mode: Multiply;
}

.find-account-search-results__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.find-account-results-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 342px;
}

.find-account-not-me__link {
  margin-top: 24px;
}

.find-account-result {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 56px;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #F4E6D8;
  background: #FFFAF8;
  font-family: Besley;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  cursor: pointer;
  text-align: left;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /*    &:focus {
          outline: 2px solid $lf-secondary-green;
          outline-offset: 2px;
      }*/
}
.find-account-result.is-selected {
  border-color: #00612B;
}
.find-account-result--card {
  gap: 12px;
}
.find-account-result__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.find-account-result__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}
.find-account-result__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex: 0 0 auto;
  text-align: right;
}
.find-account-result__name {
  margin: 0;
}
.find-account-result__name-bold {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.find-account-result__line {
  margin: 0;
}
.find-account-result__no-contact {
  margin: 0;
  color: #3A3A3A;
  font-family: Besley;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}
.find-account-result__fr-title {
  font-size: 14px;
  font-family: Besley;
  line-height: 20px;
}
.find-account-result__fr-id {
  font-size: 14px;
  font-family: Besley;
  line-height: 20px;
}
.find-account-result__tag {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.8px;
  font-family: "acumin-pro-extra-condensed";
  border-radius: 4px;
  background: #FEF2F2;
  padding: 4px;
}

.flow-page-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.flow-page-intro h1, .flow-page-intro p {
  margin-bottom: 0;
}

.verify-rewards-verification .verify-rewards-verification-wrap {
  display: flex;
  width: 343px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.verify-rewards-verification .verify-rewards-verification__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 342px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #00612B;
  background: #FFFAF8;
  text-align: center;
}
.verify-rewards-verification .verify-rewards-verification__cta-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.verify-rewards-verification .verify-rewards-verification__cta-heading-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.verify-rewards-verification .verify-rewards-verification__cta-icon {
  width: 24px;
  height: 24px;
}
.verify-rewards-verification .verify-rewards-verification__cta-label {
  font-family: "acumin-pro-extra-condensed";
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #00612B;
}
.verify-rewards-verification .verify-rewards-verification__masked {
  display: block;
  width: 100%;
  font-family: Besley;
  font-size: 18px;
  line-height: 20px;
  color: #3A3A3A;
  word-break: break-all;
}

.verify-rewards-verify-code .verify-rewards-verify-code__otp-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
}
.verify-rewards-verify-code .verify-rewards-verify-code__otp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .verify-rewards-verify-code .verify-rewards-verify-code__otp {
    gap: 6px;
  }
}
.verify-rewards-verify-code .verify-rewards-verify-code__digit {
  width: 48px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #00612B;
  background: #fff;
  font-family: Besley;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #00612B;
  caret-color: #369344;
}
.verify-rewards-verify-code .verify-rewards-verify-code__digit:focus {
  outline: 2px solid #369344;
}
@media (max-width: 575.98px) {
  .verify-rewards-verify-code .verify-rewards-verify-code__digit {
    width: 44px;
    height: 52px;
    font-size: 20px;
  }
}
.verify-rewards-verify-code .verify-rewards-verify-code__otp--error .verify-rewards-verify-code__digit {
  border-color: #EF4444;
  color: #030303;
  caret-color: unset;
}
.verify-rewards-verify-code .verify-rewards-verify-code__otp--error .verify-rewards-verify-code__digit:focus {
  outline: 2px solid #EF4444;
}
.verify-rewards-verify-code .verify-rewards-verify-code__error {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  color: #B91C1C;
}
.verify-rewards-verify-code .verify-rewards-verify-code__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 342px;
}

#find-account-flow {
  padding-top: 60px;
}

/* Find Account — update profile: one intrinsic-width column so banner matches intro width (not full-bleed). */
.rewards-account-page .rewards-account-page-content.find-account-update-your-profile {
  display: grid;
  grid-template-columns: minmax(0, max-content);
  justify-content: center;
  justify-items: stretch;
  gap: 48px;
  box-sizing: border-box;
  max-width: 100%;
}
.rewards-account-page .rewards-account-page-content.find-account-update-your-profile > #find-account-update-form,
.rewards-account-page .rewards-account-page-content.find-account-update-your-profile > .find-account-update-actions {
  justify-self: center;
}

.find-account-update-your-profile {
  /* Update profile: inputs must span the field row (mailing block omits __control and already looked correct). */
}
.find-account-update-your-profile .description,
.find-account-update-your-profile .find-account-update-your-profile__intro h1 {
  text-align: center;
}
.find-account-update-your-profile .find-account-update-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.find-account-update-your-profile .find-account-update-actions .find-account-terms-and-conditions {
  max-width: 800px;
  text-align: center;
}
.find-account-update-your-profile .find-account-result-field-group {
  margin: 16px auto 0;
  max-width: 400px;
}
.find-account-update-your-profile .find-account-result-field-group__label {
  display: block;
  text-align: left;
  margin-bottom: 8px;
}
.find-account-update-your-profile .find-account-result-field-group__control {
  align-self: stretch;
  width: 100%;
  margin: 0;
}
.find-account-update-your-profile .find-account-result-field-group label {
  font-weight: 600;
}
.find-account-update-your-profile #find-account-update-form .form-field-wrapper input:not([type=checkbox]),
.find-account-update-your-profile #find-account-update-form .form-field-wrapper select {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.find-account-update-your-profile .find-account-phone-caption,
.find-account-update-your-profile .find-account-email-caption {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.find-account-update-your-profile .form-checkbox-field-group.find-account-checkbox-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 16px auto 0;
  max-width: 400px;
}
.find-account-update-your-profile .form-checkbox-field-group.find-account-checkbox-row input[type=checkbox] {
  margin-top: 4px;
}
.find-account-update-your-profile .form-checkbox-field-group.find-account-checkbox-row label {
  flex: 1;
  text-align: left;
  font-weight: normal;
}
.find-account-update-your-profile .form-checkbox-field-group.find-account-checkbox-row .find-account-sms-opt-legal {
  display: inline;
  margin-left: 0.25em;
  text-decoration: underline;
}

.find-account-profile-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: auto;
  max-width: 800px;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #F4E6D8;
  background: rgba(244, 230, 216, 0.5);
}
.find-account-profile-banner__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.find-account-profile-banner__masked-line {
  display: block;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word;
}
.find-account-profile-banner__right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex: 0 0 auto;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}
.find-account-profile-banner__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex: 0 0 auto;
  text-align: right;
}

.find-account-input--locked-contact,
.find-account-input--locked-contact:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background-color: #FFFAF8;
}

.find-account-update-submit--disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.find-account-mailing-collapsible {
  max-width: 480px;
}

.find-account-mailing-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #F4E6D8;
  background: #FCF5ED;
  font-family: Besley;
  font-size: 16px;
  font-weight: 600;
}
.find-account-mailing-toggle__text {
  text-transform: uppercase;
  color: #00612B;
  font-family: "acumin-pro-extra-condensed";
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.find-account-mailing-toggle__icon {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url(/assets/lf/img/icon-expand--green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.15s ease;
}

.find-account-mailing-toggle[aria-expanded=true] .find-account-mailing-toggle__icon {
  transform: rotate(180deg);
}

.find-account-mailing-intro {
  text-align: center;
  margin-top: 8px;
}

/* When profile zip is missing: show only centered header + description; fields stay collapsed until expanded. */
.find-account-mailing-collapsible--zip-missing {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.find-account-mailing-collapsible--zip-missing .find-account-mailing-toggle {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.find-account-mailing-collapsible--zip-missing .find-account-mailing-toggle__text {
  text-align: center;
}
.find-account-mailing-collapsible--zip-missing .find-account-mailing-intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.find-account-mailing-panel {
  margin-top: 12px;
}
.find-account-mailing-panel .address-state-zip-row {
  display: flex;
  gap: 12px;
}
.find-account-mailing-panel .address-state-zip-row .form-field-group {
  flex: 1;
}

.link-primary {
  align-self: stretch;
  color: #00612B;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Besley;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.link-primary:focus {
  outline: 2px solid #369344;
  outline-offset: 2px;
}
.link-primary:disabled {
  background: #FFFAF8;
  color: #C7A58A;
}

.store-location-card {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #F4E6D8;
  background-color: #FFFAF8;
}
@media (max-width: 575.98px) {
  .store-location-card {
    width: 342px;
  }
}
.store-location-card .heart-selected {
  display: none;
}
.store-location-card .heart-unselected {
  display: block;
}
.store-location-card.selected {
  border-color: #00612B;
}
.store-location-card.selected .heart-unselected {
  display: none;
}
.store-location-card.selected .heart-selected {
  display: block;
}
.store-location-card .store-location-card-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.store-location-card .store-location-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.store-location-card .store-location-inner .title-favorite-section {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.store-location-card .store-location-inner .title-favorite-section .store-name-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.store-location-card .store-location-inner .title-favorite-section .store-name-wrapper .store-name {
  color: #00612B;
  font-family: Besley;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: none;
}
.store-location-card .store-location-inner .title-favorite-section .store-name-wrapper .nearby-label-wrapper {
  display: flex;
  padding: 4px 4px 2px 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  background: #DBE8D5;
}
.store-location-card .store-location-inner .title-favorite-section .store-name-wrapper .nearby-label {
  font-family: "acumin-pro-extra-condensed";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.store-location-card .store-location-inner .title-favorite-section .store-name-wrapper .favorite-icon {
  display: flex;
  padding: 4px 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.store-location-card .store-location-inner .address-phone-number-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.store-location-card .store-location-inner .hours-icons-section {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.store-location-card .store-location-inner .hours-icons-section .store-hours {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 0 0;
  align-self: stretch;
  font-family: Besley;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.store-location-card .store-location-inner .hours-icons-section .store-card-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-location-card .store-location-inner .hours-icons-section .store-card-icons .speedway-icon {
  background: lightgray 50%;
  opacity: 0.5;
  mix-blend-mode: luminosity;
}
.store-location-card a {
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
}

.loyalty-id-copy-box {
  display: inline-flex;
  padding: 8px 16px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #F4E6D8;
  text-align: center;
  font-family: "acumin-pro-extra-condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-left: 16px;
}
.loyalty-id-copy-box img {
  cursor: pointer;
}

.lf-promo-body-text {
  color: #030303;
  text-align: center;
  font-family: Besley;
  font-size: 14px;
  line-height: 18px;
}

.lf-promo-title-white {
  color: #FFFFFF;
  text-align: center;
  font-family: "acumin-pro-extra-condensed";
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.lf-promo-title-black {
  color: #030303;
  text-align: center;
  font-family: "acumin-pro-extra-condensed";
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.guest-profile-promo-tile-container {
  margin: 16px 0 24px;
  width: 100%;
  align-self: stretch;
}
.guest-profile-promo-tile-container .new-guest-intro-promo-tile {
  width: 100%;
  max-width: 100%;
  height: auto;
  flex: none;
}
.guest-profile-promo-tile-container .new-guest-intro-promo-tile-inner {
  width: 100%;
  flex: none;
  height: auto;
  min-height: 140px;
  max-height: none;
  padding-left: 36px;
  padding-right: 36px;
  justify-content: center;
  box-sizing: border-box;
  /* Profile tiles are short/wide like affinity tiles — prefer landscape mobile art when set. */
  background-image: var(--new-guest-intro-promo-bg-mobile, var(--new-guest-intro-promo-bg-desktop, none));
}
.guest-profile-promo-tile-container .new-guest-intro-promo-tile-content {
  min-height: 0;
  flex: 0 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 991.98px) {
  #cart2class-program-page .rewards-account-page-content {
    gap: 24px;
  }
}

.cart2class-program-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4e8cc;
  background-size: cover;
  background-position: center;
  min-height: 220px;
  padding: 32px 80px;
}
.cart2class-program-header .back-button {
  position: absolute;
  top: 16px;
  left: 16px;
}
.cart2class-program-header .back-button .cart2class-program-header__back {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #00612B;
  font-size: 16px;
  font-weight: 500;
  min-height: 44px;
  padding: 10px 6px 10px 0;
  width: fit-content;
}
.cart2class-program-header .back-button .cart2class-program-header__back img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(570%) hue-rotate(118deg) brightness(90%);
}
.cart2class-program-header .back-button .cart2class-program-header__back .back-link-label {
  text-decoration: none;
}
.cart2class-program-header .back-button .cart2class-program-header__back:hover .back-link-label {
  text-decoration: underline;
}
.cart2class-program-header .back-button .cart2class-program-header__back:active {
  filter: brightness(0.75);
}
.cart2class-program-header .back-button .cart2class-program-header__back:active .back-link-label {
  text-decoration: none;
}
.cart2class-program-header .back-button .cart2class-program-header__back:focus {
  outline: none;
}
.cart2class-program-header .back-button .cart2class-program-header__back:focus-visible {
  outline: 2px dotted #888888;
  outline-offset: 2px;
}
.cart2class-program-header__content {
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: darken;
}
.cart2class-program-header__content .cart2class-hero-image {
  max-height: 246px;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .cart2class-program-header {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767.98px) {
  .cart2class-program-header {
    height: 328px !important;
    padding: 64px 48px 24px;
  }
}
@media (max-width: 575.98px) {
  .cart2class-program-header {
    padding: 64px 16px 20px;
  }
}

.cart2class-schools-section {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}

.cart2class-schools-header {
  font-family: "acumin-pro-extra-condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  color: inherit;
  margin-bottom: 8px;
}

.cart2class-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .cart2class-tile-grid {
    grid-template-columns: 1fr;
  }
}

.cart2class-school-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid #F4E6D8;
  border-radius: 8px;
  min-height: 80px;
}
.cart2class-school-tile__info {
  flex: 1;
  min-width: 0;
}
.cart2class-school-tile__name {
  color: #00612B;
  font-family: Besley;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 2px;
}
.cart2class-school-tile__address, .cart2class-school-tile__city-state {
  font-family: Besley;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.cart2class-school-tile__check {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart2class-school-tile__check img {
  width: 24px;
  height: 24px;
}
.cart2class-school-tile--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 0.781px solid #F4E6D8;
  background: #F4E6D8;
  opacity: 0.5;
  min-height: 80px;
}
.cart2class-school-tile--empty .cart2class-school-tile__empty-label {
  color: #030303;
  text-align: center;
  font-family: Besley;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.cart2class-select-schools-page .rewards-account-page-content {
  gap: 24px;
}

.cart2class-select-schools-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 54px 80px 16px;
}
.cart2class-select-schools-header__back {
  position: absolute;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #00612B;
  font-size: 16px;
  font-weight: 500;
  min-height: 44px;
  padding: 10px 6px 10px 0;
  width: fit-content;
}
.cart2class-select-schools-header__back img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(570%) hue-rotate(118deg) brightness(90%);
}
.cart2class-select-schools-header__back .back-link-label {
  text-decoration: none;
}
.cart2class-select-schools-header__back:hover .back-link-label {
  text-decoration: underline;
}
.cart2class-select-schools-header__back:active {
  filter: brightness(0.75);
}
.cart2class-select-schools-header__back:active .back-link-label {
  text-decoration: none;
}
.cart2class-select-schools-header__back:focus {
  outline: none;
}
.cart2class-select-schools-header__back:focus-visible {
  outline: 2px dotted #888888;
  outline-offset: 2px;
}
.cart2class-select-schools-header h2 {
  margin: 0;
}
@media (max-width: 767.98px) {
  .cart2class-select-schools-header {
    padding: 54px 48px 16px;
  }
  .cart2class-select-schools-header__back {
    left: 48px;
  }
}
@media (max-width: 575.98px) {
  .cart2class-select-schools-header {
    padding: 54px 48px 12px;
  }
  .cart2class-select-schools-header__back {
    left: 20px;
  }
}

.c2c-select-schools-description {
  font-family: Besley;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
  align-self: stretch;
}

.c2c-map-container {
  width: 100%;
  height: 223px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5ede4;
  align-self: stretch;
}

.c2c-search-bar-wrapper {
  align-self: stretch;
  display: flex;
  justify-content: center;
}

.c2c-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid #00612B;
  border-radius: 8px;
  background: #fff;
  height: 48px;
  width: 421px;
}
@media (max-width: 767.98px) {
  .c2c-search-bar {
    width: 100%;
  }
}
.c2c-search-bar .c2c-search-icon-button {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c2c-search-bar .c2c-search-icon-button img {
  width: 24px;
  height: 24px;
}
.c2c-search-bar .c2c-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: Besley;
  font-size: 16px;
  font-style: normal;
  color: #030303;
  line-height: 24px;
  padding-left: 0;
}
.c2c-search-bar .c2c-search-input::placeholder {
  color: #BFBFBF;
  font-style: italic;
}
.c2c-search-bar .c2c-search-input:focus {
  outline: none;
  border: none;
  font-style: normal;
}

.c2c-schools-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .c2c-schools-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .c2c-schools-list {
    grid-template-columns: 1fr;
  }
}

.c2c-school-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid #F4E6D8;
  border-radius: 8px;
  cursor: pointer;
}
.c2c-school-card--selected {
  border-color: #00612B;
}
.c2c-school-card--highlighted {
  border-color: #00612B;
}
.c2c-school-card__info {
  flex: 1;
  min-width: 0;
}
.c2c-school-card__name {
  color: #00612B;
  font-family: Besley;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
}
.c2c-school-card__address, .c2c-school-card__city-state {
  font-family: Besley;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.c2c-school-card__check {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.c2c-school-card__check img {
  width: 24px;
  height: 24px;
}

#c2c-map .gm-style-iw,
#c2c-map .gm-style-iw-c {
  background-color: #FCF5ED !important;
  border: 1px solid #F4E6D8 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  padding: 0 !important;
}
#c2c-map .gm-style-iw-d {
  overflow: hidden !important;
  background-color: #FCF5ED !important;
  text-transform: none;
}
#c2c-map .gm-style-iw-t::after, #c2c-map .gm-style-iw-tc::after {
  background: #FCF5ED !important;
}
#c2c-map .gm-style-iw-chr {
  display: none !important;
}

.c2c-map-info-window {
  padding: 12px 16px;
  background-color: #FCF5ED;
  letter-spacing: 0.4px;
}
.c2c-map-info-window__name {
  color: #00612B;
  font-family: Besley;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
}
.c2c-map-info-window__address {
  color: #030303;
  font-family: Besley;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

