/* Shared spacing fixes loaded after every front-end theme bundle. */
html[data-front-theme] #header + .sitepath {
  margin-top: 14px !important;
}

html[data-front-theme] #header + #txtbox {
  box-sizing: border-box;
  margin-top: 12px !important;
  width: 100%;
}

html[data-front-theme] #txtbox + .sitepath {
  margin-top: 12px !important;
}

@media (max-width: 640px) {
  html[data-front-theme] #header + .sitepath {
    margin-top: 10px !important;
  }

  html[data-front-theme] #header + #txtbox,
  html[data-front-theme] #txtbox + .sitepath {
    margin-top: 10px !important;
  }
}
