body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f9;
    color: #333;
    margin: 40px;
}

h1 {
    color: #002855;
    font-size: 24px;
    border-bottom: 2px solid #002855;
    padding-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

th {
    background-color: #002855;
    color: white;
    text-align: left;
    padding: 15px;
}

th a {
    color: white;
    text-decoration: none;
}

td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

tr:hover {
    background-color: #f1f7ff;
}

a {
    text-decoration: none;
    color: #002855;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
    color: #d62020; /* ASW Red accent */
}

/* Ukrycie opisu Description jeśli jest pusty */
td:nth-child(4), th:nth-child(4) {
    display: none;
}
