@import "common.css";
@import "maya.css";

/* -------------------------------------------------------------
   Simform theme — minimal overrides beyond common.css + maya.css
   Keep ONLY what diverges from Maya's orange palette.
   ------------------------------------------------------------- */

/* Brand the tile link color */
.wh_tile_title a,
.wh_tile_title a:visited {
  color: #002e37;
}

/* Brand the search header background on main and inner pages */
.wh_search_input,
.wh_main_page .wh_search_input {
  background: #002e37;
}

/* Header bar */
.wh_header {
  background-color: #002e37;
}

/* Top menu brand bar */
.wh_top_menu > ul > li a,
.wh_indexterms_link a::before {
  background-color: #002e37;
}
.wh_top_menu {
  background-color: #002e37 !important;
}
