/* FINAL V18 — exact admin/member frame geometry + clean member canvas */

/* Member frame: no gray/glass board around the actual design. */
body.v16-member-frame-route .member-frame-clean {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* The actual 9:16 canvas is the only visible board. */
body.v16-member-frame-route .member-frame-clean [data-frame-width] {
  margin-inline: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 9 / 16 !important;
}

/* Photo element sizing is applied to the positioned wrapper itself in JS. */
body.v16-member-frame-route [data-frame-width] > .absolute > img {
  max-width: none !important;
}

@media (max-width: 640px) {
  body.v16-member-frame-route .member-frame-clean {
    width: min(100%, 430px) !important;
  }
}
