.wtb-upgrade-page {
    max-width: 800px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.wtb-pricing-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.wtb-pricing-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.wtb-pricing-features {
    list-style: none;
    padding: 0;
}

.wtb-pricing-features li {
    margin: 5px 0;
}

.wtb-transfer-status {
    margin-bottom: 20px;
}

.wtb-progress {
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
    height: 20px;
    margin-bottom: 10px;
}

.wtb-progress-bar {
    background: #0073aa;
    height: 100%;
    transition: width 0.3s ease;
}

.wtb-action-buttons {
    margin-top: 20px;
}

.wtb-action-buttons .button {
    margin-right: 10px;
}

.wtb-stripe-style-upgrade {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.wtb-upgrade-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wtb-progress-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.wtb-progress-bar-container {
    background: #e6ebf1;
    border-radius: 9999px;
    overflow: hidden;
    height: 10px;
}

.wtb-progress-bar {
    background: #635bff;
    height: 10px;
    transition: width 0.4s ease;
}

.wtb-progress-text {
    margin-top: 8px;
    font-size: 14px;
    color: #4d5e78;
}

.wtb-unlimited-offer {
    background: #f6f9fc;
    border: 1px solid #e6ebf1;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.wtb-unlimited-offer h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.wtb-unlimited-offer p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #4d5e78;
}

.wtb-unlimited-offer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.wtb-unlimited-offer ul li {
    margin: 8px 0;
    font-size: 15px;
}

.wtb-upgrade-btn {
    background: #635bff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.3s ease;
}

.wtb-upgrade-btn:hover {
    background: #5a51e8;
}
