/* ===== Custom Badge (NO Bootstrap) ===== */

.badge-custom {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
    white-space: nowrap;
    position: static;
}

/* Pill style */
.badge-pill {
    border-radius: 10rem;
}

/* Status colors */
.badge-success {
    background-color: #094e23;
    color: #fff;
}

.badge-danger {
    background-color: #f44236;
    color: #fff;
}
