/* Self-contained styles (literal colors, no theme dependency) so this
   plugin looks right on any store, not just one theme. */
.mdrw-card {
	background: #fff; border: 1px solid #E8E6E0; border-radius: 16px;
	padding: 20px 22px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(23,25,31,.08);
}
.mdrw-balance-card { display: flex; flex-direction: column; gap: 4px; }
.mdrw-balance-label { font-size: 13px; color: #5C6066; }
.mdrw-balance-amount { font-size: 26px; font-weight: 700; color: #17191F; }
.mdrw-hint { font-size: 12px; color: #9BA0A6; margin-top: 8px; }
.mdrw-redeem-form h3 { margin-top: 0; font-size: 16px; }
.mdrw-redeem-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.mdrw-redeem-row input[type="number"] {
	height: 44px; border: 1.5px solid #E8E6E0; border-radius: 8px; padding: 0 12px;
	font-size: 15px; width: 180px; direction: ltr;
}
.mdrw-redeem-row button.button-primary {
	height: 44px; padding: 0 18px; border-radius: 999px; background: #2145E6; border-color: #2145E6;
	font-weight: 600;
}
.mdrw-ref-card h3 { margin: 0 0 12px; font-size: 16px; }
.mdrw-ref-code-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.mdrw-ref-code {
	font-size: 22px; font-weight: 700; letter-spacing: 2px; padding: 10px 18px;
	background: #EBEFFD; color: #1733AE; border-radius: 10px; border: 1.5px dashed #7E96F5;
}
.mdrw-ref-copy { height: 42px; border-radius: 999px; cursor: pointer; }
.mdrw-ref-stats { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.mdrw-ref-stats > div {
	flex: 1; min-width: 110px; background: #F8F7F4; border: 1px solid #E8E6E0;
	border-radius: 10px; padding: 10px 12px; display: flex; flex-direction: column; gap: 2px;
}
.mdrw-ref-stats strong { font-size: 17px; color: #17191F; }
.mdrw-ref-stats span { font-size: 11px; color: #5C6066; }
.mdrw-history-title { font-size: 16px; margin: 8px 0 12px; }
.mdrw-history { display: flex; flex-direction: column; gap: 2px; }
.mdrw-history-row {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 12px 16px; background: #fff; border: 1px solid #E8E6E0; border-radius: 12px; margin-bottom: 6px;
}
.mdrw-history-row strong { display: block; font-size: 14px; }
.mdrw-note { display: block; font-size: 12px; color: #5C6066; margin-top: 2px; }
.mdrw-date { display: block; font-size: 11px; color: #9BA0A6; margin-top: 2px; direction: ltr; text-align: right; }
.mdrw-amount { font-weight: 700; font-size: 15px; direction: ltr; white-space: nowrap; }
.mdrw-amount--in { color: #178A50; }
.mdrw-amount--out { color: #C03A30; }
