html body .nsv-events-page-pro,
html body .nsv-events-page-pro *{box-sizing:border-box}
html body .nsv-events-page-pro{
	background:linear-gradient(180deg,#f8fafc 0%,#fff 45%,#f8fafc 100%);
	padding-bottom:80px;
}
html body .nsv-events-container{width:min(1120px,calc(100% - 32px));margin-inline:auto}
html body .nsv-events-hero{text-align:center;padding:66px 0 38px}
html body .nsv-events-kicker{display:inline-flex;padding:9px 18px;border-radius:999px;background:rgba(15,118,110,.10);color:#0f766e;font-weight:900;margin-bottom:18px}
html body .nsv-events-hero h1{margin:0 0 14px!important;color:#0f172a!important;font-size:clamp(34px,5vw,56px)!important;line-height:1.25!important;font-weight:950!important}
html body .nsv-events-hero p{max-width:760px;margin:0 auto;color:#64748b;font-size:18px;line-height:2}
html body .nsv-events-section{padding:18px 0 70px}
html body .nsv-events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:24px}
html body .nsv-event-card{overflow:hidden;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:30px;box-shadow:0 20px 54px rgba(15,23,42,.09);display:flex;flex-direction:column}
html body .nsv-event-gallery{position:relative;height:230px;background:#e2e8f0;overflow:hidden}
html body .nsv-event-gallery-track{height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}
html body .nsv-event-gallery-track::-webkit-scrollbar{display:none}
html body .nsv-event-gallery-track img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:center}
html body .nsv-event-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:64px;background:linear-gradient(135deg,#e0f2fe,#ccfbf1)}
html body .nsv-event-category{position:absolute;top:16px;right:16px;z-index:3;display:inline-flex;padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.92);color:#0f766e;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.12)}
html body .nsv-event-gallery-arrow{position:absolute;top:50%;z-index:4;width:34px;height:34px;border:1px solid rgba(15,23,42,.10);border-radius:999px;background:rgba(255,255,255,.82);backdrop-filter:blur(10px);color:#0f766e;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);box-shadow:0 10px 24px rgba(15,23,42,.12);cursor:pointer}
html body .nsv-event-gallery-prev{right:12px}
html body .nsv-event-gallery-next{left:12px}
html body .nsv-event-body{padding:26px;display:flex;flex-direction:column;flex:1}
html body .nsv-event-schedule{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
html body .nsv-event-schedule span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:13px;font-weight:800}
html body .nsv-event-card h2{margin:0 0 12px!important;color:#0f172a!important;font-size:24px!important;font-weight:950!important;line-height:1.45!important}
html body .nsv-event-card p{color:#475569!important;line-height:2!important;margin:0 0 18px!important}
html body .nsv-event-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:16px}
html body .nsv-event-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:14px;background:#0f766e;color:#fff!important;text-decoration:none!important;font-weight:900}
html body .nsv-event-button-outline{background:#f8fafc!important;color:#0f766e!important;border:1px solid rgba(15,118,110,.18)}
@media(max-width:640px){
	html body .nsv-events-grid{grid-template-columns:1fr}
	html body .nsv-event-gallery{height:220px}
}
