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

.mdp-modal {
  max-width: 640px;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  padding: 20px 24px;
  position: relative;
}

.mdp-title {
  margin: 0 0 12px 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.mdp-content {
  overflow: auto;
  max-height: 70vh;
}

.mdp-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
