/**
 * 2MM+ full-width subscription drawer.
 * Device behavior is applied with JS classes so the admin breakpoint remains
 * configurable. The solid sheet color and its accessible text tones are
 * emitted by PHP from the saved background-color setting.
 */

#tmm-lp-bottom-sheet {
  --tmm-lp-accent: #009ca6;
  --tmm-lp-accent-strong: #00777e;
  --tmm-lp-accent-soft: #e8f6f7;
  --tmm-lp-accent-rule: #addfe3;
  --tmm-lp-on-accent: #ffffff;
  --tmm-lp-sheet-bg: #00777e;
  --tmm-lp-on-sheet: #ffffff;
  --tmm-lp-on-sheet-muted: #e2f0f0;
  --tmm-lp-sheet-rule: #a0cccf;
  --tmm-lp-mobile-expanded-height: 74%;
  --tmm-lp-desktop-expanded-height: 35%;
  --tmm-lp-desktop-collage-opacity: 0.14;
  --tmm-lp-layer: 99990;
  --tmm-lp-safe-bottom: env(safe-area-inset-bottom, 0px);

  position: fixed;
  z-index: var(--tmm-lp-layer);
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
  color: var(--tmm-lp-on-sheet);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

#tmm-lp-bottom-sheet[hidden],
#tmm-lp-bottom-sheet [hidden] {
  display: none !important;
}

#tmm-lp-bottom-sheet,
#tmm-lp-bottom-sheet *,
#tmm-lp-bottom-sheet *::before,
#tmm-lp-bottom-sheet *::after {
  box-sizing: border-box;
}

body.logged-in #tmm-lp-bottom-sheet.tmm-lp-sheet-root--guest-only {
  display: none !important;
}

.tmm-lp-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 14, 18, 0.55);
  opacity: 0;
  pointer-events: none;
}

#tmm-lp-bottom-sheet.is-expanded.has-backdrop .tmm-lp-sheet__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.tmm-lp-sheet__surface {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 95vh;
  max-height: 95dvh;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-top: 1px solid var(--tmm-lp-sheet-rule);
  border-radius: 14px 14px 0 0;
  background: var(--tmm-lp-sheet-bg);
  box-shadow: 0 -16px 46px rgba(0, 33, 37, 0.26);
  color: var(--tmm-lp-on-sheet);
  pointer-events: auto;
}

.tmm-lp-sheet__expanded {
  max-height: 95vh;
  max-height: 95dvh;
  flex-direction: column;
  background: var(--tmm-lp-sheet-bg);
}

#tmm-lp-bottom-sheet.is-expanded .tmm-lp-sheet__expanded {
  display: flex;
}

.tmm-lp-sheet__utility {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  min-height: 64px;
  padding: 10px max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--tmm-lp-sheet-rule);
  background: var(--tmm-lp-sheet-bg);
}

.tmm-lp-sheet__brand {
  min-width: 0;
  overflow: hidden;
  color: var(--tmm-lp-on-sheet);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tmm-lp-sheet__details,
.tmm-lp-sheet__details:visited {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: var(--tmm-lp-on-sheet-muted) !important;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}

.tmm-lp-sheet__details:hover {
  color: var(--tmm-lp-on-sheet) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.tmm-lp-sheet__minimize {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 40px;
  padding: 7px 11px;
  border: 1px solid var(--tmm-lp-sheet-rule);
  border-radius: 999px;
  background: transparent;
  color: var(--tmm-lp-on-sheet);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.tmm-lp-sheet__minimize span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tmm-lp-sheet__minimize:hover {
  border-color: var(--tmm-lp-on-sheet);
  background: transparent;
}

.tmm-lp-sheet__minimize svg,
.tmm-lp-sheet__collapsed-action svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.tmm-lp-sheet__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.tmm-lp-sheet__layout {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.05fr) minmax(260px, 0.95fr);
  grid-template-areas:
    "intro intro account"
    "billing features actions"
    "price features actions";
  gap: 8px clamp(28px, 4vw, 52px);
  align-items: center;
  width: min(1180px, 100%);
  min-height: 100%;
  margin: 0 auto;
  padding: 12px 24px 10px;
}

.tmm-lp-sheet__intro {
  grid-area: intro;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 0 4px !important;
  color: var(--tmm-lp-on-sheet) !important;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(1.35rem, 2vw, 1.75rem) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.12 !important;
  text-transform: none !important;
}

.tmm-lp-sheet__billing {
  grid-area: billing;
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 3px;
  width: 100%;
  max-width: 340px;
  padding: 3px;
  border: 1px solid var(--tmm-lp-sheet-rule);
  border-radius: 999px;
  background: transparent;
  background: color-mix(in srgb, var(--tmm-lp-on-sheet) 12%, transparent);
}

.tmm-lp-sheet__billing button {
  min-width: 0;
  min-height: 46px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--tmm-lp-on-sheet);
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.15;
  cursor: pointer;
  white-space: nowrap;
}

.tmm-lp-sheet__billing button[aria-pressed="true"] {
  background: var(--tmm-lp-on-sheet);
  box-shadow: 0 3px 10px rgba(0, 31, 35, 0.2);
  color: var(--tmm-lp-sheet-bg);
}

.tmm-lp-sheet__plan:not([hidden]) {
  display: contents;
}

.tmm-lp-sheet__price-block {
  grid-area: price;
  min-width: 0;
}

.tmm-lp-sheet__price {
  display: flex;
  gap: 6px;
  align-items: baseline;
}

.tmm-lp-sheet__price strong {
  color: var(--tmm-lp-on-sheet);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3rem, 4.4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.tmm-lp-sheet__price span {
  color: var(--tmm-lp-on-sheet-muted);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.tmm-lp-sheet__billing-note {
  margin: 6px 0 0 !important;
  color: var(--tmm-lp-on-sheet-muted) !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.tmm-lp-sheet__features {
  grid-area: features;
  min-width: 0;
}

.tmm-lp-sheet__features ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tmm-lp-sheet__features li {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tmm-lp-on-sheet) !important;
  font-size: 0.93rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere;
}

.tmm-lp-sheet__features li::before {
  display: none !important;
}

.tmm-lp-sheet__features li strong {
  color: var(--tmm-lp-on-sheet);
  font-weight: 600;
}

.tmm-lp-sheet__check {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  border: 1px solid var(--tmm-lp-sheet-rule);
  border-radius: 50%;
  background: transparent;
  background: color-mix(in srgb, var(--tmm-lp-on-sheet) 14%, transparent);
  color: var(--tmm-lp-on-sheet);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.tmm-lp-sheet__actions {
  grid-area: actions;
  width: 100%;
  max-width: 380px;
}

.tmm-lp-sheet__cta,
.tmm-lp-sheet__cta:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 18px;
  border: 1px solid var(--tmm-lp-on-sheet);
  border-radius: 999px;
  background: var(--tmm-lp-on-sheet);
  box-shadow: 0 8px 22px rgba(0, 31, 35, 0.24);
  color: var(--tmm-lp-sheet-bg) !important;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.tmm-lp-sheet__cta:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.tmm-lp-sheet__renewal,
.tmm-lp-sheet__terms {
  margin: 8px 0 0 !important;
  color: var(--tmm-lp-on-sheet-muted) !important;
  font-size: 0.73rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: center;
}

.tmm-lp-sheet__terms {
  margin-top: 4px !important;
}

.tmm-lp-sheet__account {
  grid-area: account;
  justify-self: end;
  margin: 0 !important;
  color: var(--tmm-lp-on-sheet-muted) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: center;
}

.tmm-lp-sheet__account a,
.tmm-lp-sheet__account a:visited {
  color: var(--tmm-lp-on-sheet) !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tmm-lp-sheet__intro,
.tmm-lp-sheet__billing,
.tmm-lp-sheet__price-block,
.tmm-lp-sheet__features,
.tmm-lp-sheet__actions,
.tmm-lp-sheet__account {
  position: relative;
  z-index: 2;
}

.tmm-lp-sheet__art {
  display: none;
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.tmm-lp-sheet__art img {
  position: absolute;
  top: 62%;
  left: 50%;
  display: block;
  width: min(92vw, 1140px);
  max-width: none;
  height: auto;
  opacity: 0;
  filter: saturate(0.72) contrast(1.02);
  mix-blend-mode: multiply;
  transform: translate(-44%, -50%) scale(1.13);
  transform-origin: center;
  -webkit-mask-image: radial-gradient(ellipse 76% 88% at 52% 62%, #000 40%, rgba(0, 0, 0, 0.74) 66%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 88% at 52% 62%, #000 40%, rgba(0, 0, 0, 0.74) 66%, transparent 100%);
}

.tmm-lp-sheet__art img.is-loaded {
  opacity: var(--tmm-lp-desktop-collage-opacity);
  transform: translate(-44%, -50%) scale(1.08);
}

.tmm-lp-sheet__collapsed {
  padding-bottom: var(--tmm-lp-safe-bottom);
  background: var(--tmm-lp-sheet-bg);
  color: var(--tmm-lp-on-sheet);
}

#tmm-lp-bottom-sheet.is-collapsed .tmm-lp-sheet__collapsed {
  display: block;
}

.tmm-lp-sheet__collapsed button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 8px max(22px, calc((100vw - 1180px) / 2));
  border: 0;
  background: transparent;
  color: var(--tmm-lp-on-sheet);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.tmm-lp-sheet__collapsed-brand {
  color: var(--tmm-lp-on-sheet);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.tmm-lp-sheet__collapsed-copy {
  display: block;
  min-width: 0;
}

.tmm-lp-sheet__collapsed-copy strong,
.tmm-lp-sheet__collapsed-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tmm-lp-sheet__collapsed-copy strong {
  color: var(--tmm-lp-on-sheet);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
}

.tmm-lp-sheet__collapsed-copy small {
  margin-top: 3px;
  color: var(--tmm-lp-on-sheet-muted);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
}

.tmm-lp-sheet__collapsed-action {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--tmm-lp-on-sheet);
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
}

.tmm-lp-sheet__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* The configured breakpoint is applied by bottom-sheet.js. */
#tmm-lp-bottom-sheet.is-mobile.is-expanded .tmm-lp-sheet__surface {
  height: var(--tmm-lp-mobile-expanded-height);
  max-height: 95vh;
  max-height: 95dvh;
}

#tmm-lp-bottom-sheet.is-desktop.is-expanded .tmm-lp-sheet__surface {
  height: var(--tmm-lp-desktop-expanded-height);
  max-height: 95vh;
  max-height: 95dvh;
}

#tmm-lp-bottom-sheet.is-expanded .tmm-lp-sheet__expanded {
  height: 100%;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__surface {
  border-right: 0;
  border-left: 0;
  border-radius: 14px 14px 0 0;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__expanded {
  padding-bottom: var(--tmm-lp-safe-bottom);
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__utility {
  position: sticky;
  top: 0;
  gap: 9px;
  min-height: 60px;
  padding: 9px 10px 9px 18px;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__brand {
  font-size: 1.1rem;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__details {
  font-size: 0.74rem;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__minimize {
  min-width: 44px;
  min-height: 42px;
  padding: 8px 10px;
  border-color: transparent;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 22px 20px 28px;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__intro {
  order: 0;
  max-width: 340px;
  margin-bottom: 16px !important;
  font-size: clamp(1.5rem, 7vw, 1.8rem) !important;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__billing {
  order: 1;
  max-width: none;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__price-block {
  order: 2;
  margin-top: 20px;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__features {
  order: 3;
  margin-top: 20px;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__actions {
  order: 4;
  max-width: none;
  margin-top: 24px;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__account {
  order: 5;
  align-self: center;
  margin-top: 15px !important;
}

#tmm-lp-bottom-sheet.is-mobile.has-mobile-collage .tmm-lp-sheet__art {
  display: block;
}

#tmm-lp-bottom-sheet.is-mobile.has-mobile-collage .tmm-lp-sheet__art img {
  top: 60%;
  left: 52%;
  width: clamp(520px, 150vw, 760px);
  transform: translate(-50%, -50%) scale(1.13);
  -webkit-mask-image: radial-gradient(ellipse 78% 78% at 50% 48%, #000 38%, rgba(0, 0, 0, 0.72) 66%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 78% at 50% 48%, #000 38%, rgba(0, 0, 0, 0.72) 66%, transparent 100%);
}

#tmm-lp-bottom-sheet.is-mobile.has-mobile-collage .tmm-lp-sheet__art img.is-loaded {
  transform: translate(-50%, -50%) scale(1.08);
}

#tmm-lp-bottom-sheet.is-mobile.has-mobile-collage .tmm-lp-sheet__billing {
  background: color-mix(in srgb, var(--tmm-lp-sheet-bg) 72%, transparent);
  box-shadow: 0 10px 28px rgba(0, 25, 28, 0.14);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

#tmm-lp-bottom-sheet.is-mobile.has-mobile-collage .tmm-lp-sheet__cta {
  background: color-mix(in srgb, var(--tmm-lp-on-sheet) 95%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__price strong {
  font-size: clamp(3.1rem, 15vw, 3.55rem);
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__features li {
  font-size: 0.95rem !important;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__cta {
  font-size: 1rem;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__collapsed button {
  gap: 10px;
  min-height: 68px;
  padding: 8px 12px;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__collapsed-brand {
  font-size: 1.05rem;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__collapsed-copy strong {
  font-size: 0.9rem;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__collapsed-copy small {
  font-size: 0.72rem;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__collapsed-action {
  font-size: 0;
}

#tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__collapsed-action svg {
  width: 22px;
  height: 22px;
}

html.tmm-lp-sheet-scroll-locked,
html.tmm-lp-sheet-scroll-locked body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.tmm-lp-sheet-replaces-inline .leaky_paywall_message_wrap {
  display: none !important;
}

#tmm-lp-bottom-sheet button:focus-visible,
#tmm-lp-bottom-sheet a:focus-visible {
  outline: 3px solid var(--tmm-lp-on-sheet);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--tmm-lp-accent-strong);
}

#tmm-lp-bottom-sheet .tmm-lp-sheet__collapsed button:focus-visible {
  outline-offset: -5px;
  box-shadow: inset 0 0 0 6px var(--tmm-lp-sheet-rule);
}

@media (max-width: 960px) {
  #tmm-lp-bottom-sheet.is-desktop .tmm-lp-sheet__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "intro intro"
      "billing features"
      "price features"
      "actions account";
    gap: 10px 34px;
  }

  #tmm-lp-bottom-sheet.is-desktop .tmm-lp-sheet__actions {
    justify-self: stretch;
  }

  #tmm-lp-bottom-sheet.is-desktop .tmm-lp-sheet__account {
    justify-self: end;
  }
}

@media (max-width: 420px) {
  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__brand {
    font-size: 1.03rem;
  }

  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__billing button {
    padding-inline: 7px;
    font-size: 0.8rem;
  }

  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__collapsed-copy strong {
    font-size: 0.85rem;
  }
}

@media (max-width: 360px) {
  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__billing button {
    font-size: 0.74rem;
  }
}

@media (max-height: 650px) {
  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__layout {
    padding: 16px 18px 22px;
  }

  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__intro {
    margin-bottom: 10px !important;
  }

  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__price-block,
  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__features {
    margin-top: 12px;
  }

  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__features {
    order: 4;
  }

  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__actions {
    order: 3;
    margin-top: 14px;
  }

  #tmm-lp-bottom-sheet.is-mobile .tmm-lp-sheet__account {
    margin-top: 10px !important;
  }
}

@media (min-width: 1180px) {
  #tmm-lp-bottom-sheet.is-desktop.has-desktop-collage .tmm-lp-sheet__art {
    display: block;
  }

  #tmm-lp-bottom-sheet.is-desktop.has-desktop-collage .tmm-lp-sheet__billing {
    background: color-mix(in srgb, var(--tmm-lp-sheet-bg) 72%, transparent);
    box-shadow: 0 10px 28px rgba(0, 25, 28, 0.14);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  #tmm-lp-bottom-sheet.is-desktop.has-desktop-collage .tmm-lp-sheet__cta {
    background: color-mix(in srgb, var(--tmm-lp-on-sheet) 95%, transparent);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .tmm-lp-sheet__backdrop {
    transition: opacity 180ms ease;
  }

  .tmm-lp-sheet__surface {
    animation: tmm-lp-sheet-enter 220ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
  }

  .tmm-lp-sheet__cta,
  .tmm-lp-sheet__minimize,
  .tmm-lp-sheet__billing button {
    transition: background-color 150ms ease, color 150ms ease,
      filter 150ms ease, opacity 180ms ease, transform 150ms ease;
  }

  .tmm-lp-sheet__art img {
    transition: opacity 420ms ease-out,
      transform 680ms cubic-bezier(0.2, 0.72, 0.2, 1);
  }

  @keyframes tmm-lp-sheet-enter {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (forced-colors: active) {
  #tmm-lp-bottom-sheet.is-desktop.has-desktop-collage .tmm-lp-sheet__art,
  #tmm-lp-bottom-sheet.is-mobile.has-mobile-collage .tmm-lp-sheet__art {
    display: none;
  }

  .tmm-lp-sheet__surface,
  .tmm-lp-sheet__billing,
  .tmm-lp-sheet__billing button[aria-pressed="true"],
  .tmm-lp-sheet__check,
  .tmm-lp-sheet__cta {
    border: 2px solid CanvasText;
  }

  .tmm-lp-sheet__billing button[aria-pressed="true"],
  .tmm-lp-sheet__cta {
    background: Highlight;
    color: HighlightText !important;
  }
}

@media print {
  #tmm-lp-bottom-sheet {
    display: none !important;
  }
}
