.ka-theme-builder-modal { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 9999; } .ka-theme-builder-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); } .ka-theme-builder-modal__content { position: relative; background: #fff; padding: 24px; max-width: 540px; width: 100%; border-radius: 6px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); z-index: 1; } .ka-theme-builder-modal__content h2 { margin-top: 0; } .ka-theme-builder-modal__content p { margin: 12px 0; }