.price-line {
    display: flex;
    align-items: center;
    /* This is the only change needed */
    gap: 8px;
    flex-wrap: wrap;
}
.sale-badge-inline {
    display: inline-block;
    background-color: #d12c2c;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 16px;
    line-height: 1;
    vertical-align: baseline;
}