.gs-live-price-box, .gs-calculator-box, .gs-wallet-widget, .gs-piggybank-widget {
	direction: rtl;
	font-family: inherit;
	background: #fafafa;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 16px;
	margin: 12px 0;
}

.gs-live-price-box { display: flex; flex-direction: column; gap: 4px; }
.gs-live-price-label { font-size: 13px; color: #777; }
.gs-live-price-value { font-size: 22px; font-weight: 700; }
.gs-live-price-time { font-size: 12px; color: #999; }

.gs-calc-row { display: flex; gap: 8px; margin-bottom: 10px; }
.gs-calc-row input, .gs-calc-row select { flex: 1; padding: 6px; }
.gs-calc-result { margin-top: 10px; font-weight: 600; }

.gs-wallet-balance { display: flex; justify-content: space-between; font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.gs-wallet-action { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.gs-wallet-action input, .gs-wallet-action textarea { flex: 1; padding: 6px; min-width: 120px; }

.gs-piggybank-item { border: 1px dashed #ddd; border-radius: 8px; padding: 12px; margin-bottom: 12px; }
.gs-progress-bar { background: #eee; border-radius: 20px; height: 10px; margin: 8px 0; overflow: hidden; }
.gs-progress-fill { background: #d4af37; height: 100%; }
.gs-piggybank-actions { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.gs-piggybank-create-form { border-top: 1px solid #eee; padding-top: 12px; margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }

.gs-gram-input-wrap { margin: 10px 0; }
.gs-estimated-total { margin-right: 8px; font-weight: 600; }
