/* Reserve room at the bottom of the result page so the sticky mobile CTA doesn't cover content */
@media (max-width: 640px) {
  body { padding-bottom: 80px; }
}
