/* The analytics choice banner. Self-contained, so it looks the same on every page (including the dark Gallery). */
.mien-consent {
  position: fixed; z-index: 250; left: max(.8rem, env(safe-area-inset-left, 0px)); right: max(.8rem, env(safe-area-inset-right, 0px));
  bottom: max(.8rem, env(safe-area-inset-bottom, 0px)); max-width: 26rem; padding: 1.1rem 1.2rem;
  background: #FBF6EF; color: #2A0F1B; border: 1px solid rgba(91, 21, 51, .3); box-shadow: 0 24px 50px -24px rgba(42, 15, 27, .55);
  font: 300 .95rem/1.5 "Jost", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; box-sizing: border-box;
}
.mien-consent p { margin: 0 0 .9rem; font-weight: 400; }
.mien-consent a { color: #5B1533; text-underline-offset: 3px; }
.mien-consent__row { display: flex; gap: .6rem; flex-wrap: wrap; }
.mien-consent button {
  font: 400 .92rem/1 "Jost", ui-sans-serif, system-ui, sans-serif; letter-spacing: .04em; min-height: 2.75rem; padding: .7rem 1.2rem; cursor: pointer;
  border: 1px solid #5B1533; border-radius: 2px; background: none; color: #5B1533;
}
.mien-consent .mien-consent__yes { background: #5B1533; color: #F4EADF; }
.mien-consent button:hover, .mien-consent button:focus-visible { background: #2A0F1B; color: #F4EADF; border-color: #2A0F1B; }
