#popupOverlay.gln-seller-valuation-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}
#popupForm.gln-seller-valuation-card{
  padding:40px 30px;
  width:90%;
  max-width:600px;
  text-align:center;
  background:#fff;
  border-radius:12px;
  box-shadow:0 5px 20px rgba(0,0,0,0.3);
}
.gln-seller-valuation-title{
  font-size:32px;
  margin-bottom:10px;
  font-weight:800;
  color:#222;
}
.gln-seller-valuation-copy{
  font-size:18px;
  line-height:1.5;
  margin-bottom:20px;
}
.gln-seller-valuation-label{
  display:block;
  margin-bottom:4px;
}
.gln-seller-valuation-input{
  width:100%;
  padding:10px;
  margin:8px 0;
  border-radius:6px;
  border:1px solid #ccc;
}
.gln-seller-valuation-submit{
  width:100%;
  padding:12px;
  background:#1f6feb;
  color:#fff;
  border:none;
  border-radius:6px;
  font-size:16px;
  cursor:pointer;
  margin-top:10px;
}
