/* Custom modal for the workshop order form (the original site used fancybox
   for this box; this rebuild uses a plain modal instead). */
.modal { position: fixed; inset: 0; background: rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; z-index: 2000; }
.modal[hidden] { display: none; }
.modal-content { background: #fff; padding: 24px; max-width: 400px; width: 90%; border-radius: 8px; }
