.mh-wpslpe-wrap {
  position: relative;
}

/* اگر از نسخه قدیمی notice باقی مانده، نمایش نده */
.mh-wpslpe-notice {
  display: none !important;
}

/* Alignment like Elementor button */
.mh-wpslpe-wrap.mh-wpslpe-align-left {
  display: flex;
  justify-content: flex-start;
}
.mh-wpslpe-wrap.mh-wpslpe-align-center {
  display: flex;
  justify-content: center;
}
.mh-wpslpe-wrap.mh-wpslpe-align-right {
  display: flex;
  justify-content: flex-end;
}
.mh-wpslpe-wrap.mh-wpslpe-align-justify {
  display: block;
}
.mh-wpslpe-wrap.mh-wpslpe-align-justify .mh-wpslpe-btn {
  width: 100%;
}

/* Button base */
.mh-wpslpe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* controlled by Elementor control */
  width: 100%;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

/* Icon wrapper to target size/spacing reliably */
.mh-wpslpe-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.mh-wpslpe-btn-icon svg {
  display: block;
}

.mh-wpslpe-btn:focus,
.mh-wpslpe-link:focus {
  outline: none;
}
