/* Checkout-only order controls and flow accents, loaded after noot-ui.css. */
/* Compact method selectors; keep provider SDK authorization buttons untouched. */
body.checkout-page .checkout-payment-methods {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 380px;
  overflow: visible;
  padding: 2px;
  width: 100%;
}

body.checkout-page .checkout-payment-methods button {
  align-items: center;
  background: #fff;
  border: 1px solid #cbd7cd;
  border-radius: 10px;
  color: var(--checkout-deep);
  display: inline-flex;
  gap: 6px;
  height: 64px;
  justify-content: center;
  line-height: 1.15;
  min-height: 64px;
  min-width: 0;
  padding: 8px 10px;
  width: 100%;
}

body.checkout-page .checkout-payment-methods button[aria-selected="true"] {
  background: #fff;
  border-color: var(--checkout-green);
  box-shadow: 0 0 0 1px var(--checkout-green), inset 0 -3px 0 var(--checkout-green);
  color: var(--checkout-deep);
}

body.checkout-page .checkout-payment-methods button:focus-visible {
  outline: 2px solid var(--checkout-deep);
  outline-offset: 3px;
}

body.checkout-page .checkout-payment-methods [data-payment-method="card"] {
  flex-direction: column;
  gap: 3px;
}

body.checkout-page .checkout-payment-card-marks {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

body.checkout-page .checkout-payment-mark {
  display: block;
  flex: none;
  max-width: 100%;
  object-fit: contain;
}

body.checkout-page .checkout-payment-mark--visa { width: 36px; height: 20px; }
body.checkout-page .checkout-payment-mark--mastercard { width: 36px; height: 22px; }
body.checkout-page .checkout-payment-mark--paypal { width: 26px; height: 26px; }
body.checkout-page .checkout-payment-mark--venmo { width: 30px; height: 22px; }
body.checkout-page .checkout-payment-mark--apple { width: 68px; height: 44px; }
body.checkout-page .checkout-payment-mark--google { width: 80px; height: 44px; }

@media (max-width: 400px) {
  body.checkout-page .checkout-payment-methods button {
    font-size: 12px;
    padding: 6px;
  }

  body.checkout-page .checkout-payment-methods [data-payment-method="paypal"],
  body.checkout-page .checkout-payment-methods [data-payment-method="venmo"] {
    flex-direction: column;
    gap: 2px;
  }

  body.checkout-page .checkout-payment-card-marks { gap: 4px; }
  body.checkout-page .checkout-payment-mark--visa,
  body.checkout-page .checkout-payment-mark--mastercard { width: 30px; }
  body.checkout-page .checkout-payment-mark--paypal { width: 22px; height: 22px; }
}

body.checkout-page .checkout-continuous-flow .checkout-flow-section .checkout-section-head {
  background: #f1f7ef;
}

body.checkout-page .checkout-continuous-flow .checkout-flow-section.is-current-section .checkout-section-head {
  background: #e4f1df;
  box-shadow: inset 3px 0 0 #419865;
}

body.checkout-page .checkout-continuous-flow .checkout-mobile-bar {
  background: #f3f8f0;
  border-top: 1px solid #c8dcc7;
}

/* Touch browsers retain :hover after a tap, even when this action changes. */
body.checkout-page .checkout-continuous-flow [data-checkout-mobile-action] {
  background: var(--noot-green);
  border-color: var(--noot-green);
}

@media (hover: hover) and (pointer: fine) {
  body.checkout-page .checkout-continuous-flow [data-checkout-mobile-action]:hover:not(:disabled) {
    background: var(--noot-forest);
    border-color: var(--noot-forest);
  }
}

body.checkout-page .checkout-continuous-flow [data-checkout-mobile-action]:active:not(:disabled) {
  background: var(--noot-forest);
  border-color: var(--noot-forest);
}

body.checkout-page .checkout-mobile-total .checkout-mobile-cart {
  align-items: center;
  align-self: center;
  color: #07553b;
  display: flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-content: center;
  justify-self: center;
  min-width: 44px;
  min-height: 44px;
  position: relative;
}

body.checkout-page .checkout-mobile-cart .checkout-mobile-cart__count {
  align-items: center;
  background: #009b49;
  border: 2px solid #f3f8f0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  height: 22px;
  justify-content: center;
  line-height: 1;
  min-width: 22px;
  padding: 0 4px;
  position: absolute;
  right: -2px;
  top: -1px;
}

body.checkout-page .checkout-mobile-cart .checkout-mobile-cart__count[hidden] {
  display: none;
}

body.checkout-page .checkout-mobile-cart svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 820px) {
  body.checkout-page .checkout-continuous-flow .checkout-mobile-bar {
    grid-template-columns: minmax(134px, 0.72fr) minmax(150px, 1fr);
  }

  body.checkout-page .checkout-mobile-total {
    column-gap: 10px;
    grid-template-columns: auto minmax(44px, 1fr);
    min-height: 50px;
    padding: 2px 0;
  }

  body.checkout-page .checkout-mobile-total strong {
    grid-column: 1;
    grid-row: 2;
  }
}

body.checkout-page .checkout-plan {
  --checkout-plan-green: #009b49;
  --checkout-plan-border: #419865;
  --checkout-plan-ink: #17221e;
  min-width: 0;
}

body.checkout-page .checkout-plan [hidden] {
  display: none !important;
}

/* The order is the only collapsible section in the continuous checkout. */
body.checkout-page .checkout-continuous-flow .checkout-plan .checkout-accordion-panel[hidden] {
  display: none !important;
}

body.checkout-page .checkout-continuous-flow .checkout-plan .checkout-order-toggle {
  width: 100%;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  font: inherit;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  touch-action: manipulation;
}

body.checkout-page .checkout-continuous-flow .checkout-plan .checkout-order-toggle[aria-expanded="true"] {
  border-bottom: 1px solid var(--noot-line);
}

body.checkout-page .checkout-plan .checkout-order-toggle__action {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #07553b;
  font-size: 12px;
  font-weight: 800;
}

body.checkout-page .checkout-plan .checkout-order-toggle__action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.checkout-page .checkout-plan .checkout-order-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

body.checkout-page .checkout-plan .checkout-order-toggle:focus-visible {
  outline: 3px solid #07553b;
  outline-offset: -4px;
}

body.checkout-page .checkout-plan .checkout-order-product {
  grid-template-columns: minmax(0, 1fr) 90px;
  gap: 12px;
  min-height: 104px;
  margin-bottom: 12px;
  padding: 12px;
}

body.checkout-page .checkout-plan .checkout-order-product h1 {
  font-size: clamp(20px, 2.4vw, 27px);
}

body.checkout-page .checkout-plan .checkout-order-product img {
  width: 90px;
  height: 78px;
}

body.checkout-page .checkout-plan .checkout-purchase-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  min-width: 0;
  margin: 0 0 11px;
  padding: 3px;
  border: 1px solid var(--checkout-plan-border);
  border-radius: 999px;
  background: #fff;
}

body.checkout-page .checkout-plan .checkout-choice-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: center;
  gap: 0;
  min-width: 0;
  min-height: 58px;
  margin: 0;
  padding: 8px 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: var(--checkout-plan-ink);
  text-align: center;
  text-transform: none;
  cursor: pointer;
  touch-action: manipulation;
}

body.checkout-page .checkout-plan .checkout-choice-card > input {
  position: absolute;
  width: 1px;
  min-height: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

body.checkout-page .checkout-plan .checkout-choice-card > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.checkout-page .checkout-plan .checkout-choice-card strong {
  color: inherit;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 900;
  letter-spacing: -.015em;
  line-height: 1.1;
  text-transform: none;
}

body.checkout-page .checkout-plan .checkout-choice-card small {
  color: #52605a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: none;
}

body.checkout-page .checkout-plan .checkout-choice-card:has(input:checked) {
  border-color: var(--checkout-plan-green);
  background: var(--checkout-plan-green);
  box-shadow: none;
  color: #fff;
}

body.checkout-page .checkout-plan .checkout-choice-card:has(input:checked) small {
  color: #e3f4e8;
}

body.checkout-page .checkout-plan .checkout-choice-card:has(input:focus-visible),
body.checkout-page .checkout-plan .checkout-plan__date:has(input:focus-visible) {
  outline: 3px solid #07553b;
  outline-offset: 3px;
}

body.checkout-page .checkout-plan .checkout-plan__label {
  display: block;
  margin: 0;
  color: #35453d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .075em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.checkout-page .checkout-plan .checkout-plan__amount {
  display: grid;
  grid-template-columns: minmax(136px, 1.15fr) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--checkout-plan-border);
  border-radius: 9px;
  background: #fff;
}

body.checkout-page .checkout-plan .checkout-plan__quantity {
  display: grid;
  gap: 9px;
  min-width: 0;
}

body.checkout-page .checkout-plan .checkout-plan__stepper {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 3px;
  min-width: 0;
}

body.checkout-page .checkout-plan .checkout-plan__stepper button {
  display: grid;
  place-items: center;
  width: 44px;
  min-height: 44px;
  height: 44px;
  padding: 0;
  border: 1.5px solid var(--checkout-plan-green);
  border-radius: 50%;
  background: #fff;
  color: var(--checkout-plan-green);
  font-size: 23px;
  line-height: 1;
  touch-action: manipulation;
}

body.checkout-page .checkout-plan .checkout-plan__stepper button:last-child {
  background: var(--checkout-plan-green);
  color: #fff;
}

body.checkout-page .checkout-plan .checkout-plan__stepper button:disabled {
  cursor: not-allowed;
  opacity: .4;
}

body.checkout-page .checkout-plan .checkout-plan__stepper output {
  min-width: 0;
  color: var(--checkout-plan-ink);
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

body.checkout-page .checkout-plan .checkout-plan__price {
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 0 6px;
  border-left: 1px solid #d4e7d9;
  text-align: center;
}

body.checkout-page .checkout-plan .checkout-plan__price > strong {
  min-width: 0;
  color: var(--checkout-plan-ink);
  font-size: clamp(30px, 3.7vw, 44px);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.055em;
  line-height: .98;
  white-space: nowrap;
}

body.checkout-page .checkout-plan .checkout-plan__price-details {
  display: grid;
  gap: 3px;
  min-width: 0;
  color: #52605a;
  font-size: 12px;
  line-height: 1.2;
}

body.checkout-page .checkout-plan .checkout-plan__price-details s,
body.checkout-page .checkout-plan .checkout-plan__price-details span {
  min-width: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  overflow-wrap: anywhere;
}

body.checkout-page .checkout-plan .checkout-plan__price-details s {
  color: #6a756f;
  text-decoration-thickness: 1.5px;
}

body.checkout-page .checkout-plan .checkout-plan__coverage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  min-width: 0;
  margin-top: 9px;
}

body.checkout-page .checkout-plan .checkout-plan__coverage > div {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  min-height: 58px;
  padding: 9px 8px;
  border: 1px solid #2d7ead;
  border-radius: 9px;
  background: #2d7ead;
  color: #fff;
  text-align: center;
}

body.checkout-page .checkout-plan .checkout-plan__coverage small {
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.checkout-page .checkout-plan .checkout-plan__coverage strong {
  min-width: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

body.checkout-page .checkout-plan .checkout-plan__coverage .checkout-plan__plants {
  border-color: #d4e7c5;
  background: #eaf5df;
  color: var(--checkout-plan-ink);
}

body.checkout-page .checkout-plan .checkout-plan__coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  margin: 9px 0 0;
  padding: 9px 12px;
  border: 1px solid #c9af65;
  border-radius: 9px;
  background: #fff6d8;
  color: #66501f;
  appearance: none;
  font: inherit;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  touch-action: manipulation;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-offer {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-icon {
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #8a6a21;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-offer > span:last-child,
body.checkout-page .checkout-plan .checkout-plan__coupon-value {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.checkout-page .checkout-plan .checkout-plan__coupon strong {
  color: inherit;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .015em;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

body.checkout-page .checkout-plan .checkout-plan__coupon small {
  color: #75602c;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-meta span {
  color: inherit;
  font: inherit;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-value {
  justify-items: end;
  text-align: right;
  white-space: nowrap;
}

body.checkout-page .checkout-plan .checkout-plan__coupon[aria-pressed="false"] {
  border-color: #bdcbbf;
  background: #f1f4ef;
  color: #52605a;
}

body.checkout-page .checkout-plan .checkout-plan__coupon[aria-pressed="false"] small {
  color: #52605a;
}

body.checkout-page .checkout-plan .checkout-plan__coupon[aria-pressed="false"] .checkout-plan__coupon-icon {
  background: #dce5dc;
  color: #344a3d;
  font-size: 20px;
}

body.checkout-page .checkout-plan .checkout-plan__coupon:disabled {
  cursor: default;
  opacity: .7;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-entry {
  margin-top: 4px;
  color: #52605a;
  font-size: 12px;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-entry > summary {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  width: fit-content;
  max-width: 100%;
  padding: 6px 2px;
  font-weight: 650;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
  touch-action: manipulation;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-entry > summary::-webkit-details-marker {
  display: none;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-entry > summary::after {
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

body.checkout-page .checkout-plan .checkout-plan__coupon-entry[open] > summary::after {
  transform: translateY(2px) rotate(225deg);
}

body.checkout-page .checkout-plan .checkout-plan__coupon-entry .checkout-quantity-row {
  gap: 5px;
  margin: 0 0 10px;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-entry label {
  color: #52605a;
  font-size: 11px;
  letter-spacing: .04em;
}

body.checkout-page .checkout-plan .checkout-plan__coupon-entry input {
  min-width: 0;
  min-height: 46px;
  border-radius: 9px;
  font-size: 16px;
}

body.checkout-page .checkout-plan .checkout-plan__note {
  margin: 0 0 10px;
  color: #52605a;
  font-size: 11px;
  line-height: 1.4;
}

body.checkout-page .checkout-plan .checkout-plan__schedule {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  min-width: 0;
  margin: 0;
}

body.checkout-page .checkout-plan .checkout-plan__frequency,
body.checkout-page .checkout-plan .checkout-plan__date {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  align-items: center;
  gap: 1px;
  min-width: 0;
  min-height: 82px;
  margin: 0;
  padding: 11px 12px 7px;
  border: 1px solid var(--checkout-plan-border);
  border-radius: 9px;
  background: #f6faf4;
  box-shadow: none;
  color: #063f2d;
  font: inherit;
  text-transform: none;
  cursor: pointer;
}

body.checkout-page .checkout-plan .checkout-plan__frequency::after,
body.checkout-page .checkout-plan .checkout-plan__date::after {
  position: absolute;
  right: 13px;
  bottom: 23px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #063f2d;
  border-bottom: 2px solid #063f2d;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

body.checkout-page .checkout-plan .checkout-plan__frequency [data-checkout-cadence-cards] {
  display: block;
  min-width: 0;
  margin: 0;
}

body.checkout-page .checkout-plan .checkout-plan__frequency select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 0 22px 0 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #063f2d;
  appearance: none;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

body.checkout-page .checkout-plan .checkout-plan__date input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}

body.checkout-page .checkout-plan .checkout-plan__date em {
  display: flex;
  align-items: center;
  justify-self: stretch;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 0 22px 0 0;
  border-radius: 0;
  background: transparent;
  color: #063f2d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

body.checkout-page .checkout-plan .checkout-plan__stepper button:focus-visible,
body.checkout-page .checkout-plan .checkout-plan__coupon:focus-visible,
body.checkout-page .checkout-plan .checkout-plan__coupon-entry > summary:focus-visible,
body.checkout-page .checkout-plan .checkout-plan__coupon-entry input:focus-visible,
body.checkout-page .checkout-plan .checkout-plan__frequency select:focus-visible {
  outline: 3px solid #07553b;
  outline-offset: 3px;
  box-shadow: none;
}

@media (max-width: 600px) {
  body.checkout-page .checkout-plan .checkout-order-product {
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 10px;
    min-height: 88px;
    margin-bottom: 10px;
    padding: 9px;
  }

  body.checkout-page .checkout-plan .checkout-order-product h1 {
    font-size: clamp(17px, 5vw, 21px);
  }

  body.checkout-page .checkout-plan .checkout-order-product img {
    width: 72px;
    height: 66px;
  }

  body.checkout-page .checkout-plan .checkout-purchase-mode {
    margin-bottom: 10px;
  }

  body.checkout-page .checkout-plan .checkout-choice-card {
    min-height: 52px;
    padding-inline: 4px;
  }

  body.checkout-page .checkout-plan .checkout-choice-card strong {
    font-size: clamp(13px, 4vw, 16px);
  }

  body.checkout-page .checkout-plan .checkout-choice-card small {
    font-size: clamp(9px, 2.7vw, 10.5px);
  }

  body.checkout-page .checkout-plan .checkout-plan__amount {
    gap: 6px;
    padding: 9px 8px;
  }

  body.checkout-page .checkout-plan .checkout-plan__quantity {
    gap: 7px;
  }

  body.checkout-page .checkout-plan .checkout-plan__stepper output {
    font-size: clamp(14px, 4vw, 17px);
  }

  body.checkout-page .checkout-plan .checkout-plan__price {
    gap: 4px;
    padding-inline: 4px;
  }

  body.checkout-page .checkout-plan .checkout-plan__price > strong {
    font-size: clamp(28px, 8vw, 38px);
  }

  body.checkout-page .checkout-plan .checkout-plan__price-details {
    font-size: clamp(10px, 3vw, 12px);
  }

  body.checkout-page .checkout-plan .checkout-plan__coverage,
  body.checkout-page .checkout-plan .checkout-plan__schedule {
    gap: 8px;
  }

  body.checkout-page .checkout-plan .checkout-plan__coverage {
    margin-top: 8px;
  }

  body.checkout-page .checkout-plan .checkout-plan__coverage > div {
    min-height: 54px;
    padding: 8px 6px;
  }

  body.checkout-page .checkout-plan .checkout-plan__coverage small {
    font-size: 9px;
    letter-spacing: .05em;
  }

  body.checkout-page .checkout-plan .checkout-plan__coverage strong {
    font-size: clamp(12px, 3.6vw, 15px);
  }

  body.checkout-page .checkout-plan .checkout-plan__coupon {
    gap: 6px;
    min-height: 56px;
    margin-top: 8px;
    padding: 8px 9px;
  }

  body.checkout-page .checkout-plan .checkout-plan__coupon-offer {
    gap: 6px;
  }

  body.checkout-page .checkout-plan .checkout-plan__coupon-icon {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  body.checkout-page .checkout-plan .checkout-plan__coupon strong {
    font-size: clamp(11px, 3.25vw, 13px);
  }

  body.checkout-page .checkout-plan .checkout-plan__coupon small {
    font-size: 9px;
  }

  body.checkout-page .checkout-plan .checkout-plan__frequency,
  body.checkout-page .checkout-plan .checkout-plan__date {
    min-height: 78px;
    padding: 10px 9px 5px;
  }

  body.checkout-page .checkout-plan .checkout-plan__schedule .checkout-plan__label {
    font-size: 10px;
    letter-spacing: .055em;
  }

  body.checkout-page .checkout-plan .checkout-plan__frequency::after,
  body.checkout-page .checkout-plan .checkout-plan__date::after {
    right: 11px;
    bottom: 22px;
  }
}
