.vg-events-wrap, .vg-featured-event, .vg-single-event { box-sizing: border-box; font-family: inherit; }
.vg-events-filter { display: grid; grid-template-columns: 1fr 220px auto; gap: 12px; margin: 0 0 28px; }
.vg-events-filter input, .vg-events-filter select { width: 100%; padding: 13px 14px; border: 1px solid #ddd; border-radius: 12px; font-size: 15px; }
.vg-events-filter button, .vg-event-btn { border: 0; border-radius: 999px; padding: 13px 22px; background: #111; color: #fff !important; text-decoration: none !important; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; line-height: 1; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.vg-events-filter button:hover, .vg-event-btn:hover { transform: translateY(-1px); opacity: .9; }
.vg-events-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vg-event-card { background: #fff; border: 1px solid #eee; border-radius: 22px; overflow: hidden; box-shadow: 0 14px 35px rgba(0,0,0,.07); }
.vg-event-image { min-height: 230px; background: #f1f1f1 center/cover no-repeat; display: block; position: relative; text-decoration: none; }
.vg-event-image span { color: #777; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.vg-event-status { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.92); color: #111; border-radius: 999px; padding: 8px 12px; font-size: 12px; }
.vg-event-past { opacity: .72; }
.vg-event-content { padding: 22px; }
.vg-event-date { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: #666; }
.vg-event-content h3 { margin: 0 0 12px; font-size: 23px; line-height: 1.15; }
.vg-event-content h3 a { color: inherit; text-decoration: none; }
.vg-event-location, .vg-event-price { margin: 0 0 10px; color: #555; }
.vg-event-price { font-weight: 800; color: #111; }
.vg-event-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.vg-event-btn-secondary { background: #f2f2f2; color: #111 !important; }
.vg-event-btn-light { background: #fff; color: #111 !important; }
.vg-events-empty { padding: 30px; background: #f7f7f7; border-radius: 16px; }
.vg-featured-event { min-height: 480px; border-radius: 28px; background: #111 center/cover no-repeat; color: #fff; padding: 60px; display: flex; align-items: flex-end; margin-bottom: 36px; overflow: hidden; }
.vg-featured-inner { max-width: 760px; }
.vg-featured-kicker { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; opacity: .8; }
.vg-featured-event h2 { color: #fff; font-size: clamp(36px, 6vw, 72px); line-height: .96; margin: 0 0 18px; }
.vg-featured-event p { font-size: 18px; margin: 0 0 8px; }
.vg-single-event { max-width: 1120px; margin: 40px auto; padding: 0 20px; }
.vg-single-hero { border-radius: 28px; min-height: 460px; background: #111 center/cover no-repeat; display: flex; align-items: flex-end; overflow: hidden; color: #fff; padding: 44px; position: relative; }
.vg-single-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.1)); }
.vg-single-hero-content { position: relative; z-index: 2; max-width: 820px; }
.vg-single-hero h1 { color: #fff; font-size: clamp(36px, 6vw, 70px); line-height: .98; margin: 0; }
.vg-single-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 24px 0; }
.vg-single-meta div { background: #f7f7f7; border-radius: 18px; padding: 18px; }
.vg-single-meta strong { display: block; margin-bottom: 6px; color: #111; }
.vg-single-body { font-size: 18px; line-height: 1.7; margin-top: 30px; }
@media (max-width: 900px) { .vg-events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vg-single-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .vg-events-filter { grid-template-columns: 1fr; } .vg-events-grid { grid-template-columns: 1fr; } .vg-featured-event { padding: 30px; min-height: 380px; border-radius: 20px; } .vg-single-hero { padding: 28px; min-height: 360px; border-radius: 20px; } .vg-single-meta { grid-template-columns: 1fr; } }
