/* Shared layout reset — unlocks Pretix .main-box container for themed layouts.
   Loaded by signals.py before any per-theme layout CSS. */
html body .main-box,
html body .container.main-box,
html body div.container.main-box {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    --pretix-body-bg-white-0: 0 !important;
    --pretix-body-bg-white-1: 0 !important;
}
