.rrp-wrapper {
	max-width: 480px;
	margin: 20px auto;
}
.rrp-form-box {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	font-family: inherit;
}
.rrp-title {
	margin: 0 0 8px;
	font-size: 20px;
}
.rrp-description {
	margin: 0 0 12px;
	color: #555;
}
.rrp-amount {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 16px;
	color: #222;
}
.rrp-field {
	margin: 0 0 14px;
}
.rrp-field label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
}
.rrp-req {
	color: #d32f2f;
}
.rrp-field input,
.rrp-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 14px;
}
.rrp-submit-btn {
	display: inline-block;
	background: #3399cc;
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.rrp-submit-btn:hover {
	background: #2a80a8;
	color: #fff;
}
.rrp-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.rrp-message {
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 14px;
}
.rrp-message.rrp-error {
	background: #fdecea;
	color: #b71c1c;
}
.rrp-recurring-tag {
	font-size: 12px;
	font-weight: 600;
	color: #8a6d00;
	background: #fff8e1;
	padding: 2px 8px;
	border-radius: 10px;
	margin-left: 6px;
	vertical-align: middle;
}
.rrp-recurring-info {
	font-size: 13px;
	color: #666;
	margin: -6px 0 16px;
}
.rrp-recurring-note {
	font-size: 13px;
	color: #555;
	margin-bottom: 14px;
}
.rrp-pending-status {
	background: #fff8e1;
	border: 1px solid #f0dca0;
	border-radius: 8px;
	padding: 14px;
	margin-bottom: 14px;
}
.rrp-pending-text {
	font-size: 13px;
	color: #6b5900;
	margin: 0 0 10px;
}
.rrp-check-status-btn {
	font-size: 13px;
}
.rrp-image-picker {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}
.rrp-image-option {
	width: 100px;
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 6px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	transition: border-color 0.15s ease;
}
.rrp-image-option img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	display: block;
}
.rrp-image-option-label {
	display: block;
	font-size: 12px;
	margin-top: 4px;
	color: #444;
}
.rrp-image-option-price {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 2px;
	color: #1e7e34;
}
.rrp-image-option.rrp-image-selected {
	border-color: #3399cc;
	box-shadow: 0 0 0 2px rgba(51,153,204,0.25);
}
.rrp-success-box {
	text-align: center;
}
.rrp-success-text {
	font-size: 16px;
	font-weight: 600;
	color: #2e7d32;
	margin-bottom: 16px;
}
