/* Previous Meetings Page Styles */

.meeting-archive-card {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.meeting-archive-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border-color: #667eea;
}