/* "Events and Adventures" popup — brand black/white/gold. Mirrors the finder overlay so the two
   popups feel like one system. The event cards inside reuse the shared .agt-widget styles from agt.css. */
.agt-events-overlay{position:fixed;inset:0;background:rgba(15,15,15,.55);z-index:99999;display:flex;align-items:flex-start;justify-content:center;padding:5vh 16px;overflow-y:auto;}
.agt-events-overlay[hidden]{display:none;}
.agt-events-modal{position:relative;background:#fff;color:#1a1a1a;max-width:1000px;width:100%;border-radius:14px;padding:26px 26px 30px;box-shadow:0 18px 60px rgba(0,0,0,.3);font-family:inherit;}
.agt-events-close{position:absolute;top:12px;right:14px;border:0;background:transparent;font-size:26px;line-height:1;color:#888;cursor:pointer;}
.agt-events-close:hover{color:#111;}
.agt-events-title{margin:0 0 4px;font-size:24px;font-family:Georgia,serif;}
.agt-events-sub{margin:0 0 18px;color:#666;font-size:14px;}
.agt-events-modal .agt-widget{max-width:none;margin:0;}
@media (max-width:600px){.agt-events-modal{padding:22px 16px 26px;}}
