
/* percent-yield.css - helper styles (keeps the blue/gray color scheme and Poppins font) */
body .ncw-calculator input.form-control,
body .ncw-calculator select.form-select {
  border-radius: .35rem;
  box-shadow: none;
  font-family: Poppins, sans-serif;
}

body .ncw-calculator .btn {
  font-family: Poppins, sans-serif;
  letter-spacing: 0.2px;
}

/* Result highlight */
#cwp-result { background: #e7f5ff; border-color: #bfe3ff; }

/* Mobile tweaks - keep minimal for page speed */
@media (max-width: 767px) {
  .card { margin: 10px; }
  .btn { font-size: 1rem; }
  .ncw-calculator { padding-bottom: 6px; }
}
