.wce-ec-shell{
  width:100%;
  background:#f3f6fa;
  padding:0;
  margin:0;
  box-sizing:border-box;
  font-family:Arial,Helvetica,sans-serif;
  color:#092d50;
}
.wce-ec-shell *{box-sizing:border-box}
.wce-ec-card{
  width:100%;
  max-width:730px;
  margin:0 auto;
  padding:29px 28px 27px;
  background:#fff;
  border:1px solid #e5e9ee;
  border-radius:15px;
  box-shadow:0 12px 27px rgba(11,40,69,.13);
}
.wce-ec-heading{text-align:center;margin:0 0 27px}
.wce-ec-heading h2{
  margin:0 0 7px;
  color:#092d50;
  font-size:22px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.15px;
}
.wce-ec-heading p{
  margin:0;
  color:#7a8797;
  font-size:12px;
  line-height:1.4;
}
.wce-ec-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:19px;
}
.wce-ec-grid-3{
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
}
.wce-ec-field label,
.wce-ec-quote h3{
  display:block;
  margin:0 0 8px;
  color:#092d50;
  font-size:12px;
  font-weight:800;
  line-height:1.3;
}
.wce-ec-field select,
.wce-ec-quote input{
  display:block;
  width:100%;
  height:41px;
  margin:0;
  padding:0 12px;
  border:1px solid #d2dae3;
  border-radius:7px;
  background:#fff;
  color:#263b51;
  font-family:inherit;
  font-size:12px;
  outline:none;
  box-shadow:none;
}
.wce-ec-field select:focus,.wce-ec-quote input:focus{
  border-color:#9fb4c9;
  box-shadow:0 0 0 2px rgba(11,45,80,.06);
}
.wce-ec-slider-field{margin-top:20px}
.wce-ec-label-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:5px;
}
.wce-ec-label-row label{
  color:#092d50;
  font-size:12px;
  font-weight:800;
}
.wce-ec-label-row span{
  min-width:68px;
  padding:5px 9px;
  border:1px solid #c7ddf5;
  border-radius:5px;
  background:#f5f9ff;
  color:#0a3a68;
  text-align:center;
  font-size:12px;
  font-weight:800;
}
#wce-floors{
  display:block;
  width:100%;
  height:17px;
  margin:0;
  padding:0;
  accent-color:#0b2f54;
  cursor:pointer;
}
.wce-ec-results{
  margin-top:20px;
  padding:0 20px;
  border-radius:11px;
  background:#0b2e52;
  overflow:hidden;
}
.wce-ec-result-row{
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.wce-ec-result-row:last-child{border-bottom:0}
.wce-ec-result-row>span{
  color:#8ea9c4;
  font-size:10px;
  font-weight:400;
  letter-spacing:.05px;
}
.wce-ec-result-row>strong{
  color:#ffbd00;
  text-align:right;
  font-size:12px;
  font-weight:800;
}
.wce-ec-result-row .wce-safety{
  padding:3px 7px;
  border:1px solid #0a806b;
  border-radius:4px;
  background:#064239;
  color:#00db8a;
  font-size:9px;
  white-space:nowrap;
}
.wce-ec-divider{
  width:100%;
  height:1px;
  margin:20px 0 16px;
  background:#e3e7eb;
}
.wce-ec-quote h3{
  margin-bottom:14px;
  font-size:12px;
  letter-spacing:.05px;
  text-transform:uppercase;
}
.wce-ec-quote button{
  width:100%;
  height:42px;
  margin-top:13px;
  padding:0 10px;
  border:0;
  border-radius:7px;
  background:#ffb900;
  color:#062c50;
  font-family:inherit;
  font-size:11px;
  font-weight:900;
  letter-spacing:.05px;
  cursor:pointer;
  box-shadow:0 3px 6px rgba(0,0,0,.12);
}
.wce-ec-quote button:hover{background:#ffb300}
.wce-ec-message{
  min-height:18px;
  margin-top:9px;
  color:#687789;
  text-align:center;
  font-size:12px;
  font-weight:700;
}
.wce-ec-message.success{color:#087b4a}
.wce-ec-message.error{color:#b42318}

@media(max-width:760px){
  .wce-ec-card{max-width:100%;padding:24px 20px}
}
@media(max-width:620px){
  .wce-ec-grid,.wce-ec-grid-3{grid-template-columns:1fr}
  .wce-ec-heading h2{font-size:20px}
  .wce-ec-result-row{padding:10px 0;align-items:flex-start;flex-direction:column;gap:5px}
  .wce-ec-result-row>strong{text-align:left}
  .wce-ec-result-row .wce-safety{white-space:normal}
}
