.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:8px;width:500px;max-width:90%;padding:20px;animation:.3s ease-in-out fadeIn;position:relative;box-shadow:0 0 10px #0000004d}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-title{text-align:center;color:#2c3e50;border-bottom:2px solid #f6c844;margin-bottom:20px;padding-bottom:10px}.modal-column p{color:#333;margin:5px 0;font-size:16px;line-height:1.5}.modal-column br{font-size:80px!important;line-height:10px!important}.modal-buttons{justify-content:space-between;margin-top:20px;display:flex}.btn{cursor:pointer;border:none;border-radius:5px;min-width:120px;padding:10px 20px;font-size:16px;transition:background-color .3s}.btn-close{color:#2c3e50;background-color:#f6c844}.btn-close:hover{background-color:#e5b83a}.btn-download:hover{background-color:#1f2c3a}.modal-edit:hover{color:#e5b83a;background-color:#0000}.modal-list-wrapper{column-count:2;column-gap:20px;width:100%}@media (max-width:1200px){.modal-list-wrapper{column-count:1}.modal-columns{flex-direction:column;gap:1rem}}
