/* AliExpress Dropship Pro - Frontend Styles (lightweight) */

.aeds-product-badge{
  background:#ff6a00;
  color:#fff;
  padding:6px 10px;
  border-radius:8px;
  display:inline-block;
  margin:0 0 10px 0;
  font-size:12px;
  line-height:1;
}

.aeds-shipping-box{
  margin-top:14px;
  padding:14px;
  border:1px solid #e5e5e5;
  border-radius:14px;
  background:#fff;
}

.aeds-shipping-box__head{
  font-weight:700;
  font-size:13px;
  margin-bottom:8px;
}

.aeds-shipping-box__price{
  font-size:18px;
  font-weight:800;
  margin-bottom:10px;
}

.aeds-shipping-box__grid{
  display:grid;
  gap:8px;
}

.aeds-shipping-box .aeds-kv-row{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap:10px;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid #f0f0f1;
  background:#fcfcfd;
}

.aeds-shipping-box .aeds-kv-k{
  color:#646970;
  font-size:12px;
}

.aeds-shipping-box .aeds-kv-v{
  color:#1d2327;
  font-size:12px;
}

@media (max-width: 520px){
  .aeds-shipping-box .aeds-kv-row{ grid-template-columns: 1fr; }
}
