.ysl-btn {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  justify-content: center;
  border-radius: 150px !important;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  border-color: black !important;
  color: black !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
.ysl-btn:hover,
.ysl-btn:focus {
  -webkit-transform: translateY(-1px); /* Chrome, Safari, versiones antiguas */
  -moz-transform: translateY(-1px); /* Firefox antiguo */
  -ms-transform: translateY(-1px); /* Internet Explorer */
  -o-transform: translateY(-1px); /* Opera antiguo */
  transform: translateY(-1px); /* Estándar */
  -webkit-box-shadow: 0 12px 26px rgba(17, 24, 39, 0.1); /* Safari y Chrome antiguos */
  -moz-box-shadow: 0 12px 26px rgba(17, 24, 39, 0.1); /* Firefox antiguo */
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.1);
  background: none !important;
}

.ysl-btn .ysl-ico {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px;
}