.badge {
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    line-height: 1.4;
}
.badge-main {
    background-color: #064e3b; /* Very dark green */
    color: #6ee7b7;           /* Soft light green text */
    border: 1px solid #065f46;
}
.badge-bonus {
    background-color: #78350f; /* Very dark orange/brown */
    color: #fcd34d;           /* Soft light orange text */
    border: 1px solid #92400e;
}
