/* From Uiverse.io by Yaya12085 - Bouton App Store (couleurs thème Olyfit) */

.appstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-primary, #0043FF);
  border-radius: 9999px;
  background-color: var(--color-primary, #0043FF);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: var(--color-white, #fff);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
  font-family: var(--font-tertiary, "Inter", sans-serif);
}

.appstore-button:hover {
  background-color: transparent;
  color: var(--color-primary, #0043FF);
}

.appstore-button .icon {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}

.appstore-button .texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.appstore-button .text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.appstore-button .text-2 {
  font-weight: 600;
}
