/* /modules/sw365_facturas/views/css/custom.css */
.sw365-facturas .table-responsive {
    overflow-x: auto;
}

.sw365-facturas-table {
    width: 100%;
    border-collapse: collapse;
}

.sw365-facturas-table th,
.sw365-facturas-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
}

.sw365-facturas-table th {
    background-color: #f2f2f2;
}

.sw365-facturas-download {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    white-space: nowrap;
}

.sw365-facturas-download .material-icons {
    font-size: 18px;
    line-height: 1;
}

.sw365-facturas-pendiente {
    color: #7a7a7a;
    font-size: 0.9em;
}
