/* BHS Dil Butonlarını Yardım & Destek Soluna Taşıma v1.0.0 */

.hf-support{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}

.hf-support-right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  margin-inline-start:auto!important;
  white-space:nowrap!important;
}

.hf-support-right .bhs-language-switcher{
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  margin:0!important;
  padding:0!important;
}

.hf-support-right .bhs-language-switcher a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:34px!important;
  height:24px!important;
  padding:0 7px!important;
  border:1px solid #d8d8d8!important;
  border-radius:4px!important;
  background:#fff!important;
  color:inherit!important;
  text-decoration:none!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
}

.hf-support-right .bhs-language-switcher a.is-active{
  border-color:var(--store-primary,#db4385)!important;
  color:var(--store-primary,#db4385)!important;
}

.hf-support-right > a{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
}

html[dir="rtl"] .hf-support-right{
  margin-inline-start:0!important;
  margin-inline-end:auto!important;
}

@media(max-width:768px){
  .hf-support-right{
    gap:6px!important;
  }

  .hf-support-right .bhs-language-switcher a{
    min-width:30px!important;
    padding:0 5px!important;
    font-size:10px!important;
  }
}
