/*(c)AI[CoPilot]*/
a {
    color: #0366d6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

input[type="checkbox"] {
    transform: scale(1.1);
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

th {
    background: #f8f8f8;
    font-weight: 600;
}

@media (max-width: 600px) {
    body {
        margin: 10px;
    }

    th,
    td {
        padding: 14px 8px;
        font-size: 16px;
    }
}
