.swp-wrap {
    margin-top: 25px;
    max-width: 750px;
    font-family: -apple-system, sans-serif;
}
.swp-head {
    background: #fff;
    padding: 25px;
    border: 1px solid #d1d5db;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swp-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 19px;
}
.swp-dot {
    height: 14px;
    width: 14px;
    background: #FF5513;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 85, 19, 0.15);
}
.swp-body {
    background: #fff;
    padding: 35px;
    border: 1px solid #d1d5db;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.swp-box {
    background: #f9fafb;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    text-align: center;
    margin-bottom: 25px;
}
.swp-num {
    font-size: 28px;
    font-weight: 800;
    color: #FF5513;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    padding: 12px;
    width: 160px;
    text-align: center;
}
.swp-btn {
    background: #FF5513 !important;
    color: #fff !important;
    padding: 12px 35px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer;
}