.horsemeat-premium-memory-button {
  position: relative !important;
  box-sizing: border-box !important;
  width: min(100%, 560px) !important;
  min-height: 88px !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 13px 22px 13px 15px !important;
  margin-top: 14px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  color: #fff !important;
  border: 2px solid rgba(238, 187, 209, .58) !important;
  background:
    radial-gradient(circle at 17% 0%, rgba(255, 217, 236, .28), rgba(255, 217, 236, 0) 28%),
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0) 36%),
    linear-gradient(135deg, #281225 0%, #33162f 35%, #4a1f41 62%, #6d315f 100%) !important;
  box-shadow:
    0 15px 34px rgba(58, 16, 50, .36),
    inset 0 2px 0 rgba(255,255,255,.32),
    inset 0 -3px 0 rgba(0,0,0,.28) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  -webkit-tap-highlight-color: transparent !important;
  cursor: pointer !important;
}

.horsemeat-premium-memory-button::before {
  content: "" !important;
  position: absolute !important;
  inset: 3px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.horsemeat-premium-memory-button::after {
  content: "" !important;
  position: absolute !important;
  left: 18%;
  right: 8%;
  top: 5px;
  height: 34%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,0));
  pointer-events: none;
  z-index: 0;
}

.horsemeat-premium-memory-icon {
  position: relative !important;
  z-index: 1 !important;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background:
    radial-gradient(circle at 32% 20%, rgba(255,255,255,.25), rgba(255,255,255,0) 42%),
    linear-gradient(145deg, #45223f, #251020) !important;
  border: 2px solid rgba(238, 187, 209, .45) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.22),
    inset 0 -3px 0 rgba(0,0,0,.25),
    0 8px 18px rgba(0,0,0,.18) !important;
}

.horsemeat-premium-memory-icon svg {
  width: 38px !important;
  height: 38px !important;
  fill: none !important;
  stroke: #f5d987 !important;
  stroke-width: 3.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.45)) !important;
}

.horsemeat-premium-memory-copy {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  line-height: 1 !important;
}

.horsemeat-premium-memory-title {
  display: block !important;
  font-size: clamp(25px, 5.2vw, 38px) !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em !important;
  color: #fff !important;
  text-shadow: 0 2px 2px rgba(0,0,0,.45) !important;
  white-space: nowrap !important;
}

.horsemeat-premium-memory-subtitle {
  display: block !important;
  margin-top: 9px !important;
  font-size: clamp(10px, 2.3vw, 15px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  color: #f3d789 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.42) !important;
  white-space: nowrap !important;
}

.horsemeat-premium-memory-arrow {
  position: relative !important;
  z-index: 1 !important;
  color: #fff !important;
  font-size: 58px !important;
  line-height: .7 !important;
  font-weight: 250 !important;
  margin-left: 6px !important;
  text-shadow: 0 2px 3px rgba(0,0,0,.55) !important;
}

.horsemeat-safe-memory-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(5, 8, 18, .74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.horsemeat-safe-memory-sheet {
  width: min(92vw, 760px);
  max-height: 90dvh;
  overflow: auto;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0,0,0,.50);
  position: relative;
}

.horsemeat-safe-memory-close {
  position: sticky;
  top: 12px;
  float: right;
  z-index: 5;
  width: 58px;
  height: 58px;
  margin: 12px 12px -70px 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #083b91;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}

.horsemeat-safe-memory-hero {
  background: #050505;
}

.horsemeat-safe-memory-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.horsemeat-safe-memory-body {
  padding: 24px;
  color: #111827;
}

.horsemeat-safe-memory-kicker {
  color: #003b8f;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}

.horsemeat-safe-memory-body h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 7vw, 52px);
  line-height: .95;
  font-weight: 950;
}

.horsemeat-safe-memory-body p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 650;
}

html.horsemeat-safe-memory-open,
body.horsemeat-safe-memory-open {
  overflow: hidden !important;
}

@media (max-width: 430px) {
  .horsemeat-premium-memory-button {
    min-height: 78px !important;
    gap: 13px !important;
    padding: 11px 18px 11px 12px !important;
  }

  .horsemeat-premium-memory-icon {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
  }

  .horsemeat-premium-memory-icon svg {
    width: 32px !important;
    height: 32px !important;
  }

  .horsemeat-premium-memory-title {
    font-size: 25px !important;
  }

  .horsemeat-premium-memory-subtitle {
    font-size: 10px !important;
    letter-spacing: .14em !important;
  }

  .horsemeat-premium-memory-arrow {
    font-size: 48px !important;
  }

  .horsemeat-safe-memory-overlay {
    align-items: end;
    padding: 0;
  }

  .horsemeat-safe-memory-sheet {
    width: 100vw;
    max-height: 94dvh;
    border-radius: 30px 30px 0 0;
  }
}