/* Modal base */
.limvm-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:1000000}
.limvm-backdrop[aria-hidden="false"]{display:flex}
.limvm-modal{background:#fff;max-width:960px;width:92%;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.25);display:flex;flex-direction:column;max-height:90vh}
.limvm-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#cce1ff;color:#fff;position:sticky;top:0;z-index:1;overflow:visible}
.limvm-title{margin:0;font-size:18px}
.limvm-close{appearance:none;border:0;background:transparent;color:#3f4554;font-size:24px;line-height:1;cursor:pointer;position:absolute;right:12px;top:50%;transform:translateY(-50%); overflow: hidden;outline: none;}
.limvm-body{background:#000;position:relative;overflow:auto}
.limvm-body iframe,.limvm-body video{width:100%;height:56.25vw;max-height:70vh;display:block}
.limvm-footer{display:flex;gap:12px;justify-content:flex-end;align-items:center;padding:12px 16px;background:#f5f7fb;position:sticky;bottom:0}
.limvm-btn{appearance:none;border:0;border-radius:999px;padding:10px 16px;font-weight:600;cursor:pointer}
.limvm-btn-primary{background:#E70E60;color:#fff;border-radius:6px;}
.limvm-btn-secondary{background:#e9eef7;color:#0b132b; border-radius:6px;}
.limvm-trigger{appearance:none;border:0;border-radius:6px;padding:10px 16px;background:#E70E60;color:#fff;font-weight:700;cursor:pointer}
@media (min-width:992px){.limvm-body iframe,.limvm-body video{height:540px}}
.limvm{display: flex;justify-content: center;}
.limvm-btn-shop{background:#6ec1e4; color: #000;border-radius:6px;}
