﻿dialog{padding:0;border:1px solid #000;border-radius:var(--border-radius-button);box-shadow:0 0 16px rgba(0,0,0,.6);max-width:calc(100vw - (var(--padding-container-vertical)*2));max-height:calc(100vh - var(--padding-container-vertical));}dialog::backdrop{background-color:#000;opacity:.4;}dialog>div{position:relative;padding:var(--padding-container-vertical) var(--padding-container-vertical);margin:0;line-height:1.3;background-color:#fff;min-width:24px;min-height:24px;max-width:inherit;max-height:inherit;border-radius:inherit;}dialog>div>form{position:absolute;top:var(--padding-container-vertical);right:var(--padding-container-vertical);display:block;line-height:normal;margin:0;}dialog>div>form:focus{outline:none;}dialog>div>form button:empty{display:block;font-size:14px;line-height:20px;height:20px;width:20px;border-radius:var(--border-radius-button);cursor:pointer;font-family:'jm-admin' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;padding:0;margin:0;border:none;border-color:transparent;background-color:rgba(255,255,255,.2) !important;box-shadow:none;}dialog>div>form button:empty:hover,dialog>div>form button:empty:focus{background-color:var(--color-link-background-hover) !important;text-decoration:none;color:rgba(0,0,0,.9) !important;box-shadow:none;}dialog>div>form button:empty:before{content:"";}dialog>div:has(> div>img:only-child,>div>iframe[src*="youtube.com"]:only-child,>div>iframe[src*="vimeo.com"]:only-child){padding:0;background-color:black;}dialog>div:has(> div>img:first-child,>div>iframe[src*="youtube.com"]:first-child,>div>iframe[src*="vimeo.com"]:first-child)> form button:empty{color:rgba(255,255,255,.6);background-color:transparent !important;}dialog>div:has(> div>img:first-child,>div>iframe[src*="youtube.com"]:first-child,>div>iframe[src*="vimeo.com"]:first-child)> form button:empty:hover,dialog > div:has( > div > img:first-child,> div > iframe[src*="youtube.com"]:first-child,> div > iframe[src*="vimeo.com"]:first-child)> form button:empty:focus{background-color:var(--color-link)!important;color:white !important;outline:none;}dialog>div>div{padding:0;margin:0;}dialog>div>div>main{padding:0 !important;}dialog>div>div>img,dialog>div>div>iframe{display:block;margin-bottom:var(--padding-container-vertical);}dialog>div>div img,dialog>div>div iframe{max-width:100%;max-height:calc(100vh - var(--padding-container-vertical));height:auto;}dialog>div>div iframe{border:none;}dialog>div>div:has(> iframe[src*="youtube.com"]:last-child,>iframe[src*="vimeo.com"]:last-child){aspect-ratio:16 / 9;}dialog>div>div>iframe[src*="youtube.com"],dialog>div>div>iframe[src*="vimeo.com"]{aspect-ratio:16/9;}dialog>div>div>*:last-child{margin-bottom:0 !important;}dialog>div>div>div:only-child>*:last-child,dialog>div>div>main:only-child>*:last-child{margin-bottom:0 !important;}dialog>div>div.loading:after{display:block;width:40px;height:40px;margin:20px;border-width:4px;}dialog>div>div>*:first-child:is(h1,h2,h3,h4,h5,p){padding-right:calc(var(--padding-container-vertical) + 20px);}dialog>div>div>*:first-child:is(h1,h2,h3,h4,h5,p).text-center{padding-left:calc(var(--padding-container-vertical) + 20px);}