/* Simple styles for Steam Widget Block */
.swb-frontend { border: 1px solid #eee; padding: 12px; border-radius: 6px; background: #fff; }
.swb-widget iframe { width: 100%; height: 190px; border: 0; }
.swb-info { margin-top: 8px; font-size: 14px; color: #333; }
.swb-price { font-weight: bold; color: #ff6f00; }
.swb-summary { margin-top: 8px; color: #444; }
.swb-editor-preview { padding: 12px; border: 1px dashed #ddd; border-radius: 4px; background: #fafafa; }
.swb-no-app { color: #777; }

/* Inline App ID input shown in the editor preview */
.swb-inline-appid {
	display: block;
	width: 60%;
	margin: 12px auto;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}
.swb-no-app-msg { text-align: center; margin-bottom: 6px; }
