.calculator_page{
  background-color: #130fbb;
  padding: 8rem;
}
.calculator.quick-quote{
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 1rem;
    background: #fafafa;
    max-width: 520px;
    justify-self: anchor-center;
}

.calculator h3 {
  color: #130fbb;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.calculator-field {
  margin-bottom: 15px;
}

.calculator select {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.quote-result {
  font-size: 1.1rem;
  font-weight: bold;
}

.calculator.quick-quote { padding:20px; border:2px solid #eee; border-radius:12px; background:#fafafa; max-width:520px; }
.calculator-field { margin-bottom:14px; }
.calculator-field select { width:100%; padding:10px; border-radius:8px; border:1px solid #ccc; }
.quote-result { font-weight:600; font-size:1.1rem; }

.qq-wa-btn {
  display:inline-block;
  margin-top:12px;
  padding:10px 14px;
  border-radius:8px;
  background:#25D366;
  color:#fff !important;
  text-decoration:none;
  font-weight:600;
  transition:opacity .2s ease, transform .05s ease;
}
.qq-wa-btn:hover { transform: translateY(-1px); }
.qq-wa-btn.is-disabled {
  pointer-events:none;
  opacity:.5;
  background:#9e9e9e;
}
.qq-wa-hint { display:block; margin-top:6px; color:#777; }