#datris-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem auto !important;
}

#datris-filters select {
    flex: 1 1 200px;
    padding: 10px 14px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #333;
    font-family: inherit;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease;
}

#datris-filters select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#reset-filters {
    padding: 10px 16px;
    font-size: 16px;
    border: none;
    background-color: #000;
    color: #fff !important;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.3s ease;
}

#reset-filters:hover {
    background-color: #333;
}

#datris-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

#datris-table thead {
    background-color: #000000 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

#datris-table thead th {
    background-color: #000000 !important;
    color: #fff !important;
}

#datris-table th,
#datris-table td {
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

#datris-table a {
    color: #0073aa;
    text-decoration: underline;
}

#datris-table a:hover {
    color: #005f8d;
}

.datris-table-wrapper {
    overflow-x: auto;
    width: 100%;
}

#datris-table {
    min-width: 800px; /* o quanto ti serve */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
