:root{--lmg-fraud-alert-h:0px;--lmg-fraud-alert-red:#2d3643;--lmg-fraud-alert-red-dark:#7a1319;--lmg-fraud-alert-amber:#ffc857}.lmg-fraud-alert{position:fixed;top:0;left:0;right:0;z-index:9998;background:var(--lmg-fraud-alert-red);color:#fff;border-bottom:3px solid var(--lmg-fraud-alert-red-dark);box-shadow:0 10px 30px -12px rgba(0,0,0,.6);font-family:Figtree,sans-serif;transform:translateY(-100%);transition:transform .55s cubic-bezier(.16,1,.3,1)}.lmg-fraud-alert[hidden]{display:none !important}.lmg-fraud-alert.is-open{transform:translateY(0)}.lmg-fraud-alert__inner{width:1200px;max-width:100%;margin:0 auto;padding:1.15rem 3.5rem 1.15rem 1.25rem;display:flex;align-items:flex-start;gap:1rem;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.lmg-fraud-alert__icon{flex:0 0 auto;color:var(--lmg-fraud-alert-amber);font-size:1.75rem;line-height:1.15}.lmg-fraud-alert__body{flex:1 1 auto;min-width:0}.lmg-fraud-alert__title{margin:0 0 .3rem;font-family:Figtree,sans-serif;font-size:.95rem;font-weight:800;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:#fff}.lmg-fraud-alert__title:after{display:none !important}.lmg-fraud-alert__message{margin:0;font-size:.9rem;line-height:1.55;color:#fff}.lmg-fraud-alert__message a{color:#fff;text-decoration:underline;text-underline-offset:2px}.lmg-fraud-alert__message a:hover,.lmg-fraud-alert__message a:focus{color:var(--lmg-fraud-alert-amber)}.lmg-fraud-alert__close{position:absolute;top:.4rem;right:.4rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;margin:0;background:0 0;border:0;border-radius:2px;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;transition:background .2s,color .2s}.lmg-fraud-alert__close:hover{background:rgba(255,255,255,.18);color:#fff}.lmg-fraud-alert__close:focus-visible{outline:2px solid #fff;outline-offset:2px}html body.lmg-fraud-alert-open .site-header{top:var(--lmg-fraud-alert-h,0px);transition:all .5s,top .55s cubic-bezier(.16,1,.3,1)}@media screen and (max-width:63.9375em){body.lmg-fraud-alert-open{padding-top:var(--lmg-fraud-alert-h,0px)}.lmg-fraud-alert__inner{padding:1rem 3rem 1rem 1rem;gap:.75rem;max-height:50vh}.lmg-fraud-alert__icon{font-size:1.4rem}.lmg-fraud-alert__title{font-size:.8rem}.lmg-fraud-alert__message{font-size:.8rem;line-height:1.5}}@media (prefers-reduced-motion:reduce){.lmg-fraud-alert,html body.lmg-fraud-alert-open .site-header{transition:none}}