/* PC 이벤트 가격: wr_1(현재 가격), wr_4(할인 전 가격) */
.more_item2_won {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
    min-width: 0;
}

.more_item2_won .event_discount_rate {
    margin-right: 8px;
    color: #f51f67;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.more_item2_won .event_discount_rate small {
    color: inherit;
    font-size: 0.72em;
    font-weight: inherit;
}

.more_item2_won .event_current_price {
    color: #a6753d;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.more_item2_won.has-discount .event_current_price,
.more_item2_won.has-discount .event_price_unit {
    color: #111;
}

.more_item2_won .event_price_unit {
    color: #a6753d;
    font-size: 1.15rem;
    font-weight: 700;
}

.more_item2_won .event_previous_price {
    margin-left: 8px;
    color: #8b8b8b;
    font-size: 1rem;
    font-weight: 500;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
}

.more_item2_won .event_price_inquiry {
    color: #a6753d;
    font-size: 1.25rem;
    font-weight: 700;
}
