﻿.customer-purchase-guide-card::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    top: -130px;
    right: -130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 111, 255, 0.16), rgba(31, 111, 255, 0));
    pointer-events: none;
}

.customer-purchase-confirm-lead {
    margin: 8px 0 0;
    color: #66758a;
    line-height: 1.7;
}

.customer-purchase-confirm-value {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #dbe4f0;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    font-weight: 700;
}

.customer-purchase-empty {
    text-align: center;
    padding: 48px 24px;
}

.customer-purchase-empty-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.customer-purchase-empty-title {
    font-size: 20px;
    font-weight: 800;
    color: #17212f;
    margin-bottom: 10px;
}

.customer-purchase-empty-desc {
    color: #66758a;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.customer-purchase-empty-actions {
    display: flex;
    justify-content: center;
}

.customer-purchase-clear-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-right: 24px;
}

.customer-purchase-btn-ghost-danger {
    min-width: 120px;
    border: 1px solid #f0c7c7;
    background: #fff;
    color: #c53d3d;
}

    .customer-purchase-btn-ghost-danger:hover {
        background: #fff5f5;
        border-color: #e3a8a8;
        color: #a92f2f;
    }
