/* CausalIQ Frontend — base container */
.causaliq-mount {
  display: block;
  width: 100%;
  min-height: 400px;
  font-size: 16px; /* reset WP theme font scaling */
}
/* Ensure WP themes don't bleed box-sizing into the app */
.causaliq-mount *,
.causaliq-mount *::before,
.causaliq-mount *::after {
  box-sizing: border-box;
}
/* Prevent WP line-height from inflating the layout */
.causaliq-mount {
  line-height: 1.5;
}
