/* Basic styles for built-in modal */
.cf7-typ-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 999999; }
.cf7-typ-overlay { position: absolute; inset:0; background: rgba(0,0,0,0.5); }
.cf7-typ-content { position: relative; background:#fff; padding: 24px 24px; border-radius: 12px; max-width: 520px; width: calc(100% - 32px); box-shadow: 0 10px 30px rgba(0,0,0,0.25); text-align:center; }
.cf7-typ-content h3 { margin: 0 0 10px; }
.cf7-typ-message { margin: 0 0 16px; }
.cf7-typ-btn, .cf7-typ-close { cursor: pointer; }
.cf7-typ-btn { display:inline-block; border: none; background:#111; color:#fff; padding:10px 16px; border-radius:8px; }
.cf7-typ-close { position: absolute; top: 8px; right: 12px; background: transparent; border: none; font-size: 24px; line-height: 1; }

/* Hide CF7 response message when sent, if enabled */
.wpcf7 form.sent .wpcf7-response-output.cf7-typ-hide { display:none !important; }
