
    .lista-oferte {
        text-align: left;
        margin-bottom: 20px;
        background: #fff;
    }
    .oferta-row {
        padding: 12px 10px;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .oferta-row:last-child {
        border-bottom: none;
    }
    .oferta-nume {
        font-size: 14px;
        font-weight: 600;
        color: #555;
    }
    .oferta-pret {
        font-size: 16px;
        font-weight: bold;
        color: #003366;
    }
    .badge-best {
        background-color: #d9534f; /* Rosu Bootstrap */
        color: white;
        font-size: 10px;
        padding: 2px 5px;
        border-radius: 3px;
        margin-left: 5px;
        text-transform: uppercase;
        vertical-align: middle;
    }
