/* ══════════════════════════════════════════════════════
   EVENTS PAGE — Premium World-Class UX/UI Stylesheet
   OLDC, University of Delhi
══════════════════════════════════════════════════════ */

/* ── Hero Section ──────────────────────────────────── */
.events-hero {
    background: linear-gradient(135deg, #0d001f 0%, #2b0050 45%, #4f0071 80%, #16002c 100%);
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}

.events-hero-bg-orbs {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.orb-1 {
    width: 400px; height: 400px;
    background: rgba(255, 193, 7, 0.18);
    top: -120px; right: -80px;
    animation: float1 8s ease-in-out infinite;
}

.orb-2 {
    width: 300px; height: 300px;
    background: rgba(13, 202, 240, 0.12);
    bottom: -80px; left: -60px;
    animation: float2 10s ease-in-out infinite;
}

.orb-3 {
    width: 200px; height: 200px;
    background: rgba(168, 85, 247, 0.2);
    top: 50%; left: 40%;
    animation: float1 12s ease-in-out infinite reverse;
}

@keyframes float1 {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-24px) scale(1.06); }
}
@keyframes float2 {
    0%, 100% { transform: translateX(0) scale(1); }
    50% { transform: translateX(20px) scale(1.04); }
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 193, 7, 0.15);
    border: 1px solid rgba(255, 193, 7, 0.35);
    color: #ffc107;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
}

.hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 18px;
}

.hero-title-accent {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 580px;
    margin-bottom: 30px;
}

.hero-stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-stat-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 10px 18px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.hero-stat-pill > i {
    font-size: 1.3rem;
    color: #ffc107;
}

.hero-stat-pill > div { line-height: 1.2; }
.hero-stat-pill strong { display: block; color: #fff; font-size: 0.95rem; font-weight: 700; }
.hero-stat-pill span  { color: rgba(255,255,255,0.55); font-size: 0.72rem; }

.hero-calendar-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    padding: 36px 32px;
    text-align: center;
    backdrop-filter: blur(16px);
}

.hero-calendar-icon {
    width: 72px; height: 72px;
    background: rgba(255,193,7,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.8rem;
    color: #ffc107;
}

.hero-calendar-card h5 { color: #fff; font-family: 'Outfit', sans-serif; font-weight: 700; margin-bottom: 10px; }
.hero-calendar-card p  { color: rgba(255,255,255,0.6); font-size: 0.88rem; margin-bottom: 20px; line-height: 1.5; }

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    background: #ffc107;
    color: #1a0030;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-hero-outline:hover {
    background: #ffdd57;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,193,7,0.35);
    color: #1a0030;
}

/* ── Events Body ───────────────────────────────────── */
.events-body {
    background: #f8f5ff;
    min-height: 700px;
    padding: 56px 0 80px;
}

/* ── Spotlight ─────────────────────────────────────── */
.spotlight-wrapper { 
    margin-bottom: 48px; 
}

.spotlight-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.spotlight-badge {
    background: #dc3545;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
}

.spotlight-sub { 
    color: #6c757d; 
    font-size: 0.85rem; 
    font-weight: 500;
}

.spotlight-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(135deg, #16002c 0%, #2e0847 60%, #3e0c5c 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(22, 0, 44, 0.25);
    border: 1px solid rgba(255, 193, 7, 0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.spotlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(79,0,113,0.35);
}

.spotlight-img-col {
    position: relative;
    min-height: 340px;
    background: #0d001f;
}

.spotlight-img-col img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    display: block;
}

.spotlight-date-badge {
    position: absolute;
    top: 20px; 
    left: 20px;
    background: rgba(13, 0, 31, 0.88);
    border: 2px solid #ffc107;
    border-radius: 14px;
    padding: 8px 16px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.sdb-day  { 
    font-size: 1.7rem; 
    font-weight: 800; 
    color: #ffc107; 
    line-height: 1; 
    font-family: 'Outfit', sans-serif; 
}

.sdb-month { 
    font-size: 0.75rem; 
    font-weight: 700; 
    color: rgba(255,255,255,0.9); 
    text-transform: uppercase; 
    letter-spacing: 1.2px; 
    margin-top: 3px; 
}

.spotlight-mode-tag {
    position: absolute;
    bottom: 18px; 
    left: 18px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    display: inline-flex;
    align-items: center;
}

.spotlight-info-col {
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* CRITICAL: Prevents 100% child stretching */
    text-align: left;
}

.event-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffc107;
    color: #16002c;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 16px;
    width: fit-content;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.25);
}

.spotlight-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.25;
    text-align: left;
    width: 100%;
}

.spotlight-desc {
    color: rgba(255,255,255,0.75);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 22px;
    text-align: left;
    width: 100%;
}

.spotlight-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
    width: 100%;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}

.meta-item > i { 
    color: #ffc107; 
    font-size: 1rem;
    width: 16px; 
    text-align: center;
    flex-shrink: 0; 
}

.spotlight-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: auto;
}

.btn-details {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffc107;
    color: #16002c;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(255,193,7,0.3);
}

.btn-details:hover {
    background: #ffdd57;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,193,7,0.45);
    color: #16002c;
}

.btn-pdf {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    color: #ffffff;
    border-radius: 50px;
    padding: 11px 22px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-pdf:hover { 
    background: rgba(255,255,255,0.2); 
    color: #ffffff;
    border-color: rgba(255,255,255,0.4);
}

/* ── Mode Tag ──────────────────────────────────────── */
.mode-online { background: #0dcaf0; color: #000; }
.mode-hybrid { background: #ffc107; color: #000; }
.mode-campus { background: #4f0071; color: #fff; }

/* ── Filter Toolbar ────────────────────────────────── */
.filter-toolbar {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid rgba(79,0,113,0.1);
    border-radius: 20px;
    padding: 16px 22px;
    margin-bottom: 36px;
    box-shadow: 0 4px 20px rgba(79,0,113,0.06);
}

.filter-search {
    position: relative;
    flex: 1;
    min-width: 240px;
}

.filter-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 0.95rem;
}

.filter-search-input {
    width: 100%;
    padding: 10px 16px 10px 42px;
    border: 1.5px solid rgba(79,0,113,0.15);
    border-radius: 50px;
    font-size: 0.92rem;
    background: #fdfaff;
    transition: all 0.25s ease;
    outline: none;
}

.filter-search-input:focus { 
    border-color: #4f0071; 
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(79,0,113,0.08);
}

.filter-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1.5px solid rgba(79,0,113,0.2);
    background: transparent;
    color: #4a4a4a;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.filter-chip:hover { 
    border-color: #4f0071; 
    color: #4f0071; 
    background: rgba(79,0,113,0.04);
}

.filter-chip.active {
    background: #4f0071;
    border-color: #4f0071;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(79,0,113,0.25);
}

.filter-sort {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.filter-sort-label { 
    font-size: 0.85rem; 
    font-weight: 700; 
    color: #666; 
}

.filter-sort-select {
    border: 1.5px solid rgba(79,0,113,0.15);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 0.85rem;
    background: #fdfaff;
    cursor: pointer;
    outline: none;
    transition: border-color 0.25s;
    font-weight: 500;
}

.filter-sort-select:focus { border-color: #4f0071; }

/* ── Events Grid ───────────────────────────────────── */
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

@media (max-width: 992px) { .events-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .events-grid { grid-template-columns: 1fr; } }

/* ── Event Card ────────────────────────────────────── */
.ev-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(79,0,113,0.08);
    box-shadow: 0 4px 18px rgba(79,0,113,0.05);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ev-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(79,0,113,0.14);
    border-color: rgba(79,0,113,0.25);
}

.ev-img {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #16002c;
}

.ev-img img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ev-card:hover .ev-img img { transform: scale(1.06); }

.ev-date-pill {
    position: absolute;
    top: 14px; 
    left: 14px;
    background: rgba(22,0,44,0.88);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 6px 12px;
    text-align: center;
    backdrop-filter: blur(8px);
}

.evd-day { 
    display: block; 
    font-size: 1.35rem; 
    font-weight: 800; 
    color: #ffc107; 
    line-height: 1; 
    font-family: 'Outfit', sans-serif; 
}

.evd-mon { 
    display: block; 
    font-size: 0.68rem; 
    font-weight: 700; 
    color: rgba(255,255,255,0.85); 
    text-transform: uppercase; 
    margin-top: 2px; 
}

.ev-mode-tag {
    position: absolute;
    top: 14px; 
    right: 14px;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.ev-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ev-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ev-cat {
    font-size: 0.78rem;
    font-weight: 700;
    color: #4f0071;
    background: #f3e8ff;
    padding: 4px 12px;
    border-radius: 50px;
}

.ev-time { 
    font-size: 0.8rem; 
    color: #777; 
    font-weight: 500;
}

.ev-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #16002c;
    margin-bottom: 8px;
    line-height: 1.35;
}

.ev-desc {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.55;
    flex: 1;
    margin-bottom: 14px;
}

.ev-location, .ev-date-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    color: #555;
    margin-bottom: 6px;
}

.ev-location > i { color: #ffc107; font-size: 0.95rem; }
.ev-date-row > i { color: #0dcaf0; font-size: 0.95rem; }

.ev-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    margin-top: 10px;
    border-top: 1px solid rgba(79,0,113,0.08);
}

.ev-btn-view {
    flex: 1;
    background: transparent;
    border: 1.5px solid #4f0071;
    color: #4f0071;
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ev-btn-view:hover {
    background: #4f0071;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(79,0,113,0.25);
}

.ev-btn-pdf {
    width: 40px; 
    height: 40px;
    background: #fff5f5;
    border: 1px solid #fce4e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc3545;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.ev-btn-pdf:hover {
    background: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
}

/* ── No Results & Empty State ──────────────────────── */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(79,0,113,0.08);
    box-shadow: 0 4px 20px rgba(79,0,113,0.06);
    margin-top: 24px;
}

.no-results-icon {
    width: 80px; 
    height: 80px;
    background: #f3e8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.8rem;
    color: #4f0071;
}

.no-results h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #16002c; margin-bottom: 8px; }
.no-results p  { color: #888; margin-bottom: 20px; }

.btn-reset-filter {
    background: #4f0071;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 10px 26px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-reset-filter:hover { 
    background: #3b0054; 
    box-shadow: 0 6px 18px rgba(79,0,113,0.3); 
}

.empty-state {
    text-align: center;
    padding: 80px 20px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(79,0,113,0.08);
    box-shadow: 0 4px 20px rgba(79,0,113,0.06);
}

.empty-icon {
    width: 90px; 
    height: 90px;
    background: linear-gradient(135deg, #f3e8ff, #e9d5ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2.2rem;
    color: #4f0071;
}

.empty-state h3 { font-family: 'Outfit', sans-serif; font-weight: 800; color: #16002c; margin-bottom: 10px; }
.empty-state p  { color: #777; max-width: 480px; margin: 0 auto 24px; line-height: 1.6; }

.btn-empty-action {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #4f0071, #2e1065);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 0.92rem;
    transition: all 0.3s ease;
}

.btn-empty-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(79,0,113,0.35);
    color: #ffffff;
}

/* ── Modal Overlay ─────────────────────────────────── */
.ev-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}

.ev-modal-overlay.active { opacity: 1; pointer-events: all; }

/* ── Modal Panel ───────────────────────────────────── */
.ev-modal {
    position: fixed;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -48%) scale(0.96);
    z-index: 2100;
    width: 92%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.35);
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ev-modal.active {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
}

.ev-modal-close {
    position: absolute;
    top: 18px; 
    right: 18px;
    width: 36px; 
    height: 36px;
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    z-index: 10;
    font-size: 1rem;
    transition: background 0.2s ease;
}

.ev-modal-close:hover { background: rgba(255,255,255,0.3); }

.ev-modal-header {
    background: linear-gradient(135deg, #16002c, #4f0071);
    padding: 28px 28px 24px;
    border-radius: 24px 24px 0 0;
}

.ev-modal-cat-badge {
    display: inline-flex;
    align-items: center;
    background: #ffc107;
    color: #16002c;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ev-modal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.25;
    padding-right: 40px;
}

.ev-modal-img-wrap {
    height: 250px;
    overflow: hidden;
    background: #0d001f;
}

.ev-modal-img-wrap img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    display: block;
}

.ev-modal-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(79,0,113,0.08);
    border-top: 1px solid rgba(79,0,113,0.08);
    border-bottom: 1px solid rgba(79,0,113,0.08);
}

.ev-modal-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    background: #fdfaff;
}

.ev-modal-meta-item > i {
    color: #4f0071;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.ev-modal-meta-label { font-size: 0.75rem; color: #777; margin-bottom: 3px; }
.ev-modal-meta-value { font-size: 0.88rem; font-weight: 700; color: #16002c; }

.ev-modal-desc-section { padding: 24px 24px 0; }

.ev-modal-section-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #4f0071;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ev-modal-desc {
    font-size: 0.92rem;
    color: #444;
    line-height: 1.65;
    white-space: pre-line;
}

.ev-modal-attachment {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fffbf0;
    border: 1px solid rgba(255,193,7,0.4);
    border-radius: 14px;
    padding: 16px 20px;
    margin: 20px 24px;
}

.ev-modal-pdf-icon { font-size: 2.2rem; color: #dc3545; flex-shrink: 0; }

.ev-modal-attach-title { font-size: 0.9rem; font-weight: 700; color: #16002c; }
.ev-modal-attach-sub   { font-size: 0.78rem; color: #777; }

.ev-modal-attach-btn {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    background: #ffc107;
    color: #16002c;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.ev-modal-attach-btn:hover { background: #ffdd57; color: #16002c; }

.ev-modal-footer {
    padding: 18px 24px 22px;
    border-top: 1px solid rgba(79,0,113,0.08);
    display: flex;
    justify-content: flex-end;
}

.ev-modal-close-btn {
    display: inline-flex;
    align-items: center;
    background: #f3f0f8;
    border: none;
    border-radius: 50px;
    padding: 10px 26px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ev-modal-close-btn:hover { background: #e8dff5; color: #4f0071; }

/* ── Responsive Rules ──────────────────────────────── */
@media (max-width: 768px) {
    .spotlight-card { grid-template-columns: 1fr; }
    .spotlight-img-col { min-height: 240px; }
    .spotlight-info-col { padding: 28px 22px; }
    .spotlight-title { font-size: 1.45rem; }
    .filter-toolbar { flex-direction: column; align-items: stretch; }
    .filter-search { min-width: unset; }
    .ev-modal-meta-grid { grid-template-columns: 1fr; }
}
