#mp360-lotes-overlay {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 22px;
  background: rgba(7, 19, 23, 0.74);
}

#mp360-lotes-overlay.is-open { display: flex; }

#mp360-lotes-overlay .mp360-lotes-dialog {
  position: relative;
  width: 80vw;
  height: 80vh;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

#mp360-lotes-overlay .mp360-lotes-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

#mp360-lotes-overlay .mp360-lotes-close {
  position: fixed;
  z-index: 1;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.22);
  font: 32px/36px Arial, sans-serif;
  cursor: pointer;
}

@media (max-width: 640px) {
  #mp360-lotes-overlay { padding: 10px; }
  #mp360-lotes-overlay .mp360-lotes-dialog { width: 96vw; height: 92vh; }
  #mp360-lotes-overlay .mp360-lotes-close { top: 12px; right: 12px; }
}
