/*
  Mboka Auto Repair v410.3.3 R7.3.47

  Responsive contract:
  - >=1000px: keep R73145's centered blue header title.
  - <1000px: hide the cloned desktop header title completely and show
    exactly one compact original Join Mboka Auto Repair title in content.
  - Hide the Build your future intro at every width.
*/

/* Intro copy is intentionally gone on every screen size. */
.mboka-careers-original-copy-r73145{
  display:none !important;
  visibility:hidden !important;
  margin:0 !important;
  padding:0 !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
}

/* Tablet / phone / narrow-window correction. */
@media (max-width:999px){
  /*
    R73145 creates this clone even when the viewport becomes narrow.
    It must be explicitly suppressed below the desktop breakpoint.
  */
  .mboka-careers-header-title-r73145{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    position:absolute !important;
    width:0 !important;
    height:0 !important;
    max-width:0 !important;
    max-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    pointer-events:none !important;
  }

  /*
    Keep one clean title in the content area on narrow screens.
    It receives the same Mboka-blue accent requested for the phrase.
  */
  .mboka-careers-original-title-r73145{
    display:block !important;
    visibility:visible !important;
    position:relative !important;
    inset:auto !important;
    width:auto !important;
    height:auto !important;
    max-width:calc(100vw - 30px) !important;

    margin:16px 15px 10px !important;
    padding:0 !important;

    color:#60a5fa !important;
    font-size:clamp(24px,6vw,38px) !important;
    font-weight:850 !important;
    line-height:1.08 !important;
    letter-spacing:-.02em !important;
    text-align:left !important;
    text-shadow:0 0 16px rgba(96,165,250,.12) !important;

    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }

  /*
    If R73145 identified the title/copy wrapper as empty for desktop,
    make sure that wrapper is a normal content container again below 1000px.
  */
  .mboka-careers-empty-hero-r73145{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
  }
}

/* Desktop remains owned by R73145. */
@media (min-width:1000px){
  body.mboka-careers-header-title-r73145 .mboka-careers-header-title-r73145{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }
}

/* MBOKA_R73147_CAREERS_RESPONSIVE_TITLE='v41033r73147' */
