.pbc-alert-bar{position:fixed;top:0;left:0;right:0;width:100%;background:#002554;color:#fff;font-family:var(--font-primary,"Roboto",system-ui,sans-serif);z-index:110}.pbc-alert-bar[hidden]{display:none}.pbc-alert-bar__inner{position:relative;display:flex;align-items:center;gap:14px;max-width:1440px;margin:0 auto;padding:12px 56px 12px 20px}.pbc-alert-bar__icon{flex-shrink:0;width:22px;height:22px;color:#fff;opacity:.9}.pbc-alert-bar__text{margin:0;font-size:13px;line-height:1.45;color:#fff;flex:1}.pbc-alert-bar__close{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:32px;height:32px;flex-shrink:0;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#fff;border:none;border-radius:50%;aspect-ratio:1 / 1;cursor:pointer;opacity:.8;transition:background 0.2s ease,opacity 0.2s ease}.pbc-alert-bar__close:hover{background:rgba(255,255,255,.15);opacity:1}.pbc-alert-bar__close svg{width:16px;height:16px}body.has-pbc-alert .pbc-header:not(.pbc-header--solid),body.has-pbc-alert .pbc-header-sticky,body.has-pbc-alert .pbc-header-mobile{top:calc(var(--pbc-alert-bar-h, 48px) - 1px)!important}body.has-pbc-alert .pbc-header--solid{margin-top:calc(var(--pbc-alert-bar-h, 48px) - 1px)!important}@media (max-width:1024px){body.pbc-has-header-bg.has-pbc-alert{padding-top:calc(64px + var(--pbc-alert-bar-h, 48px))!important}}@media (max-width:768px){.pbc-alert-bar__inner{padding:8px 40px 8px 12px;gap:8px}.pbc-alert-bar__icon{width:16px;height:16px}.pbc-alert-bar__text{font-size:11px;line-height:1.35}.pbc-alert-bar__close{right:6px;width:26px;height:26px}.pbc-alert-bar__close svg{width:14px;height:14px}}