/* Tombol aksi tabel: lebih tegas & terlihat */
.btn-icon {
    color: #64748b !important;
    border-color: #e2e8f0 !important;
    opacity: 1 !important;
}
.btn-icon:hover {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    background: rgba(87, 51, 165, 0.06) !important;
}
.btn-icon:disabled {
    color: #cbd5e1 !important;
    border-color: #e2e8f0 !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* Tombol tombol workflow (gear & check) lebih terlihat */
.btn-icon .bi-gear,
.btn-icon .bi-check-lg {
    color: inherit;
}

/* Pastikan tombol edit & delete selalu terlihat di baris pending */
.btn-icon[style*="opacity: 0.3"] {
    opacity: 1 !important;
}
