/* 预售价格面板容器（与基础面板同一结构，不再需要自定义布局） */
.plugins-presale-price-panel .price-card {
    background-color: #0746CE;
}

/* ====== 订单详情页预售发货提示 ====== */
.presale-order-delivery-tip {
    display: flex;
    align-items: center;
    gap: 1.5vw;
    padding: 1.8vw 2.5vw;
    margin-top: 1.5vw;
    background: #fff7ed;
    border-radius: 1.2vw;
    font-size: 3vw;
    color: #8b4a0c;
    line-height: 1.5;
}
.presale-order-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3vw 2vw;
    border-radius: 0.8vw;
    background: #f97316;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 600;
    flex-shrink: 0;
    line-height: 1.6;
}

@media only screen and (max-width: 640px) {
    .plugins-presale-price-panel .price-card {
        display: block;
    }
}
