*{box-sizing:border-box}html,body{color:#172033;margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.portalSite{background:var(--portal-bg);min-height:100vh;color:var(--portal-text)}.portalInner{width:min(var(--portal-width),calc(100% - 32px));margin:0 auto}.portalHeader{background:var(--portal-surface);border-bottom:1px solid var(--portal-border)}.portalHeader.compact{padding:12px 0}.portalHeader.standard{padding:22px 0}.portalHeader.large{padding:38px 0}.headerInner{justify-content:space-between;align-items:center;gap:24px;display:flex}.brand{letter-spacing:-.04em;font-size:27px;font-weight:850}.portalHeader p{color:var(--portal-muted);margin:4px 0 0}.portalHeader nav{flex-wrap:wrap;gap:18px;display:flex}.portalHeader nav a{color:var(--portal-text);font-weight:650;text-decoration:none}.portalContent{padding:30px 0 70px}.newsSection,.contentBlock,.adSlot{margin-bottom:28px}.newsSection{background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:var(--portal-radius);padding:24px}.sectionHeading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.sectionHeading span{text-transform:uppercase;color:var(--portal-accent);font-size:12px;font-weight:800}.sectionHeading h2{margin:3px 0 0;font-size:26px}.sectionHeading small{color:var(--portal-muted)}.demoGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.style-hero .demoCard:first-child{grid-area:span 2/span 2}.style-horizontal,.style-compact,.style-text{grid-template-columns:1fr}.style-horizontal .demoCard{grid-template-columns:220px 1fr;display:grid}.demoCard{border:1px solid var(--portal-border);border-radius:var(--portal-radius);background:var(--portal-surface);overflow:hidden}.demoCard>div:last-child{padding:16px}.demoCard h3{margin:6px 0}.demoCard p,.demoCard small{color:var(--portal-muted)}.demoImage{background:linear-gradient(135deg,#d7dde5,#eef1f5);height:150px}.size-small{height:90px}.size-large{height:240px}.size-none{display:none}.contentBlock{border-radius:var(--portal-radius);border:1px solid var(--portal-border)}.contentBlock.full{border-radius:0;width:100vw;margin-left:calc(50% - 50vw)}.prose a{color:var(--portal-accent)}.adSlot{justify-content:center;align-items:center;min-height:80px;display:flex}.adSlot img{max-width:100%;height:auto;display:block}.landingPreview{color:#fff;text-align:center;background:#0b1418;place-items:center;min-height:100vh;padding:30px;display:grid}.landingPreview>div{max-width:700px}.landingPreview span{border:1px solid #44515a;border-radius:999px;padding:7px 10px;display:inline-block}.landingPreview h1{margin:18px 0 8px;font-size:54px}.ageGate{z-index:9999;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.ageGatePanel{border-radius:20px;flex-direction:column;justify-content:center;width:100%;padding:36px;display:flex;box-shadow:0 30px 100px #00000059}.ageGatePanel h2{margin:12px 0;font-size:32px}.ageGatePanel p{font-size:17px;line-height:1.6}.ageBadge{color:#111;background:#f1f3f5;border-radius:50%;place-items:center;width:58px;height:58px;font-size:20px;font-weight:900;display:grid}.ageActions{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;display:grid}.ageActions button,.ageActions a{text-align:center;border:0;border-radius:10px;padding:14px;font-weight:800;text-decoration:none}.adminApp{background:#f5f7fa;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.adminSidebar{color:#fff;background:#111827;flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.adminLogo{align-items:center;gap:11px;display:flex}.adminLogo>span{color:#fff;background:#2563eb;border-radius:10px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.adminLogo strong,.adminLogo small{display:block}.adminLogo small{color:#9ca3af;margin-top:2px}.adminSidebar nav{flex-direction:column;gap:5px;margin-top:28px;display:flex}.adminSidebar nav button,.sidebarFooter button,.sidebarFooter a{color:#c9d1dc;text-align:left;background:0 0;border:0;border-radius:8px;padding:10px 12px;text-decoration:none}.adminSidebar nav button:hover,.adminSidebar nav button.active,.sidebarFooter a:hover,.sidebarFooter button:hover{color:#fff;background:#253047}.sidebarFooter{border-top:1px solid #2e394b;flex-direction:column;margin-top:auto;padding-top:14px;display:flex}.adminWorkspace{min-width:0}.adminTop{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 28px;display:flex}.adminTop b,.adminTop span{display:block}.adminTop span{color:#7b8494;margin-top:2px;font-size:12px}.branchBadge{background:#eef4ff;border-radius:999px;padding:7px 10px;color:#1d4ed8!important}.adminContent{max-width:1280px;margin:0 auto;padding:28px}.panelIntro{margin-bottom:20px}.panelIntro h2{margin:0 0 5px;font-size:27px}.panelIntro p{color:#697386;margin:0}.adminCard{background:#fff;border:1px solid #e2e6ec;border-radius:14px;margin-bottom:20px;padding:22px}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.formGrid label,.editorLabel,.loginCard label{color:#344054;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.formGrid input,.formGrid select,.formGrid textarea,.loginCard input{background:#fff;border:1px solid #cfd5de;border-radius:8px;width:100%;min-height:42px;padding:10px 11px}.formGrid textarea{resize:vertical;min-height:95px}.span2{grid-column:1/-1}.checkLabel{flex-direction:row!important;align-items:center!important}.checkLabel input{width:auto!important;min-height:0!important}.formActions{align-items:end;gap:10px;display:flex}.formActions button,.listRow button,.editorBtn,.previewClose{background:#fff;border:1px solid #d0d5dd;border-radius:7px;padding:8px 10px}.primaryBtn{border-radius:8px;padding:11px 15px;font-weight:800;color:#fff!important;background:#2563eb!important;border:0!important}.danger{color:#b42318!important}.itemList{flex-direction:column;gap:9px;display:flex}.listRow{background:#fff;border:1px solid #e2e6ec;border-radius:11px;justify-content:space-between;align-items:center;gap:15px;padding:13px 15px;display:flex}.listRow strong,.listRow small{display:block}.listRow small{color:#7a8492;margin-top:4px}.listRow>div:last-child{gap:6px;display:flex}.statGrid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.statCard{background:#fff;border:1px solid #e2e6ec;border-radius:12px;padding:18px}.statCard span{color:#667085;display:block}.statCard strong{margin-top:8px;font-size:32px;display:block}.notice{border-radius:9px;margin:16px 28px 0;padding:11px 14px}.notice.success{color:#067647;background:#ecfdf3}.notice.error{color:#b42318;background:#fef3f2}.colorField{grid-template-columns:48px 1fr;gap:8px;display:grid}.colorField input[type=color]{padding:2px}.richEditor{background:#fff;border:1px solid #cfd5de;border-radius:10px;margin-top:7px;overflow:hidden}.editorToolbar{background:#f7f8fa;border-bottom:1px solid #e4e7ec;flex-wrap:wrap;gap:5px;padding:8px;display:flex}.editorToolbar select{border:1px solid #d0d5dd;border-radius:6px;padding:6px}.editorBtn{padding:6px 8px}.editorBtn.active{color:#1246a3;background:#e7efff;border-color:#7aa7ff}.editorColor{border:1px solid #d0d5dd;border-radius:6px;align-items:center;padding:3px 6px;flex-direction:row!important;gap:4px!important;display:flex!important}.editorColor input{border:0;width:26px;height:24px;padding:0}.ProseMirror{outline:none;min-height:260px;padding:18px;line-height:1.6}.sourceEditor{border:0;width:100%;min-height:300px;padding:15px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.editorLabel{margin-top:20px}.codeArea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;min-height:160px!important}.adminLoading{place-items:center;min-height:100vh;display:grid}.loginPage{background:#f4f6f8;place-items:center;min-height:100vh;padding:20px;display:grid}.loginCard{background:#fff;border:1px solid #e1e5eb;border-radius:16px;flex-direction:column;gap:16px;width:min(430px,100%);padding:28px;display:flex;box-shadow:0 20px 60px #15202b14}.loginCard h1{margin:10px 0 0}.loginCard p{color:#667085;margin:0}.previewWrap{position:relative}.previewClose{z-index:10000;position:fixed;top:18px;right:18px}.previewWrap .ageGate{display:grid!important}@media (max-width:900px){.adminApp{grid-template-columns:1fr}.adminSidebar{height:auto;position:relative}.adminSidebar nav{grid-template-columns:repeat(2,1fr);display:grid}.sidebarFooter{margin-top:20px}.formGrid,.statGrid{grid-template-columns:1fr}.span2{grid-column:auto}.headerInner{flex-direction:column;align-items:flex-start}.demoGrid{grid-template-columns:1fr}.style-hero .demoCard:first-child{grid-area:auto}.style-horizontal .demoCard{grid-template-columns:1fr}.listRow{flex-direction:column;align-items:flex-start}.listRow>div:last-child{flex-wrap:wrap}}@media (max-width:600px){.portalInner{width:min(var(--portal-width),calc(100% - 20px))}.portalHeader nav{gap:10px}.newsSection{padding:16px}.sectionHeading{flex-direction:column;align-items:flex-start}.adminContent{padding:18px}.adminTop{padding:0 18px}.adminSidebar nav{grid-template-columns:1fr 1fr}.ageActions{grid-template-columns:1fr}}.portalPagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:30px 0 4px;display:flex}.portalPagination a{border-radius:9px;justify-content:center;align-items:center;min-width:42px;height:42px;padding:0 12px;font-weight:750;text-decoration:none;transition:all .15s;display:inline-flex}.portalPagination .paginationUnit{align-items:center;gap:8px;display:inline-flex}.portalPagination .paginationEllipsis{color:var(--portal-muted);padding:0 3px}.portalPagination a.disabled{pointer-events:none;opacity:.4}.pagination-block a{background:var(--portal-surface);border:1px solid var(--portal-border);color:var(--portal-text)}.pagination-block a.active{background:var(--portal-accent);border-color:var(--portal-accent);color:#fff}.pagination-ghost a{color:var(--portal-text);background:0 0;border:1px solid #0000}.pagination-ghost a:hover{border-color:var(--portal-border);background:var(--portal-surface)}.pagination-ghost a.active{border-color:var(--portal-accent);color:var(--portal-accent);background:0 0}@media (max-width:600px){.portalPagination{gap:5px}.portalPagination a{min-width:38px;height:38px;padding:0 9px}.portalPagination>a:first-child,.portalPagination>a:last-child{width:100%;margin:2px 0}}.portalPagination .paginationBlock{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.pagination-ghost .primaryBlock a,.pagination-ghost>a{background:var(--portal-surface);border:1px solid var(--portal-border);color:var(--portal-text)}.pagination-ghost .ghostBlock a:hover{color:var(--portal-text);border-color:var(--portal-border);background:var(--portal-surface)}.paginationGhostSeparator{color:var(--portal-muted);padding:0 2px}.adminNavGroup{flex-direction:column;gap:5px;display:flex}.adminNavGroup+.adminNavGroup{margin-top:15px}.adminNavGroupTitle{color:#778297;letter-spacing:.12em;text-transform:uppercase;padding:0 12px 4px;font-size:10px;font-weight:850}.pagination-ghost{flex-direction:column;gap:9px}.paginationGhostControls{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.paginationGhostNumbers{flex-direction:column;align-items:center;gap:7px;width:100%;display:flex}.paginationGhostRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.pagination-ghost .paginationGhostRow a{min-width:42px;height:42px}.pagination-ghost .primaryBlock a{background:var(--portal-surface);border:1px solid var(--portal-border);color:var(--portal-text)}.pagination-ghost .primaryBlock a.active{background:var(--portal-accent);border-color:var(--portal-accent);color:#fff}.pagination-ghost .ghostBlock a{color:#8d96a5;background:0 0;border:1px solid #d9dee7;font-weight:650}.pagination-ghost .ghostBlock a:hover{background:var(--portal-surface);border-color:var(--portal-border);color:var(--portal-text)}.pagination-ghost .paginationGhostControls a{background:var(--portal-surface);border:1px solid var(--portal-border);color:var(--portal-text)}.contentBlock{min-height:1px;display:block;position:relative;overflow:hidden}.contentBlock h2,.contentBlock .prose>:first-child{margin-top:0}.contentBlock .prose>:last-child{margin-bottom:0}.orderConflictWarning{color:#8a4b08;background:#fff4e5;border:1px solid #f6c978;border-radius:8px;margin:10px 0;padding:10px 12px;font-size:13px;font-weight:700}.pageSelectorCard{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:14px;display:grid}.pageSelectorCard label{flex-direction:column;gap:7px;font-size:13px;font-weight:750;display:flex}.pageSelectorCard select{background:#fff;border:1px solid #cfd5de;border-radius:8px;min-height:44px;padding:8px 10px}.pageSummaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0 0;display:grid}.pageSummaryGrid>div{background:#fafbfc;border:1px solid #e4e7ec;border-radius:9px;padding:12px}.pageSummaryGrid span,.pageSummaryGrid strong{display:block}.pageSummaryGrid span{color:#667085;font-size:11px}.pageSummaryGrid strong{margin-top:3px}.pageBlockList{flex-direction:column;gap:7px;margin-top:10px;display:flex}.pageBlockItem{background:#fff;border:1px solid #e4e7ec;border-radius:8px;justify-content:space-between;gap:10px;padding:10px 12px;display:flex}.pageBlockItem small{color:#667085}@media (max-width:700px){.pageSelectorCard,.pageSummaryGrid{grid-template-columns:1fr}.pagination-ghost .paginationGhostRow a{min-width:36px;height:36px;padding:0 7px}}.pagination-ghost .ghostBlockRows{flex-direction:column;gap:10px;width:100%;display:flex}.pagination-ghost .ghostBlockRow{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px;display:grid}.pagination-ghost .ghostBlockLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--portal-muted);text-align:right;font-size:11px;font-weight:850}.pagination-ghost .ghostBlockLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.pagination-ghost .ghostBlockLinks a,.pagination-ghost .ghostBlockLinks .currentPage{border-radius:9px;justify-content:center;align-items:center;min-width:42px;height:42px;padding:0 10px;font-weight:750;text-decoration:none;display:inline-flex}.pagination-ghost .blockSelectors a{background:var(--portal-surface);border:1px solid var(--portal-border);color:var(--portal-text)}.pagination-ghost .blockSelectors a.active{background:var(--portal-accent);border-color:var(--portal-accent);color:#fff}.pagination-ghost .pageSelectors a,.pagination-ghost .pageSelectors .currentPage{color:var(--portal-text);background:0 0;border:1px solid #d9dee7}.pagination-ghost .pageSelectors .currentPage{background:var(--portal-accent);border-color:var(--portal-accent);color:#fff}.pagination-block .currentPage{background:var(--portal-accent);border:1px solid var(--portal-accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:42px;height:42px;padding:0 12px;font-weight:750;display:inline-flex}@media (max-width:600px){.pagination-ghost .ghostBlockRow{grid-template-columns:1fr}.pagination-ghost .ghostBlockLabel{text-align:center}.pagination-ghost .ghostBlockLinks a,.pagination-ghost .ghostBlockLinks .currentPage{min-width:36px;height:36px;padding:0 7px}}.pagination-ghost .ghostBlockRow{justify-content:center;align-items:center;width:100%;display:flex}.pagination-ghost .ghostBlockLabel{display:none}.pagination-ghost .ghostBlockLinks{justify-content:center;width:auto;max-width:100%}
.presetGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.presetCard{text-align:left;background:#fff;border:1px solid #d8dee8;border-radius:10px;padding:13px}.presetCard:hover{border-color:#8db3ff;box-shadow:0 0 0 3px #edf4ff}.presetCard strong{margin-bottom:10px;display:block}.presetCard span{gap:5px;display:flex}.presetCard i{border:1px solid #0000001f;border-radius:50%;width:24px;height:24px}.brandLink{color:inherit;text-decoration:none}.portalLogo{width:auto;max-width:240px;height:auto;max-height:72px;display:block}.emptyState{border:1px dashed var(--portal-border);border-radius:var(--portal-radius);color:var(--portal-muted);padding:30px}.emptyState strong{color:var(--portal-text);font-size:20px}.emptyState p{margin-bottom:0}.newsCard h3 a{color:var(--portal-text);text-decoration:none}.newsCard h3 a:hover,.readMoreLink,.articleBreadcrumb a{color:var(--portal-accent)}.readMoreLink{margin-top:4px;font-weight:750;text-decoration:none;display:inline-block}.newsImageLink{background:#e5e7eb;display:block;overflow:hidden}.newsImageLink img{object-fit:cover;width:100%;height:100%;display:block}.newsImageLink.size-small{height:90px}.newsImageLink.size-medium{height:170px}.newsImageLink.size-large{height:280px}.style-hero .newsCard:first-child .newsImageLink{height:360px}.style-horizontal .newsImageLink{height:100%;min-height:150px}.style-compact .newsCard{grid-template-columns:150px 1fr;display:grid}.style-compact .newsImageLink{height:100%;min-height:105px}.style-text .newsImageLink{display:none}.style-text .newsCard p{margin-bottom:8px}.articlePage{padding:38px 0 80px}.articleSurface{background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:var(--portal-radius);max-width:900px;margin:0 auto;padding:clamp(22px,5vw,56px)}.articleBreadcrumb{color:var(--portal-muted);margin-bottom:18px;font-size:14px}.articleBreadcrumb a{text-decoration:none}.articleSurface h1{letter-spacing:-.035em;margin:0 0 15px;font-size:clamp(34px,5vw,58px);line-height:1.07}.articleByline{color:var(--portal-muted);margin-bottom:28px}.articleHero{object-fit:cover;border-radius:var(--portal-radius);width:100%;height:auto;max-height:560px;margin:0 0 28px;display:block}.articleSummary{margin:0 0 28px;font-size:20px;line-height:1.7}.sourceCta{background:var(--portal-accent);color:#fff;border-radius:9px;padding:13px 17px;font-weight:800;text-decoration:none;display:inline-block}.sourceRow{align-items:flex-start}.sourceRow>div:first-child{min-width:0}.sourceRow small{word-break:break-word}.errorText{color:#b42318!important}.inlineNotice{margin:0 0 18px}.dashboardStats{grid-template-columns:repeat(3,1fr)}.adReserved{background:0 0;width:100%}.adStickyShell{z-index:8000;background:#fff;border:1px solid #d6dbe3;border-radius:12px;width:min(970px,100% - 24px);padding:6px;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 16px 60px #00000038}.adStickyShell .adSlot{margin:0}.adClose{z-index:2;color:#111;background:#fff;border:1px solid #cbd2dc;border-radius:50%;place-items:center;width:30px;height:30px;font-size:20px;line-height:1;display:grid;position:absolute;top:-11px;right:-9px;box-shadow:0 3px 12px #00000026}.adOverlay{z-index:8500;background:#000000ad;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.adOverlayPanel{background:#fff;border-radius:16px;width:min(960px,100%);max-height:calc(100vh - 48px);padding:12px;position:relative;overflow:auto;box-shadow:0 30px 100px #00000073}.adOverlayPanel .adSlot{margin:0}.adInterstitial .adOverlayPanel{place-items:center;width:min(1200px,100%);min-height:min(760px,100vh - 48px);display:grid}.adOverlay img,.adStickyShell img{max-width:100%;height:auto}.subTabs{gap:8px;margin:0 0 18px;display:flex}.subTabs button{background:#fff;border:1px solid #d5dbe5;border-radius:8px;padding:9px 13px}.subTabs button.active{color:#fff;background:#111827;border-color:#111827}.variantBLanding{background:var(--vb-bg);min-height:100vh;color:var(--vb-text)}.vbLandingInner{width:min(var(--vb-width),100%);margin:0 auto}.vbSsrSurface,.vbCsrSurface{gap:var(--vb-gap);flex-direction:column;display:flex}.vbGlobalMenu,.vbMenu{flex-wrap:wrap;align-items:center;gap:18px;padding:14px 20px;display:flex}.vbGlobalMenu{width:min(var(--vb-width),100%);margin:0 auto}.vbGlobalMenu a,.vbMenu a{color:inherit;font-weight:750;text-decoration:none}.vbContainer{color:#fff;background:#0b1418;grid-template-columns:1fr;display:grid;position:relative;overflow:hidden}.vbCopy{padding:clamp(20px,4vw,48px)}.vbCopy h2{margin:0 0 14px;font-size:clamp(30px,5vw,58px);line-height:1.05}.vbRichText{line-height:1.7}.vbRichText img{max-width:100%;height:auto}.vbRichText a{color:inherit}.vbImageArea{min-width:0;position:relative}.vbPicture,.vbImageForm,.vbImageButton{background:0 0;border:0;width:100%;height:100%;margin:0;padding:0;display:block}.vbImage{width:100%;height:var(--vb-desktop-height);object-fit:var(--vb-image-fit);object-position:var(--vb-image-position);display:block}.vb-image-preserve .vbImage{object-fit:contain;height:auto}.vb-image-separate .vbImage{height:var(--vb-desktop-height)}.vb-image_left,.vb-image_right{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.vb-image_right .vbImageArea{order:2}.vb-image_right .vbCopy{order:1}.vb-text_only .vbImageArea,.vb-image_only .vbCopy{display:none}.vbCtaRow,.vbTextLinks,.vbOverlayCtas{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vbCtaRow{padding:0 clamp(20px,4vw,48px) clamp(20px,4vw,48px)}.vbOverlayCtas{z-index:3;position:absolute;bottom:20px;left:20px;right:20px}.vbCta,.vbTextLink{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.vbCta{background:var(--vb-cta-bg);color:var(--vb-cta-text);border:0;border-radius:8px;padding:12px 17px;font-weight:800}.vbTextLink{color:inherit;text-underline-offset:3px;text-decoration:underline}.vbButtonReset,.vbWholeClickable,.vbImageButton{cursor:pointer}.vbFullBleed .vbLandingInner{width:100%}.vbFullBleed .vbContainer{border-radius:0}@media (max-width:900px){.presetGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardStats{grid-template-columns:repeat(2,1fr)}.style-compact .newsCard{grid-template-columns:120px 1fr}.vbImage{height:var(--vb-tablet-height)}.vb-image_left,.vb-image_right{grid-template-columns:1fr}.vb-image_right .vbImageArea,.vb-image_right .vbCopy{order:initial}}@media (max-width:520px){.presetGrid,.dashboardStats{grid-template-columns:1fr}.adOverlay{padding:14px}.adOverlayPanel{max-height:calc(100vh - 28px)}.portalLogo{max-width:190px;max-height:56px}.style-compact .newsCard{grid-template-columns:100px 1fr}.style-hero .newsCard:first-child .newsImageLink{height:240px}.newsImageLink.size-large{height:220px}.articleSummary{font-size:18px}.vbImage{height:var(--vb-mobile-height)}.vbCopy{padding:20px}.vbCtaRow{padding:0 20px 20px}.vbGlobalMenu,.vbMenu{gap:10px;padding:12px 14px}.subTabs{flex-wrap:wrap}}
.vbCopy,.vbCtaRow{width:min(var(--vb-width),calc(100% - 40px));margin-left:auto;margin-right:auto}.vbCopy .vbCtaRow{width:100%;margin:18px 0 0;padding:0}.vb-image_left .vbCopy,.vb-image_right .vbCopy{max-width:100%}.vbWidthAuto,.vbWidthFull{width:100%}.vbWidthContent{width:min(var(--vb-width),calc(100% - 40px));margin-left:auto;margin-right:auto}.vbWidthCustom{width:min(var(--vb-item-width),calc(100% - 40px));margin-left:auto;margin-right:auto}.vbGroup{gap:var(--vb-gap);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;margin-left:auto;margin-right:auto;display:grid}.vbGroupWidthAuto,.vbGroupWidthContent{width:min(var(--vb-width),calc(100% - 40px))}.vbGroupWidthFull{width:100%}.vbGroupWidthCustom{width:min(var(--vb-group-width),calc(100% - 40px))}.vbGroupChild{min-width:0}.vbGroupChild>.vbContainer{height:100%;width:100%!important;margin-left:0!important;margin-right:0!important}@media (max-width:640px){.vbGroup{grid-template-columns:1fr}.vbGroupWidthAuto,.vbGroupWidthContent,.vbGroupWidthCustom{width:calc(100% - 20px)}}@media (max-width:520px){.vbCopy,.vbCtaRow{width:calc(100% - 40px)}.vbWidthContent,.vbWidthCustom{width:calc(100% - 20px)}}.vbCtaRow,.vbOverlayCtas{justify-content:var(--vb-cta-justify,flex-start)}.vbCta,.vbButtonReset.vbCta{font-family:var(--vb-cta-font,inherit);font-size:var(--vb-cta-size,16px);font-weight:800;line-height:1.2}.vbGroup.vbAlignCtas .vbGroupChild>.vbContainer.vb-image_top,.vbGroup.vbAlignCtas .vbGroupChild>.vbContainer.vb-text_only{flex-direction:column;height:100%;display:flex}.vbGroup.vbAlignCtas .vbGroupChild>.vbContainer.vb-image_top>.vbCopy,.vbGroup.vbAlignCtas .vbGroupChild>.vbContainer.vb-text_only>.vbCopy{flex-direction:column;flex:1;display:flex}.vbGroup.vbAlignCtas .vbGroupChild>.vbContainer .vbCopy>.vbCtaRow{margin-top:auto}
.newsImageLink picture{width:100%;height:100%;display:block}.newsImageLink picture img{object-fit:cover;width:100%;height:100%;display:block}.articleSurface>picture,.articleSurface>picture .articleHero{width:100%;display:block}
.mediaStatus{flex-direction:column;gap:5px;display:flex}.mediaStatus.ok{border-left:4px solid #12b76a}.mediaStatus.bad{border-left:4px solid #f04438}.mediaStatus small{color:#667085;word-break:break-all}.mediaGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.mediaCard{background:#fff;border:1px solid #e2e6ec;border-radius:12px;overflow:hidden}.mediaCard>img{aspect-ratio:16/10;object-fit:cover;background:#eef1f5;width:100%;display:block}.mediaCard>div{padding:14px}.mediaCard strong,.mediaCard small{display:block}.mediaCard small{color:#667085;margin-top:4px}.mediaActions{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.mediaActions button,.mediaUploadInline button{background:#fff;border:1px solid #d0d5dd;border-radius:7px;padding:8px 10px}.mediaUploadInline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.mediaUploadInline small{display:block}@media (max-width:1000px){.mediaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.mediaGrid{grid-template-columns:1fr}}
.systemToolbar{justify-content:space-between;align-items:center;gap:18px;display:flex}.systemToolbar>div{flex-direction:column;gap:4px;display:flex}.systemToolbar small{color:#667085}.systemStats{grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0}.diagnosticList{gap:10px;margin-top:14px;display:grid}.diagnosticRow{background:#fff;border:1px solid #e4e7ec;border-radius:10px;grid-template-columns:86px 1fr;align-items:start;gap:12px;padding:13px;display:grid}.diagnosticRow>div{flex-direction:column;gap:3px;min-width:0;display:flex}.diagnosticRow small{word-break:break-word;color:#667085}.diagnosticBadge{letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;min-height:27px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.diagnostic-ok .diagnosticBadge{color:#027a48;background:#ecfdf3}.diagnostic-warning .diagnosticBadge{color:#b54708;background:#fffaeb}.diagnostic-error .diagnosticBadge{color:#b42318;background:#fef3f2}.diagnostic-ok{border-left:4px solid #12b76a}.diagnostic-warning{border-left:4px solid #f79009}.diagnostic-error{border-left:4px solid #f04438}.systemRuntime{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 24px;display:grid}.systemRuntime p{margin:7px 0}@media (max-width:800px){.systemToolbar{flex-direction:column;align-items:flex-start}.systemStats,.systemRuntime{grid-template-columns:1fr}.diagnosticRow{grid-template-columns:76px 1fr}}
.buttonLink{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.configTransferNotes{color:#475467;background:#f8fafc;border:1px solid #d8dee8;border-radius:9px;padding:14px}.configTransferNotes p{margin:0 0 8px;line-height:1.5}.configTransferNotes p:last-child{margin-bottom:0}
.portalHeader{--portal-logo-max-height:78px;--portal-logo-max-width:340px}.portalHeader.compact{--portal-logo-max-height:58px;--portal-logo-max-width:280px}.portalHeader.large{--portal-logo-max-height:96px;--portal-logo-max-width:420px}.portalBranding{flex-direction:column;flex:0 auto;align-items:flex-start;min-width:0;display:flex}.portalLogoLink{max-width:min(var(--portal-logo-max-width),46vw);max-height:var(--portal-logo-max-height);justify-content:flex-start;align-items:center;text-decoration:none;display:flex}.portalLogo{width:auto;max-width:100%;height:auto;max-height:var(--portal-logo-max-height);object-fit:contain;object-position:left center;display:block}.portalHeader nav{justify-content:flex-end;min-width:0;margin-left:auto}.brandAssetCard{background:#fbfcfd;border:1px solid #dfe4eb;border-radius:12px;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:14px;padding:16px;display:grid}.brandAssetPreview{background-image:linear-gradient(45deg,#f4f6f8 25%,#0000 25%),linear-gradient(-45deg,#f4f6f8 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#f4f6f8 75%),linear-gradient(-45deg,#0000 75%,#f4f6f8 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;border:1px dashed #cbd3df;border-radius:10px;justify-content:center;align-items:center;min-height:110px;padding:10px;display:flex}.brandAssetPreview span{color:#667085;text-align:center;font-size:12px}.logoPreview img{object-fit:contain;width:auto;max-width:128px;height:auto;max-height:96px;display:block}.faviconPreview{min-height:110px}.faviconPreview img{object-fit:contain;width:64px;height:64px}.brandAssetMeta{min-width:0}.brandAssetMeta strong,.brandAssetMeta small{display:block}.brandAssetMeta small{color:#667085;margin-top:5px;line-height:1.45}.brandFileInput{display:none}.brandAssetActions{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.brandAssetActions button{background:#fff;border:1px solid #d0d5dd;border-radius:8px;padding:9px 12px}.brandAssetActions button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:900px){.portalHeader{--portal-logo-max-height:68px;--portal-logo-max-width:300px}.portalHeader.compact{--portal-logo-max-height:54px;--portal-logo-max-width:260px}.portalHeader.large{--portal-logo-max-height:78px;--portal-logo-max-width:340px}.portalLogoLink{max-width:min(var(--portal-logo-max-width),80vw)}.portalHeader nav{justify-content:flex-start;width:100%;margin-left:0}}@media (max-width:600px){.portalHeader,.portalHeader.compact,.portalHeader.large{--portal-logo-max-height:56px;--portal-logo-max-width:230px}.portalHeader.standard{padding:16px 0}.portalHeader.large{padding:20px 0}.portalHeader.compact{padding:10px 0}.portalLogoLink{max-width:min(var(--portal-logo-max-width),86vw)}.portalHeader p{font-size:13px;line-height:1.35}.portalHeader nav{gap:9px 12px}.portalHeader nav a{font-size:14px}.brandAssetCard{grid-template-columns:1fr}.brandAssetPreview{min-height:100px}.brandAssetActions{grid-column:auto}}
.adminToastStack{z-index:20000;pointer-events:none;flex-direction:column;gap:10px;width:min(420px,100vw - 32px);display:flex;position:fixed;top:86px;right:22px}.adminToast{pointer-events:auto;background:#fff;border:1px solid #d0d5dd;border-radius:12px;grid-template-columns:28px 1fr 30px;align-items:center;gap:10px;padding:13px 12px;animation:.16s ease-out adminToastIn;display:grid;box-shadow:0 16px 45px #1018282e}.adminToast.success{color:#067647;background:#ecfdf3;border-color:#a6f4c5}.adminToast.error{color:#b42318;background:#fef3f2;border-color:#fecdca}.adminToast.info{color:#175cd3;background:#eff8ff;border-color:#b2ddff}.adminToastIcon{background:#ffffffbf;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.adminToastMessage{font-size:14px;font-weight:700;line-height:1.4}.adminToastClose{color:currentColor;opacity:.75;background:0 0;border:0;border-radius:6px;padding:2px 5px;font-size:23px;line-height:1}.adminToastClose:hover{opacity:1;background:#0000000f}@keyframes adminToastIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:600px){.adminToastStack{width:calc(100vw - 24px);top:12px;right:12px}}
.routingTwoColumn{grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:18px;display:grid}.routingInfoRail{flex-direction:column;gap:14px;display:flex;position:sticky;top:88px}.routingInfoRail .adminCard{margin-bottom:0;padding:18px}.routingInfoRail h3{margin:0 0 12px}.routingInfoRail ol{color:#475467;margin:0;padding-left:20px;line-height:1.9}.routingInfoRail p{color:#475467;line-height:1.55}.routingInfoRail small{color:#667085;line-height:1.45;display:block}.ipRoutingSection{overflow:hidden}.ipSubTabs{margin-top:4px}.routingLegacy .adminButton,.routingLegacy .ghostButton,.routingLegacy .dangerButton{cursor:pointer;border:0;border-radius:10px;padding:10px 14px;font-weight:800}.routingLegacy .adminButton{color:#fff;background:#111827}.routingLegacy .ghostButton{color:#111827;background:#eef2f7}.routingLegacy .dangerButton{color:#991b1b;background:#fee2e2}.routingLegacy .adminButton:disabled,.routingLegacy .ghostButton:disabled,.routingLegacy .dangerButton:disabled{opacity:.5;cursor:not-allowed}.routingLegacy .rowActions{flex-wrap:wrap;gap:8px;display:flex}.warningNotice{color:#9a3412;background:#fff7ed;border:1px solid #fdba74;border-radius:12px;margin:12px 0;padding:12px 14px}.countryRoutingLayout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:18px;display:grid}.countryRoutingMain{min-width:0}.countryRoutingSummary{background:#fbfcfe;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:1.2fr 1.2fr repeat(3,minmax(105px,.8fr)) auto;align-items:end;gap:10px;padding:14px;display:grid}.countryRoutingSummary label,.countryFilters label{flex-direction:column;gap:6px;font-size:.8rem;font-weight:800;display:flex}.countryRoutingSummary select,.countryFilters select,.countryFilters input{width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:10px 11px}.countryStat{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:64px;padding:10px 12px}.countryStat span,.countryStat small{color:#64748b;font-size:.72rem;display:block}.countryStat strong{font-size:1.5rem;line-height:1.1}.countryFilters{background:#fff;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:1.5fr 1fr 1fr;gap:10px;margin-top:12px;padding:14px;display:grid}.countryFiltersCompact{grid-template-columns:minmax(0,2fr) minmax(150px,.7fr)}.span3{grid-column:1/-1}.quickCountrySelect{flex-wrap:wrap;gap:8px;display:flex}.countryBulkBar{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:12px 14px;display:flex}.countrySelectionSummary{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.selectAllCountriesControl{color:#334155;cursor:pointer;align-items:center;gap:8px;font-size:.82rem;font-weight:800;display:flex}.selectAllCountriesControl input{width:16px;height:16px}.tableSortButton{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-weight:800;display:inline-flex}.tableSortButton span{color:#94a3b8;font-size:.72rem}.countryTableFilterRow th{background:#fff;padding-top:7px;padding-bottom:9px}.countryTableFilterRow select{color:#334155;width:100%;min-width:105px;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:6px 7px;font-size:.72rem}.countryPageButtons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;display:flex}.pageNumberButton,.pageNavButton{color:#334155;min-width:34px;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:8px;font-size:.78rem;font-weight:800}.pageNumberButton.active{color:#fff;background:#111827;border-color:#111827}.pageNumberButton:hover:not(.active),.pageNavButton:hover:not(:disabled){background:#f1f5f9}.pageNavButton:disabled{opacity:.4;cursor:not-allowed}.countryTableWrap{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-top:12px;overflow:auto}.countryTable{border-collapse:collapse;width:100%;min-width:760px}.countryTable th,.countryTable td{text-align:left;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:10px 12px;font-size:.84rem}.countryTable th{color:#334155;text-transform:none;z-index:1;background:#f8fafc;font-size:.75rem;position:sticky;top:0}.countryTable tr:last-child td{border-bottom:0}.countryTable input[type=checkbox]{width:16px;height:16px}.routeSelect{min-width:118px;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:7px 9px;font-weight:750}.routeA{color:#166534;background:#f0fdf4}.routeB{color:#1e40af;background:#eff6ff}.routedefault{color:#475569;background:#f8fafc}.routeBadge{border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:800;display:inline-block}.routeBadge.custom{color:#166534;background:#dcfce7}.routeBadge.inherited{color:#64748b;background:#f1f5f9}.emptyCountryState{text-align:center;color:#64748b;padding:24px}.countryPagination{color:#64748b;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;font-size:.8rem;display:flex}.pageIndicator{color:#334155;align-items:center;padding:0 8px;font-weight:800;display:flex}.countryRoutingSide{flex-direction:column;gap:12px;display:flex;position:sticky;top:86px}.routingInfoCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:15px}.routingInfoCard h3{margin:0 0 12px;font-size:1rem}.routingInfoCard p{margin:7px 0;font-size:.84rem}.routingInfoCard small{color:#64748b}.routingInfoCard ol{margin:0;padding-left:22px}.routingInfoCard li{color:#475569;padding:5px 0;font-size:.8rem}.blockSmall{overflow-wrap:anywhere;margin-top:8px;display:block}.finalRoute{color:#166534;background:#dcfce7;border-radius:9px;margin-top:12px;padding:8px 10px;display:inline-block}.ipTestResultGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ipTestResultGrid .routingInfoCard{background:#fbfcfe}.countryTable thead tr:nth-child(2) th{z-index:2;background:#fff;top:39px}.variantRedirectCard{background:#f8fbff;border:1px solid #d7e3ff;border-radius:12px;padding:18px}.variantRedirectHeading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.variantRedirectHeading h3{margin:0 0 5px}.variantRedirectHeading p{color:#667085;max-width:760px;margin:0;line-height:1.5}.switchCheck{white-space:nowrap;flex-direction:row!important;align-items:center!important;gap:8px!important;display:flex!important}.switchCheck input{height:18px;width:18px!important;min-height:auto!important}.variantRedirectFields{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);align-items:end;gap:16px;margin-top:16px;display:grid}.variantRedirectFields label{color:#344054;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.variantRedirectFields input[type=url]{background:#fff;border:1px solid #cfd5de;border-radius:8px;min-height:42px;padding:10px 11px}.variantRedirectFields input:disabled{color:#98a2b3;background:#f2f4f7}.variantRedirectCard>small{color:#667085;margin-top:12px;display:block}.classificationHeading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}.classificationHeading h3{margin:0 0 6px}.classificationHeading p{color:#667085;max-width:900px;margin:0;line-height:1.55}.classificationRuleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.classificationRuleGrid label{flex-direction:column;gap:6px;display:flex}.classificationRuleGrid small{color:#667085}.classificationRuleGrid textarea{resize:vertical;border:1px solid #d0d5dd;border-radius:9px;min-height:86px;padding:10px 11px}.classificationHelp{color:#475467;background:#f8fafc;border-radius:10px;margin:14px 0;padding:12px 14px;line-height:1.55}.advertisingTestCard h3{margin:0 0 8px}.advertisingTestCard p{color:#475467;margin:0 0 8px;line-height:1.6}.advertisingTestCard small{color:#667085}@media (max-width:1100px){.countryRoutingLayout{grid-template-columns:1fr}.countryRoutingSide{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:static}.countryRoutingSummary{grid-template-columns:repeat(2,minmax(0,1fr))}.countryStat{min-height:0}.countryRoutingSummary .adminButton{align-self:end}.countryFilters{grid-template-columns:1fr 1fr}.span3{grid-column:1/-1}.routingTwoColumn{grid-template-columns:1fr}.routingInfoRail{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:static}}@media (max-width:720px){.countryRoutingSummary,.countryFilters,.countryRoutingSide,.ipTestResultGrid,.classificationRuleGrid{grid-template-columns:1fr}.span3{grid-column:auto}.countryBulkBar,.countryPagination{flex-direction:column;align-items:flex-start}.countrySelectionSummary{flex-direction:column;align-items:flex-start;gap:8px}.countryBulkBar .rowActions{width:100%}.countryBulkBar .rowActions button{flex:1}.countryRoutingSide{display:flex}.quickCountrySelect button{flex:auto}.countryPageButtons{justify-content:flex-start}.pageNumberButton,.pageNavButton{min-width:32px;height:32px}.routingInfoRail,.variantRedirectFields{grid-template-columns:1fr}.variantRedirectHeading,.classificationHeading{flex-direction:column}}
.vbSubTabs{margin-bottom:14px}.vbLegacyCard h3{margin:0}.vbHeightControl{grid-template-columns:minmax(94px,.8fr) minmax(100px,1fr) minmax(68px,.55fr);align-items:center;gap:8px;display:grid}.vbHeightControl select,.vbHeightControl input{min-width:0}.vbHeightControl input:disabled,.vbHeightControl select:disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.vbResponsivePreview{background:#f8fafc;border:1px solid #dfe4ec;border-radius:12px;padding:12px;overflow:hidden}.vbResponsivePreview picture{display:block}.vbResponsivePreview img{object-fit:contain;background:#eef1f5;border-radius:8px;width:min(100%,620px);height:auto;max-height:360px;display:block}.vbEditingMode{box-shadow:0 0 0 4px #f59e0b14;border:2px solid #f59e0b!important}.vbEditBanner{color:#9a3412;letter-spacing:.01em;background:#fff7ed;border:1px solid #fdba74;border-radius:10px;padding:10px 12px;font-weight:850}.vbEditingItem{background:#fffbeb;border-color:#f59e0b!important}.vbEditActive{color:#111827!important;background:#f59e0b!important;border-color:#f59e0b!important}.vbCtaEditor{border-top:1px solid #dfe4ec;flex-direction:column;gap:4px;margin-top:6px;padding-top:16px;display:flex}.vbCtaEditor small{color:#667085;font-weight:500}.vbAdvancedSettings{background:#fafbfc;border:1px solid #e2e7ee;border-radius:10px;padding:12px 14px}.vbAdvancedSettings summary{cursor:pointer;font-weight:750}.vbAdvancedGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.vbContainerList{margin-top:14px}.vbLegacyCard .mediaUploadInline{align-items:flex-start}.vbLegacyCard .fieldHelp{margin-top:5px;display:block}@media (max-width:760px){.vbHeightControl{grid-template-columns:1fr 1fr 72px}.vbAdvancedGrid{grid-template-columns:1fr}.vbLegacyCard .span2{grid-column:1/-1}}.vbGroupChildEditor{background:#f8fafc;border:1px solid #dfe4ec;border-radius:12px;gap:10px;padding:14px;display:grid}.vbGroupChildEditor strong{font-size:.95rem}@media (max-width:760px){.vbGroupChildEditor{grid-column:1/-1}}.vbTemplateContext{grid-template-columns:minmax(280px,1fr) minmax(220px,.8fr) auto;align-items:end;gap:14px;margin-bottom:14px;display:grid}.vbTemplateContext label{margin:0}.vbTemplateContext>div{flex-direction:column;gap:4px;display:flex}.vbTemplateContext code{color:#0f4c81;font-size:1rem;font-weight:800}.vbTemplateContext small{color:#667085}.vbCtaStyleGrid{background:#fafbfc;border:1px solid #e2e7ee;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:14px;display:grid}@media (max-width:760px){.vbTemplateContext,.vbCtaStyleGrid{grid-template-columns:1fr}}
.adSlot{width:100%;max-width:100%;overflow:hidden}.adBannerLink,.adBannerPicture{width:100%;max-width:100%;text-decoration:none;display:block}.adBannerImage{object-fit:contain;width:100%;max-width:100%;height:auto;display:block}.ad-inline{width:100%;margin-inline:auto}.adStickyShell .adBannerImage,.adOverlayPanel .adBannerImage{object-fit:contain;width:100%;height:auto;max-height:calc(100vh - 80px)}.adAdminPreview{background:#f8fafc;border:1px solid #d9e0ea;border-radius:10px;gap:10px;padding:14px;display:grid}.adAdminPreview>a{background:#eef2f6;border-radius:8px;width:100%;display:block;overflow:hidden}.adAdminPreview img{width:100%;max-width:100%;height:auto;display:block}.adAdminPreview strong{font-size:14px}@media (max-width:900px){.adStickyShell{width:calc(100% - 16px);bottom:8px}.adOverlay{padding:16px}.adOverlayPanel{width:100%}}@media (max-width:520px){.adSlot{border-radius:0}.adOverlay{padding:10px}.adOverlayPanel{padding:8px}.adStickyShell{width:auto;left:8px;right:8px;transform:none}.adBannerImage{width:100%;height:auto}}
