.contact-file-status {margin-top:8px; color:#767676; font-size:14px; line-height:1.4;}
.contact-modal {position:fixed; inset:0; display:none; align-items:center; justify-content:center; padding:20px; background:rgba(0,0,0,.5); z-index:10000;}
.contact-modal.is-open {display:flex;}
.contact-modal__dialog {width:min(100%, 420px); background:#fff; padding:34px 28px 28px; text-align:center; box-shadow:0 10px 30px rgba(0,0,0,.2);}
.contact-modal__message {margin:0 0 24px; color:#333; font-size:16px; line-height:1.6; white-space:pre-line;}
.contact-modal__button {min-width:100px; height:42px; padding:0 20px; border:1px solid #c50000; background:#c50000; color:#fff; cursor:pointer;}
