/* Müşteri hizmetleri butonu yatay */
.three-customer-service{
  right:22px!important;
  bottom:22px!important;
}

.three-customer-button{
  width:214px!important;
  height:60px!important;
  min-width:214px!important;
  min-height:60px!important;
  border-radius:18px!important;
  padding:0 18px!important;
  flex-direction:row!important;
  justify-content:flex-start!important;
  gap:12px!important;
}

.three-customer-button svg{
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
}

.three-customer-button span{
  display:block!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:950!important;
  white-space:nowrap!important;
  text-align:left!important;
}

.three-customer-button::after{
  right:10px!important;
  top:10px!important;
}

.three-customer-panel{
  bottom:76px!important;
}

.three-customer-toast{
  bottom:76px!important;
}

@media(max-width:640px){
  .three-customer-button{
    width:184px!important;
    height:56px!important;
    min-width:184px!important;
    min-height:56px!important;
    border-radius:16px!important;
    padding:0 15px!important;
    flex-direction:row!important;
  }

  .three-customer-button span{
    display:block!important;
    font-size:12px!important;
  }

  .three-customer-panel{
    bottom:72px!important;
  }

  .three-customer-toast{
    bottom:72px!important;
  }
}
