#apLaserShopmodusBox{
  margin-top:14px;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.60);
  box-shadow:0 16px 36px rgba(40,90,140,.12);
}

#apLaserShopmodusBox h2{
  margin:0 0 6px;
  font-size:21px;
  font-weight:800;
  color:#17325f;
}

#apLaserShopmodusBox .muted{
  color:#314565;
  line-height:1.45;
}

#apLaserShopmodusBox .form-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(160px,1fr));
  gap:12px;
  margin-top:14px;
}

#apLaserShopmodusBox label{
  display:flex;
  flex-direction:column;
  gap:7px;
  font-weight:800;
  color:#20375f;
}

#apLaserShopmodusBox input,
#apLaserShopmodusBox select{
  min-height:42px;
  border-radius:15px;
  border:1px solid rgba(80,120,170,.16);
  background:#fff;
  padding:8px 12px;
  color:#17325f;
  font-weight:700;
  outline:none;
}

.ap-shop-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}

#apLaserShopmodusBox button{
  border:0;
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
  cursor:pointer;
  background:#f4f8ff;
  color:#17325f;
}

#apLaserShopmodusBox button.primary{
  background:linear-gradient(135deg,#4c8df7,#70b7ff);
  color:#fff;
  box-shadow:0 8px 18px rgba(76,141,247,.28);
}

#apShopMainHint{
  margin-top:10px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(76,141,247,.10);
}

#apShopResultRows{
  display:grid;
  grid-template-columns:repeat(3,minmax(170px,1fr));
  gap:10px;
  margin-top:14px;
}

#apShopResultRows > div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(30,70,110,.10);
  box-shadow:0 7px 16px rgba(40,90,140,.06);
}

#apShopResultRows span{
  color:#617086;
  font-size:13px;
}

#apShopResultRows strong{
  color:#17325f;
  font-size:15px;
  text-align:right;
  white-space:nowrap;
}

#apShopResultRows > div:nth-last-child(1){
  grid-column:1 / -1;
  background:#fff7e8;
  border-color:rgba(255,180,70,.35);
}

#apShopResultRows > div:nth-last-child(1) strong{
  white-space:normal;
  color:#8a4d00;
}

@media(max-width:950px){
  #apLaserShopmodusBox .form-grid,
  #apShopResultRows{
    grid-template-columns:repeat(2,minmax(160px,1fr));
  }
}

@media(max-width:620px){
  #apLaserShopmodusBox .form-grid,
  #apShopResultRows{
    grid-template-columns:1fr;
  }
}
