/* static/admin/css/custom.css */
.help-block {
    color: #ee5858; /* Rouge */
    font-weight: bold; /* Optionnel : mettre en gras */
}

#id_image + .help {
    color: #00ff00; /* Vert */
    font-style: italic; /* Optionnel : italique */
}

/* Badges */
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

/* Compteur dans le menu */
#orders-order.changelink .badge {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ff6b6b;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 11px;
}