.se-ship{margin-top:var(--se-ship-mt,12px)}
.se-ship__box{max-width:var(--se-ship-maxw,520px);width:100%;background:rgb(var(--color-background));}
.se-ship__title{margin:0 0 10px;font-size:14px;font-weight:600;line-height:1.2;color:rgb(var(--color-foreground))}
.se-ship__row{display:flex;gap:10px;align-items:center}
.se-ship__field{flex:1;min-width:0}
.se-ship__input{height:42px}
.se-ship__btn{min-height:42px;white-space:nowrap;padding-left:16px;padding-right:16px}
.se-ship__status{margin:10px 0 0;font-size:12px;line-height:1.25}
.se-ship__status.is-error{color:#b42318}
.se-ship__status.is-ok{color:#1a7f37}
.se-ship__result{margin-top:10px}
.se-ship__address{font-size:12px;line-height:1.25;margin:0 0 8px;color:rgba(var(--color-foreground),.85)}
.se-ship__rates{display:flex;flex-direction:column;gap:8px}
.se-ship__rate{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:10px 12px;border:1px solid rgba(var(--color-foreground),.12);}
.se-ship__rate-name{font-size:12px;line-height:1.2;font-weight:600}
.se-ship__rate-meta{font-size:11px;line-height:1.2;color:rgba(var(--color-foreground),.75);margin-top:4px}
.se-ship__rate-price{font-size:12px;line-height:1.2;font-weight:700;white-space:nowrap}
.se-ship.is-loading .se-ship__btn{pointer-events:none;opacity:.7}
.se-ship.is-loading .se-ship__input{pointer-events:none;opacity:.8}
@media (max-width:749px){
  .se-ship__box{padding:12px}
  .se-ship__row{gap:8px}
  .se-ship__input{height:40px}
  .se-ship__btn{min-height:40px;padding-left:14px;padding-right:14px}
}
