
/* SWAP ZERO R74E30O - additive form owner for non-R01 publishing only */
.swap-form-card.sz30o-market-owner{
  border-color:rgba(151,104,255,.34)!important;
}
.swap-form-card.sz30o-market-owner .asset-panel{
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.swap-form-card.sz30o-market-owner .asset-panel:first-of-type{
  border-color:rgba(132,100,255,.28)!important;
}
.swap-form-card.sz30o-market-owner .asset-panel:nth-of-type(2){
  border-color:rgba(255,255,255,.11)!important;
}
.sz30o-status{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  margin:0 0 12px;padding:11px 12px;border-radius:13px;
  border:1px solid rgba(142,102,255,.18);
  background:linear-gradient(135deg,rgba(103,73,225,.14),rgba(148,72,225,.06));
}
.sz30o-status span{font-size:10px;color:#929caf;font-weight:800}
.sz30o-status b{font-size:12px;color:#f0ebff;text-align:right}
.sz30o-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#5be0a3;margin-right:5px;box-shadow:0 0 10px rgba(91,224,163,.55)}
.sz30o-eq{
  margin:12px 0;padding:13px;border-radius:14px;
  background:linear-gradient(145deg,rgba(8,14,29,.92),rgba(14,19,35,.92));
  border:1px solid rgba(255,255,255,.075);
}
.sz30o-eq .row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.sz30o-eq .row+ .row{margin-top:7px}
.sz30o-eq small{font-size:9px;color:#8995a8;font-weight:800}
.sz30o-eq strong{font-size:15px;color:#f4f0ff}
.sz30o-eq em{display:block;margin-top:8px;font-size:9px;line-height:1.45;color:#747f92;font-style:normal}
.sz30o-eq .warn{color:#f0c875}
.swap-form-card.sz30o-market-owner [data-action="start-swap"]{
  opacity:.78!important;cursor:not-allowed!important;
}
@media(max-width:520px){
  .sz30o-status{align-items:flex-start;flex-direction:column}
  .sz30o-status b{text-align:left}
}
