.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1e+23!important;overflow:auto}.modal-content{background:#fff;padding:20px;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:15px}.modal-title{margin:0;font-size:1.5rem}.modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.modal-body{max-height:60vh;overflow-y:auto;white-space:pre-line;text-align:justify}