/* Wrapper scrollabil pe mobil */
.ac-tabel-wrapper {
    width: 100%;
    overflow-x: auto;
}

/* Tabel general */
.ac-tabel {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

/* Celule */
.ac-tabel th,
.ac-tabel td {
    border: 1px solid #ddd;
    padding: 6px 8px;
    text-align: center;
}

/* Header principal */
.ac-col-comuna-header {
    background: #f5f5f5;
    font-weight: bold;
}

/* Header activități */
.ac-act {
    background: #fafafa;
    font-weight: 600;
}

/* Subheader comun */
.ac-subheader {
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    text-align: center;
    padding: 6px 0;
}

/* Coloana comunei — EXACT ca în versiunea veche */
.ac-col-comuna {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* Stema — EXACT ca înainte: mică, fină, egală */
.ac-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Numele comunei */
.ac-nume {
    font-weight: 600;
    white-space: nowrap;
}

/* Celulele cu anii */
.ac-an {
    font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .ac-tabel {
        font-size: 12px;
    }

    .ac-logo {
        width: 18px;
        height: 18px;
    }

    .ac-subheader {
        font-size: 11px;
    }
}
