.orkida-delivery-pill{
  direction:rtl;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  max-width:620px;
  box-sizing:border-box;
  background:#f5fff6;
  border:1.5px solid #c9efcf;
  color:#1f2937;
  border-radius:14px;
  padding:11px 14px;
  margin:12px auto 14px;
  font-size:15px;
  font-weight:800;
  line-height:1.6;
  text-align:center;
  box-shadow:0 6px 18px rgba(46,125,50,.08);
}

.orkida-delivery-pill strong{
  color:#2e7d32;
  font-weight:900;
}

.orkida-delivery-pill small{
  display:block;
  color:#6b7280;
  font-size:12px;
  font-weight:600;
  margin-top:2px;
}

.orkida-delivery-pill::before{
  content:"🚚";
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:50%;
  background:#8cc63f;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  box-shadow:0 4px 10px rgba(140,198,63,.25);
}

.orkida-delivery-pill .orkida-delivery-icon{
  display:none !important;
}

@media(max-width:600px){
  .orkida-delivery-pill{
    max-width:92%;
    padding:10px 12px;
    font-size:13.5px;
    border-radius:13px;
    gap:8px;
  }

  .orkida-delivery-pill::before{
    width:30px;
    height:30px;
    min-width:30px;
    font-size:15px;
  }

  .orkida-delivery-pill small{
    font-size:11.5px;
  }
}