/* Isolated widget theme: preserve transparent host surface, embed sizing and dark option. */
.ff-embed,.data-standalone-widget { border:1px solid #dce0df; border-top:3px solid #a57520; border-radius:6px; background:#fafbf9; color:#172028; box-shadow:none; }
.ff-brand,.data-standalone-widget header a { font-family:Georgia,'Times New Roman',serif; color:inherit; }
.ff-tag,.ff-name,.ff-foot,.data-widget-period,.data-widget-source { color:#59656b; }
.ff-head,.ff-foot,.data-standalone-widget footer { border-color:#dce0df; }
.data-standalone-widget h1 { font-family:Georgia,'Times New Roman',serif; font-size:20px; }
.ff-name,.ff-tag,.ff-foot,.data-widget-source { font-size:12px; }
.ff-row { border-radius:4px; }
.ff-val,.data-widget-value { font-variant-numeric:tabular-nums; }
html[data-theme=dark] .data-standalone-widget { background:#172028; color:#f5f7f4; border-color:#46535c; border-top-color:#cfaa61; }
html[data-theme=dark] :is(.data-widget-period,.data-widget-source) { color:#c5cdd1; }
html[data-theme=dark] .data-standalone-widget footer { border-color:#46535c; }
