.swb-balance {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	max-width: 340px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	line-height: 1.4;
	text-align: center;
}

.swb-label {
	font-weight: 600;
	color: inherit;
}

.swb-value {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 4px;
	margin-top: 4px;
}

.swb-amount {
	font-size: 1.25em;
	font-weight: 700;
	color: #9945FF;
	font-variant-numeric: tabular-nums;
}

.swb-unit {
	font-size: 0.85em;
	font-weight: 600;
	color: #14F195;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.swb-address {
	display: block;
	width: 100%;
	font-size: 0.75em;
	color: #888;
	font-family: monospace;
	word-break: break-all;
	margin-top: 2px;
}

.swb-link {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	text-decoration: none;
}

.swb-link:hover .swb-amount,
.swb-link:hover .swb-unit {
	opacity: 0.75;
}

.swb-error {
	color: #c0392b;
	font-size: 0.9em;
}

