.content-wrapper {
    background: linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%);
}

.card {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.card-header {
    background: #fff;
    border-bottom: 1px solid #eef2f7;
    font-weight: 600;
}

.table thead th {
    background: #f8fafc;
    border-bottom-width: 1px;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.table tbody tr:hover {
    background: #f8fbff;
}

.badge {
    border-radius: 999px;
    padding: 0.35em 0.6em;
}

.page-item .page-link {
    border-radius: 8px;
    margin: 0 2px;
}

.form-control,
.custom-select {
    border-radius: 10px;
}

.btn {
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .content-header h1 {
        font-size: 1.35rem;
    }

    .table {
        font-size: 0.92rem;
    }
}
