/* JobFlow V35: mobile-only SK/DE switch inside hamburger menu. */
.jf-mobile-lang-switch {
  display: none;
}

@media (max-width: 780px) {
  .jf-nav .jf-mobile-lang-switch {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    margin: 14px 0 2px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.16);
    background: linear-gradient(135deg, rgba(14,48,104,.86), rgba(34,93,214,.28));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 30px rgba(0,0,0,.16);
  }

  .jf-mobile-lang-switch__label {
    color: rgba(255,255,255,.74);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .jf-mobile-lang-switch__buttons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.13);
  }

  .jf-nav .jf-mobile-lang-switch__btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 38px;
    padding: 0 14px !important;
    border-radius: 999px !important;
    color: rgba(255,255,255,.82) !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .jf-nav .jf-mobile-lang-switch__btn::after {
    display: none !important;
    content: none !important;
  }

  .jf-nav .jf-mobile-lang-switch__btn.is-active {
    color: #061a3a !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.18) !important;
  }
}
