/* Table Styling */
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
}

th, td {
    padding: 15px;
    text-align: left;
    font-size: 16px;
}

th {
    background-color: #f8f9fa;
    font-weight: bold;
}

td {
    border-bottom: 1px solid #dee2e6;
}

/* General Container Spacing */
.deadlines {
    max-width: 960px;
    margin: 0 auto;
}

/* Responsive Design Enhancements */
@media (max-width: 768px) {
    h2 {
        font-size: 1.75rem;
    }

    th, td {
        font-size: 14px;
        padding: 10px;
    }
}
