/* Scope all defensive overrides to the embedded app only */
#base44-root {
  isolation: isolate;
}
#base44-root button,
#base44-root input,
#base44-root select,
#base44-root textarea {
  font: inherit;
}
#base44-root a {
  text-decoration: none;
}
/* Keep Base44 gold buttons intact if WP/plugins inject button styles */
#base44-root .bg-\[\#c9a962\] {
  background-color: #c9a962;
}
#base44-root .hover\:bg-\[\#b8954f\]:hover {
  background-color: #b8954f;
}
