/* Widen the selector block in the Start Here header on phones */
@media (max-width: 767px) {

  /* Let the selector block use the full width of the header container */
  #page-title #block-motorcycle-selector-motorcycle-selector-block,
  #page-title #block-dxpr-theme-motorcycleselector {
    width: 100%;
  }

  /* Reduce side padding of the header container so the black panel grows */
  #page-title.page-title-container {
    padding-left: 4px;
    padding-right: 4px;
  }

  /* Trim inner padding so fields are as wide as the black panel allows */
  .motorcycle-selector-form #moto-selector-inline,
  .motorcycle-selector-inline {
    padding-left: 4px;
    padding-right: 4px;
  }
}
