.app-download-cta,
a.app-download-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  width: 100%;
  margin-top: 1.25rem;
  border: 0;
  border-radius: 9999px;
  background-color: #1d4ed8 !important;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.app-download-cta:hover,
a.app-download-cta:hover {
  background-color: #1e40af !important;
  color: #ffffff !important;
}
