/**
 * มาตรฐาน Badge โปรเจกต์ — รายละเอียดเต็ม: docs/admin-ui-standards.md
 * (เทมเพลต: py-1 px-2 rounded-1 fw-medium fs-12 + text-bg-*)
 * ใช้คู่กับ Bootstrap 5: class="badge text-bg-primary badge-admin"
 * text-bg-light ใช้ข้อความสีเข้มเพื่อความคมชัด (ไม่บังคับ text-white)
 */
.badge.badge-admin {
    padding: 0.25rem 0.5rem !important;
    border-radius: var(--bs-border-radius-sm, 0.25rem) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 1.2;
}

.badge.badge-admin:not(.text-bg-light) {
    color: #fff !important;
}

.badge.badge-admin.text-bg-light {
    color: var(--bs-gray-900, #212529) !important;
}
