.otomoto-badge-overlay {
    position: absolute;
    top: 20px;
    left: -35px;
    width: 140px;
    padding: 8px 0;
    transform: rotate(-45deg);
    text-align: center;
    z-index: 100;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    text-transform: uppercase;
    pointer-events: none;
}
.badge-sold { background-color: #d63638; }
.badge-reserved { background-color: #f5a623; }