.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .875rem 1.25rem;
  border: 0;
  border-radius: 9999px;
  /* pill */
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: transform .02s ease-out, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.c-btn--block {
  display: flex;
  width: 100%;
}

.c-btn--lg {
  font-size: 1rem;
}

.c-btn--md {
  font-size: .9375rem;
}




.c-btn--primary {
  background: #03826B;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  border: 2px solid #016050;
  padding: 10px 12px;
}

.big-button {
  max-width: 100%;
  width: 100%;
}

.btn314 {
  max-width: 314px;
  width: 100%;
}

.btn314.single-percorso {
  margin: 26px auto
}

.btn314.singola-tappa {
  margin-bottom: 110px;
}

.btn-aiuto {
  margin-bottom: 30px;
}

.btn-prova-di-nuovo {
  max-width: 215px;
  width: 100%;
  margin: 35px auto 300px;
}

.btn-chiudi-indizio {
  max-width: 214px;
  width: 100%;
  margin: 0 auto;
}

.c-btn--primary.success-tappa {
  margin-bottom: 25px;
  margin-top: 20px;
}


.c-btn--primary:hover,
.c-btn--primary:focus-visible {
  background: #FFF;
  color: #03826B;
}

.btn238 {
  max-width: 238px;
  width: 100%;
}

.btn178 {
  max-width: 178px;
  width: 100%;

}

.btn-disabled {
  background: #8F8D8D;
  border-color: transparent;
}

.btn-disabled:hover {
  border-color: #8F8D8D;
  background: #FFF;
  color: #8F8D8D;
}

.c-btn:active {
  transform: unset !important;
}

.btn-buy-percorso {
  margin-bottom: 25px;
}

.c-btn--secondary {
  color: #03826B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border-radius: 48px;
  border: 2px solid #03826B;
  background: #FFF;
  padding: 10px 12px;
}

.c-btn--ghost {
  background: transparent;
  color: #000;
  border: 1px solid transparent;
}

.c-btn:focus-visible {
  outline: 3px solid #8ecbff;
  outline-offset: 2px;
}

.c-btn.is-disabled,
.c-btn[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.c-btn:active {
  transform: translateY(1px);
}

.c-btn__label {
  white-space: nowrap;
}