.lindsay-inquiry-footer-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50000;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
}

.lindsay-inquiry-footer-bar a {
  display: block;
  padding: 0.55rem 1rem 0.65rem 1.1rem;
  background: #2271b1;
  color: #fff !important;
  text-decoration: none !important;
  border-top-left-radius: 6px;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.12);
}

.lindsay-inquiry-footer-bar a:hover,
.lindsay-inquiry-footer-bar a:focus {
  background: #135e96;
  color: #fff !important;
  outline: none;
}

@media (min-width: 600px) {
  .lindsay-inquiry-footer-bar a {
    padding: 0.65rem 1.25rem 0.75rem 1.35rem;
  }
}
