.flimeal-popup {
  border: 0;
  padding: 0;
  margin: auto;
  width: min(92vw, 480px, calc(92vh * 2 / 3));
  width: min(92vw, 480px, calc(92svh * 2 / 3));
  max-width: none;
  max-height: none;
  overflow: visible;
  background: #f8f6f0;
  box-shadow: 0 20px 80px #0006;
}
.flimeal-popup:not([open]) { display: none; }
.flimeal-popup::backdrop { background: rgb(10 24 38 / 68%); }
html.flimeal-popup-open { overflow: hidden; }
.flimeal-popup-card { position: relative; }
.flimeal-popup-image { display: block; width: 100%; height: auto; }
.flimeal-popup-close,
.flimeal-popup-link {
  position: absolute;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(183 141 66 / 25%);
}
/* These controls align with the close icon and CTA in the approved artwork. */
.flimeal-popup-close {
  top: 0;
  right: 0;
  width: 12%;
  height: 8%;
  min-width: 44px;
  min-height: 44px;
}
.flimeal-popup-link {
  left: 25%;
  top: 91.5%;
  width: 50%;
  height: 7.3%;
  border-radius: 999px;
}
.flimeal-popup-close:focus-visible,
.flimeal-popup-link:focus-visible {
  outline: 3px solid #b78d42;
  outline-offset: -3px;
}
.flimeal-popup-link:hover { box-shadow: inset 0 0 0 3px #b78d42; }
