/* WebbArt overrides — site-wide tweaks layered over webbart.min.css */

/* Hero treatment applied to every page hero (rendered inside .webbart-page) */
.webbart-page section.hero {
  max-width: 1280px;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
}

/* Remove the gray credentials stripe directly under the home hero */
.fb-trust {
  display: none;
}
