/* =====================================================
   EN BABA GLOBAL TIME GREETING
   Mobil menü + hizmet formları + WhatsApp modal üst karşılama
   Güncelleme: Form üstü karşılama rozeti desktop ve mobilde tam ortalıdır.
===================================================== */
.enb-time-greeting{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:7px;

  width:max-content;
  inline-size:max-content;
  max-width:calc(100% - 12px);

  margin:0 auto 10px !important;
  padding:7px 12px;

  border-radius:999px;
  background:#f8fafc;
  border:1px solid rgba(148,163,184,.28);
  color:#334155;

  font-size:13px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:0;
  text-align:center;
  text-transform:none !important;
  white-space:nowrap;
  flex-wrap:nowrap;

  justify-self:center;
  align-self:center;

  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.enb-time-greeting__emoji{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  line-height:1;
  flex:0 0 auto;
}

.enb-time-greeting span:last-child{
  min-width:0;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
}

/* Ulaşım WhatsApp modalındaki eski kicker alanı artık doğal cümle gibi görünür. */
.enb-transport-wa-modal__kicker.enb-time-greeting{
  display:flex !important;
  width:max-content;
  inline-size:max-content;
  max-width:calc(100% - 12px);
  margin:0 auto 6px !important;
  padding:0;
  border:0;
  background:transparent;
  color:#047857;
  font-size:12px;
  font-weight:900;
  letter-spacing:0;
  text-align:center;
  text-transform:none !important;
  white-space:nowrap;
}

/* Mobil menü kendi tasarımını korusun; sadece metin ortak motordan gelsin. */
#mobileMenuGreeting.enb-time-greeting{
  display:inline-flex !important;
  width:auto;
  inline-size:auto;
  max-width:100%;
  margin:0 !important;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  font-size:inherit;
  font-weight:inherit;
  justify-self:auto;
  align-self:auto;
  white-space:nowrap;
}

@media (max-width:640px){
  .enb-time-greeting{
    font-size:12.5px;
    padding:6px 10px;
    margin:0 auto 9px !important;
  }

  .enb-time-greeting__emoji{
    font-size:14px;
  }

  .enb-transport-wa-modal__kicker.enb-time-greeting{
    margin:0 auto 6px !important;
  }

  #mobileMenuGreeting.enb-time-greeting{
    margin:0 !important;
  }
}
