.global-modal-button-expand{color:gray;z-index:10000;background:0 0;border:none;margin-left:8px;padding:0;font-weight:200}.global-modal-button-expand svg{margin-top:-3px}.global-modal-close-button{color:#4c4c4c;z-index:10000;background:0 0;border:none;margin-left:8px;padding:0;font-weight:200}.global-modal-content{background-color:#fff;border:1px solid #ccc;border-radius:15px;flex-direction:column;width:50%;max-height:95vh;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:24px 24px 48px #0000001a}.global-modal-header{background-color:var(--color-primary-light);z-index:10;border-radius:15px 15px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 20px 10px;display:flex;position:sticky;top:0}.global-modal-title{margin:0;font-size:1.25rem;font-weight:500}.global-modal-actions{align-items:center;display:flex}.global-modal-subtitle{color:#666;margin-right:12px;font-size:.9rem}.global-modal-body{flex:1;padding:20px;overflow-y:auto}.global-modal-footer{background-color:#f9f9f9;border-top:1px solid #e7e3e3;border-radius:0 0 15px 15px;flex-shrink:0;justify-content:flex-end;gap:16px;padding:15px 20px;display:flex}.global-modal-content.size-sm{width:30%;max-width:600px}.global-modal-content.size-md{width:50%;max-width:800px}.global-modal-content.size-lg{width:90%;max-width:1500px}.global-modal-content.fullscreen{width:95%}@media (max-width:600px){.global-modal-content{width:95%!important}}
