/* ==========================================================================
   UGOVProgetti – shared styles (applied on every page)
   ========================================================================== */

body {
    background-color: #f0f2f5;
}

/* Table header typography (used on list pages without the full tables.css) */
.table th {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6c757d;
}

/* Inline forms inside table action cells */
.action-btns form {
    display: inline;
}

/* Read-only form fields */
.readonly-field {
    background-color: #f8f9fa;
}
