button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 40px !important;
  width: -moz-fit-content;
  width: fit-content;
}
button a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
}
button.arancione {
  background-color: var(--color-arancio);
  transition: all 600ms cubic-bezier(0.65, -0.15, 0.25, 1.16);
}
button.arancione svg {
  fill: white;
}
button.arancione:hover {
  transition: all 600ms cubic-bezier(0.65, -0.15, 0.25, 1.16);
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(239, 116, 22, 0.3);
}

#arrow_gallery {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}/*# sourceMappingURL=element.css.map */