#payment_success{
    background: #edf7f0 !important;
}
.payment-success-page {
    background: #edf7f0;
    min-height: 100vh;
    padding: 60px 20px;
}

.payment-success-card {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.payment-success-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 25px;
    border: 4px solid #16a34a;
    border-radius: 50%;
    color: #16a34a;
    text-align: center;
    font-size: 60px;
    line-height: 100px;
}

.payment-success-title {
    text-align: center;
    margin-bottom: 10px;
}

.payment-success-subtitle {
    text-align: center;
    color: #6b7280;
    margin-bottom: 30px;
}

.payment-details {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 25px;
    margin-top: 25px;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.payment-row:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
}
.payment-success-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 26px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
}
.payment-row-amount strong {
    font-size: 28px;
    color: #16a34a;
}
.payment-success-actions {
    margin-top: 30px;
    text-align: center;
}

.payment-success-btn-primary,
.payment-success-btn-secondary {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 8px;
}

.payment-success-btn-primary {
    background: #2563eb;
    color: #fff;
}

.payment-success-btn-primary:hover {
    background: #1d4ed8;
    color: #fff;
}

.payment-success-btn-secondary {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.payment-success-btn-secondary:hover {
    background: #f9fafb;
    color: #374151;
}
.payment-help-text {
    margin-bottom: 20px;
    color: #6b7280;
}
.order-number {
    color: #16a34a;
}