/* استایل افزونه بازاریابی و کد معرف */

.rmw-referral-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 10px 0;
}

.rmw-referral-box input[readonly] {
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 10px;
	font-family: monospace;
	min-width: 180px;
}

.rmw-copy-btn {
	cursor: pointer;
}

.rmw-account-section h3 {
	margin-top: 24px;
}

.rmw-wallet-balance {
	font-size: 1.1em;
}

.rmw-wallet-history th,
.rmw-wallet-history td {
	text-align: right;
	padding: 6px 10px;
}

.rmw-shortcode-referral-field {
	margin: 10px 0;
}

.rmw-shortcode-referral-field label {
	display: block;
	margin-bottom: 5px;
}

.rmw-referral-stats {
	list-style: disc;
	padding-right: 20px;
}

.rmw-copy-feedback {
	color: #2a9d54;
	font-size: 0.85em;
	margin-right: 6px;
}

.rmw-withdraw-form .form-row {
	margin-bottom: 12px;
	max-width: 420px;
}

.rmw-withdraw-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.rmw-withdraw-form input[type="text"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.rmw-referred-users-table th,
.rmw-referred-users-table td {
	text-align: right;
	padding: 6px 10px;
}

.rmw-withdraw-notice {
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 0.95em;
}

.rmw-withdraw-notice-success {
	background: #eafaf0;
	border: 1px solid #2a9d54;
	color: #1e7a3d;
}

.rmw-withdraw-notice-error {
	background: #fdecea;
	border: 1px solid #d93025;
	color: #b3261e;
}

