.card-table { border: none; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); overflow: hidden; margin-bottom: 30px; }

.table thead th { background-color: var(--brand-red); color: white; border: none; font-weight: 500; text-transform: uppercase; font-size: 0.9rem; padding: 15px; }

.table-section-header { background-color: #f8f9fa; font-weight: 700; color: var(--brand-dark); font-family: 'Playfair Display', serif; font-size: 1.1rem; }

.table td { padding: 15px; vertical-align: middle; border-color: #f0f0f0; background-color: #fff;}

.table-hover tbody tr:hover { background-color: rgba(192, 78, 70, 0.02); }



.note-box { background-color: #fff; padding: 20px; border-radius: 8px; border: 1px solid #eee; color: #666; font-size: 0.9rem; line-height: 1.6; }