#etyma-table_wrapper .dataTables_length,
#etyma-table_wrapper .dataTables_filter {
    margin-bottom: 12px;
}
#etyma-table_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}
#etyma-table thead th { background: #2c3e50; color: white; }
#etyma-table tbody tr { cursor: pointer; }
#etyma-table tbody tr:hover { background: #eaf2ff !important; }
.forms-badge {
    display: inline-block;
    background: #3498db;
    color: white;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 0.85em;
    font-weight: 600;
    min-width: 28px;
    text-align: center;
}
.forms-badge.empty { background: #bdc3c7; }