.rs-checkout-card {
	max-width: 560px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.rs-checkout-card-header {
	padding: 28px 24px 20px;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}

.rs-checkout-card-header h3 {
	margin: 0 0 10px;
	font-size: 1.5rem;
}

.rs-price-actual {
	color: #999;
	text-decoration: line-through;
	font-size: 0.9rem;
	margin: 4px 0;
}

.rs-price-offer {
	font-size: 1.25rem;
	font-weight: 700;
	color: #e84e1b;
	margin: 4px 0 8px;
}

.rs-payment-type {
	font-size: 0.8rem;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
}

.rs-checkout-card-features {
	padding: 20px 24px;
}

.rs-checkout-card-features h4 {
	margin: 0 0 12px;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #666;
}

.rs-checkout-card-features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rs-checkout-card-features li {
	padding: 6px 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.rs-check-icon {
	color: #00a32a;
	font-weight: bold;
	margin-right: 6px;
}

.rs-limit-note {
	padding: 0 24px 16px;
	font-size: 0.85rem;
	color: #999;
	margin: 0;
}

.rs-checkout-card-pay {
	padding: 20px 24px 28px;
	text-align: center;
	border-top: 1px solid #f0f0f0;
}

.rs-pay-now-btn {
	width: 100%;
	padding: 12px 24px !important;
	font-size: 1.05rem !important;
	height: auto !important;
}

.rs-plan-label {
	font-weight: 600;
	margin-bottom: 8px;
}

.rs-plan-option {
	display: block;
	padding: 8px 12px;
	margin-bottom: 6px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.15s;
}

.rs-plan-option:hover {
	border-color: #bbb;
}

.rs-plan-option input[type="radio"] {
	margin-right: 8px;
}

.rs-plan-option input[type="radio"]:checked + span {
	font-weight: 700;
}

.rs-success-wrap {
	max-width: 560px;
	margin: 40px auto;
	text-align: center;
	padding: 40px 24px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.rs-success-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #00a32a;
	color: #fff;
	font-size: 32px;
	line-height: 64px;
	margin: 0 auto 20px;
}

.rs-success-wrap h2 {
	margin-bottom: 12px;
}

.rs-success-wrap p {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
}

.rs-session-id {
	font-size: 0.85rem;
	color: #aaa;
	margin-top: 16px;
}

.rs-success-actions {
	margin-top: 24px;
}

.rs-success-actions .button {
	margin: 0 6px;
}
