.ticketreport-tab .ticketreport-pad-wrap {
    position: relative;
}
.ticketreport-tab canvas#trSignaturePad {
    width: 100%;
    height: 180px;
    background: #fff;
    touch-action: none;
}
.ticketreport-tab table tbody tr td.text-end .btn {
    white-space: nowrap;
}

/*
 * Status badges in the versions list. Bootstrap's default badge is
 * too small (font-size 0.75em) and its bg-info/bg-warning render as
 * light pastels which kill contrast against white text. We force a
 * legible size and let stateBadge() pick text-dark for light pills.
 */
.ticketreport-tab .badge {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.4em 0.7em;
    letter-spacing: 0.01em;
}
.ticketreport-tab .badge.bg-info {
    background-color: #cfe8ff !important;
    color: #084298 !important;
}
.ticketreport-tab .badge.bg-warning {
    background-color: #ffe69c !important;
    color: #664d03 !important;
}
.ticketreport-tab .badge.bg-success {
    color: #fff !important;
}
