/* Comer Dati Strutturati - Panoramica table */

.comer-ds-table .comer-ds-rows {
    border-top: 1px solid #e5e5e5;
}

.comer-ds-table .comer-ds-row {
    border-bottom: 1px solid #e5e5e5;
}

.comer-ds-table .comer-ds-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    color: #1a1a1a;
}

.comer-ds-table .comer-ds-value {
    font-size: 0.9rem;
    color: #333;
}

.comer-ds-table .comer-ds-chip-list {
    row-gap: 0.25rem;
}

.comer-ds-table .comer-ds-chip {
    background-color: #f2f2f2;
    color: #1a1a1a;
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 0.85rem;
    padding: 0.45rem 0.9rem;
}

.comer-ds-table .comer-ds-link {
    text-decoration: underline;
}
