.bex-frontend-widget {
	font-family: 'Vazirmatn', 'Tahoma', sans-serif;
	max-width: 700px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
}
.bex-frontend-widget form { display: flex; gap: 10px; margin-bottom: 16px; }
.bex-frontend-widget input[type="text"] {
	flex: 1; padding: 10px 14px; border: 1px solid #e2e8f0; border-radius: 8px;
}
.bex-frontend-widget button {
	background: #2563eb; color: #fff; border: none; border-radius: 8px; padding: 10px 20px; cursor: pointer;
}
.bex-frontend-widget table { width: 100%; border-collapse: collapse; margin-top: 14px; }
.bex-frontend-widget th, .bex-frontend-widget td { padding: 8px 10px; border-bottom: 1px solid #f1f5f9; text-align: right; font-size: 13px; }
.bex-frontend-notice { padding: 14px; background: #fffbeb; border-radius: 8px; color: #92400e; }
.bex-frontend-balance { margin-bottom: 12px; font-size: 13px; color: #475569; background: #f8fafc; padding: 8px 12px; border-radius: 8px; }
