.mm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 16px;
}

.mm-box {
  max-width: 420px;
  width: 100%;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .25);
  box-sizing: border-box;
}

.mm-title {
  margin: 0 0 12px;
  line-height: 1.2;
}

.mm-content {
  margin: 0 0 18px;
  line-height: 1.5;
}

.mm-actions {
  margin-bottom: 14px;
}

.mm-button {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.mm-close {
  display: inline-block;
  color: #666;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
