/* max-width zodat formulieren netjes blijven */
#hp-modal .hystmodal__window { max-width: 640px; width: 100%; }
#hp-modal .hystmodal__window { padding: 1.25rem; }
#hp-modal .hystmodal__close { position: absolute; right: .75rem; top: .75rem; }
#hp-modal .hp-content { max-height: 70vh; overflow: auto; }
/* Zorg dat container initieel bestaat maar verborgen is tot open() */
#hp-modal[aria-hidden="true"] { visibility: hidden; }
