.support-image-preview { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 16px; background: rgba(15, 18, 30, .78); }
.support-image-preview__card { position: relative; display: grid; place-items: center; max-width: min(90vw, 1040px); max-height: 85dvh; padding: 36px 12px 12px; border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(0, 0, 0, .35); }
.support-image-preview__card img { display: block; max-width: min(calc(90vw - 24px), 1016px); max-height: calc(85dvh - 48px); width: auto; height: auto; object-fit: contain; }
.support-image-preview__card p { color: #8f2949; }
.support-image-preview__close { position: absolute; right: 7px; top: 4px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #8f2949; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
img[data-support-preview-image] { cursor: zoom-in; }
@media (max-width: 640px) { .support-image-preview { padding: 8px; } .support-image-preview__card { max-width: 90vw; max-height: 85dvh; } }
