.rsds-coin-icon {
	vertical-align: middle;
	display: inline-block;
}

.rsds-earn-note {
	color: #8a6d00;
	font-size: 0.9em;
	margin: 8px 0;
	display: flex;
	align-items: center;
	gap: 6px;
}

.rsds-social-share {
	margin: 12px 0;
}
.rsds-social-share .rsds-share-btn {
	display: inline-block;
	margin-right: 8px;
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.85em;
}
.rsds-share-earned {
	color: #2e7d32;
	font-weight: bold;
	margin-left: 4px;
}

.rsds-reward-page .rsds-balance-card {
	background: linear-gradient(135deg, #f5b942, #f7d774);
	color: #4a3200;
	padding: 24px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.rsds-reward-page .rsds-balance-card img {
	display: block;
	margin: 0 auto 8px;
}
.rsds-reward-page .rsds-balance-number {
	font-size: 2.5em;
	font-weight: bold;
	display: block;
}
.rsds-reward-page .rsds-balance-label {
	font-size: 1.1em;
	display: block;
}

.rsds-reward-page h3 {
	margin-top: 28px;
}

.rsds-history-table {
	width: 100%;
	border-collapse: collapse;
}
.rsds-history-table th,
.rsds-history-table td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #eee;
}
.rsds-positive { color: #2e7d32; font-weight: bold; }
.rsds-negative { color: #c62828; font-weight: bold; }

.rsds-inline-balance {
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.rsds-redeem-box {
	background: #fff8e1;
	border: 1px dashed #e0b400;
	padding: 12px;
	margin: 10px 0;
	border-radius: 6px;
}
.rsds-redeem-balance {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	margin-bottom: 8px;
}
.rsds-redeem-locked {
	color: #8a6d00;
	font-size: 0.9em;
	margin: 0;
}
.rsds-redeem-message {
	display: block;
	margin-top: 6px;
	font-size: 0.9em;
}
