.tematik-act-list {
    max-width: 90%;
    margin: 2rem auto;
}

.tematik-act-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    box-shadow: var(--shadow-1);
}

.tematik-act-table thead {
    background: #f7f7f7;
}

.tematik-act-table th {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: var(--black);
    border-bottom: var(--border-size-2) solid var(--lightest);
}

.tematik-act-table td {
    padding: 1rem;
    border-bottom: var(--border-size-1) solid var(--lighter);
}

.tematik-act-table tbody tr:hover {
    background: #f9f9f9;
}
