.event-popup{position:fixed;z-index:900;right:24px;bottom:24px;width:350px;max-width:calc(100vw - 32px);padding:24px;background:#fff;color:#101616;border:1px solid #d8dfdf;border-top:4px solid #00f9ff;font-family:inherit;box-sizing:border-box;max-height:calc(100dvh - 48px);overflow:auto;text-align:left}
.event-popup .event-popup-logo{display:block;width:112px;height:44px;object-fit:contain;object-position:left center;margin:0 0 16px}
.event-popup h2{font-size:25px;line-height:1.15;margin:0 0 10px;letter-spacing:-.5px;color:#101616}
.event-popup p{font-size:15px;line-height:1.5;margin:0 0 18px;color:#3e4d4d}
.event-popup .event-popup-date{font-size:14px;font-weight:600;margin-bottom:12px;color:#101616}
.event-popup .event-popup-close{position:absolute;right:8px;top:8px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:#101616;font-size:28px;cursor:pointer}
.event-popup .event-popup-cta{display:block;padding:13px 14px;background:#00f9ff;color:#101616;font-size:15px;font-weight:600;text-decoration:none;text-align:center;border:0}
.event-popup a:focus-visible,.event-popup button:focus-visible{outline:3px solid #101616;outline-offset:3px}
@media(max-width:600px){.event-popup{right:16px;bottom:max(16px,env(safe-area-inset-bottom));width:330px;padding:18px}.event-popup .event-popup-logo{height:30px;width:90px;margin-bottom:10px}.event-popup h2{font-size:22px}.event-popup p{font-size:14px;margin-bottom:12px}}

.event-popup .event-popup-more{display:block;color:#101616;font-size:13px;line-height:1.5;margin-top:15px;text-underline-offset:4px}
