.ttbm-ticket-min-max-info {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.ttbm-ticket-error {
    color: #d63638;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    padding: 5px;
    background-color: #ffeaea;
    border: 1px solid #d63638;
    border-radius: 3px;
}

/* Overall min/max badge */
.ttbm-overall-minmax {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #1d2327;
    background: #eef6ff;
    border: 1px solid #b6d4fe;
    padding: 5px 8px;
    border-radius: 999px;
}