@tailwind base;
@tailwind components;
@tailwind utilities;

.tc-bg-red{
    background-color: red;
}

.tc-border-red{
    border:2px solid red;
}

.tc-bg-da-soprall{
    background-color: antiquewhite;
}

.tc-bg-soprallogato{
    background-color: darkcyan;
}

/* Stili ultra-compatti per le tabelle ordini */
.fi-ta-table {
    font-size: 8px !important;
}

.fi-ta-table th,
.fi-ta-table td {
    padding: 1px 4px !important;
    font-size: 8px !important;
    line-height: 1.1 !important;
    height: auto !important;
    min-height: auto !important;
}

.fi-ta-table thead th {
    padding: 2px 4px !important;
    font-size: 8px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
}

.fi-ta-table tbody tr {
    height: auto !important;
    min-height: auto !important;
}

.fi-ta-table tbody td {
    padding: 1px 4px !important;
    vertical-align: middle !important;
}

/* Riduce lo spazio delle description */
.fi-ta-description {
    font-size: 7px !important;
    line-height: 1.0 !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}

/* Riduce lo spazio dei badge e tag */
.fi-ta-badge,
.fi-ta-tag {
    font-size: 7px !important;
    padding: 1px 3px !important;
    line-height: 1.0 !important;
}
