
.floteo-pro-wrap { position: relative; width: 100%; }
.floteo-pro-embed { width: 100%; border: 0; display: block; background: transparent; }
.floteo-pro-loader {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.75); backdrop-filter: blur(2px); z-index: 2;
  font: 600 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.floteo-pro-loader span { padding: 10px 14px; border-radius: 10px; background: rgba(0,0,0,0.06); }
.floteo-pro-error {
  padding: 12px 14px; border-left: 4px solid #d63638; background: #fff; color: #111;
  font: 400 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
