.mKywor .Io8rk3,
.mKywor .HxU6SS {
  pointer-events: none !important;
}
.mKywor .yfNkfQ {
  cursor: pointer;
}

/* === AMLBot Font fix ===
   Original CSS references a Next/font-generated family name like "__Inter_bcb1d0".
   We load Inter from Google Fonts above and force it within the landing scope.
*/
@font-face {
  font-family: __Inter_bcb1d0;
  src: local("Inter");
  font-display: swap;
}
.amlbot-scope,
.amlbot-scope * {
  font-family:
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif !important;
}

/* Fix CTA button layout */
.Ow8ZuO .LmFXK4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  /* если у тебя кнопка должна быть "пухлая" как на дизайне */
  padding: 18px 28px;
  border-radius: 999px;

  /* если у кнопки пропали фоны/обводки */
  border: 0;
  cursor: pointer;

  /* чтобы текст не съезжал */
  white-space: nowrap;
}

.LmFXK4 {
  color: #fff;
}

.Ow8ZuO .LmFXK4__label {
  display: inline-block;
  line-height: 1;
  color: white;
}

.Ow8ZuO .LmFXK4 .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

/* Fix cursor pointer for anchor button */
.LmFXKJ {
  cursor: pointer;
}

/* Ensure container also has pointer cursor */
.Ow8ZuO {
  cursor: pointer;
}
