.dbp-no-scroll { overflow: hidden; }

.dbp-popup { display: none; position: fixed; inset: 0; width: 100vw; height: 100vh; max-width: none !important; }
.dbp-popup.is-open { display: block; }
.dbp-popup .dbp-popup-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.dbp-popup .dbp-popup-dialog {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: #ffffff; color: #111;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  max-height: 85vh; overflow: auto;
}
.dbp-popup .dbp-popup-close {
  position: absolute; top: 8px; right: 8px;
  border: none; background: transparent; font-size: 28px; line-height: 1; cursor: pointer;
}


