/* EMAC J6 Migration — Custom Overrides */

/* Search bar: force every descendant to fill column width */
#sp-main-header #sp-search > *,
#sp-main-header #sp-search > * > *,
#sp-main-header #sp-search > * > * > *,
#sp-main-header #sp-search > * > * > * > *,
#sp-main-header #sp-search > * > * > * > * > *,
#sp-main-header #sp-search > * > * > * > * > * > * {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Search bar styling — transparent with white border */
#sp-search input.form-control,
#sp-search .js-finder-search-query {
  background-color: transparent !important;
  border-color: white !important;
  color: white !important;
  border-radius: 3px !important;
}

/* Hide search label */
#sp-search label {
  display: none !important;
}

/* Placeholder color */
#sp-search input::placeholder {
  color: #ADB9C7;
  opacity: 1;
}
