/* Reuse the subscription illustration's phone, screen and controls.
   Only the FIFO calendar and its stage placement are defined here. */
#agency-site .taste-schedules .fd-stage {
  margin: 0;
  padding: 22px 0 18px;
  isolation: isolate;
}
#agency-site .fd-stage::before {
  -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
}
#agency-site .fd-heading {
  margin: 0 0 57px;
  color: var(--taste-accent);
  font-size: clamp(20px, 2.3cqi, 27px);
  font-weight: 450;
  letter-spacing: -.035em;
  line-height: 42px;
  text-align: center;
}
#agency-site .fd-stage .taste-sticker--fifo {
  left: auto;
  right: -6px;
  top: 76px;
}
#agency-site .fd-stage .taste-sticker--fifo strong { font-size: 30px; }
#agency-site .fd-stage .taste-sticker--fifo span { font-size: 19px; }
#agency-site .fd-content {
  position: absolute;
  inset: 47px 0 13px;
  padding: 18px;
  line-height: 1.2;
}
#agency-site .fd-app-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
#agency-site .fd-app-icon { display: block; flex: 0 0 56px; width: 56px; height: 56px; border-radius: 14px; }
#agency-site .fd-title {
  margin: 0;
  font-size: 24px;
  font-weight: 550;
  line-height: 1.12;
  letter-spacing: -.05em;
}
#agency-site .fd-title > span { display: block; white-space: nowrap; }
#agency-site .fd-title-arrow { display: inline-block; margin-left: 3px; font-weight: 400; }
#agency-site .fd-calendar { padding: 15px 10px 18px; }
#agency-site .fd-month { padding-inline: 4px; }
#agency-site .fd-month small { color: var(--taste-muted); font-size: 12px; font-weight: 400; }
#agency-site .fd-weekdays { margin-top: 18px; margin-bottom: 9px; }
#agency-site .fd-weekdays span { color: var(--taste-muted); }
#agency-site .fd-dates { position: relative; row-gap: 8px; }
#agency-site .fd-day {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1.5px solid transparent;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7a9286;
  font-size: 12px;
}
#agency-site .fd-day--available { border-color: #8fb5a0; color: var(--taste-accent); font-weight: 500; }
#agency-site .fd-day--selected { background: var(--taste-accent); border-color: var(--taste-accent); color: #fff; }
#agency-site .fd-day-number {
  opacity: calc(1 - var(--fd-number-progress, 0));
  transform: scale(calc(1 - .2 * var(--fd-number-progress, 0)));
}
#agency-site .fd-day-tick {
  position: absolute;
  width: 28px;
  height: 28px;
  inset: 0;
  margin: auto;
  opacity: var(--fd-tick-progress, 0);
  transform: scale(calc(.65 + .35 * var(--fd-tick-progress, 0)));
}
#agency-site .fd-day-tick path { stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--fd-tick-progress, 0)); }
#agency-site .fd-summary { display: flex; justify-content: center; gap: 6px; align-items: center; margin: 14px 0 18px; text-align: center; }
#agency-site .fd-summary strong { display: block; color: var(--taste-muted); font-size: 10px; font-weight: 400; }
#agency-site .fd-count { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #e2f0e6; color: var(--taste-accent); font-size: 10px; font-weight: 500; }
#agency-site .fd-checkout { width: 100%; border: 0; gap: 14px; display: flex; align-items: center; justify-content: center; background: #1c1c1e; color: #fff; font: 500 15px/1 'Outfit', sans-serif; }
#agency-site .fd-checkout img { width: 48px; height: 20px; object-fit: contain; filter: brightness(0) invert(1); }
#agency-site .fd-checkout:active { transform: scale(.98); }
#agency-site .fd-checkout:disabled { cursor: default; }
/* The phone frame covers the inner part of the side key. */
#agency-site .fd-hardware { position: absolute; z-index: -1; right: -2px; top: calc(10px + 156px * var(--fd-phone-scale, 1)); width: 7px; height: calc(48px * var(--fd-phone-scale, 1)); pointer-events: none; }
#agency-site .fd-side-key { position: absolute; inset: 0; border: 1px solid #9bb2a4; border-left: 0; border-radius: 0 4px 4px 0; background: linear-gradient(90deg, #c0d0c6, #e3ece6); box-shadow: 1px 1px 3px #143e3826; transform-origin: left center; }
#agency-site .fd-hardware[data-active='true'] .fd-side-key { border-color: #5a8c74; background: #91b8a3; }
#agency-site .fd-side-ripple { position: absolute; inset: -11px -14px; border: 2px solid #236e5fb3; border-radius: 22px; background: #c9e7d62b; opacity: 0; }
#agency-site .fd-stage .sd-controls { margin-top: 24px; }
#agency-site .fd-replay:disabled { opacity: .45; cursor: default; }
@container (max-width: 600px) {
  #agency-site .fd-heading { font-size: 24px; }
  #agency-site .fd-stage .taste-sticker--fifo strong { font-size: 27px; }
  #agency-site .fd-stage .taste-sticker--fifo span { font-size: 17px; }
}
