.hsc-heading {
    color: #50B747;
    font-weight: bold;
}

.hsc-border-left {
    border-left: 5px solid #50B747 !important;
}

.modern-card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 2rem;
}

.modern-card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.modern-card-body {
    padding: 1.5rem;
}

.table-responsive {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    margin-top: 1rem;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
    border-top: none;
}

.table td,
.table th {
    padding: 1rem;
    white-space: nowrap;
}

.table td {
    vertical-align: middle;
}

.action-col {
    width: 1%;
    text-align: right;
}

.empty-state {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    background: #f8f9fa;
    border-radius: 0.5rem;
    border: 1px dashed #dee2e6;
    margin-top: 1rem;
}

/* Neutralize DataTables default button gradients so Bootstrap button classes render correctly */
button.dt-button.btn,
div.dt-button.btn,
a.dt-button.btn {
    background-image: none !important;
}