﻿.event-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.event-table th {
    background: #5c7c89;
    color: #fff;
    padding: 15px;
    font-size: 1rem;
}

.event-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
}

.event-table tr:last-child td {
    border-bottom: none;
}

.event-table tr:hover {
    background: #f7f9fa;
}
