

/* Start:/local/assets/css/modal_open.css?1764855976960*/
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
    display: none;
}
.modal-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 90vh;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
    overflow: hidden;
}
.modal-header {
    height: 44px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-bottom: 1px solid #ddd;
}
.modal-close {
    cursor: pointer;
    font-size: 24px;
    color: #555;
}
.modal-body {
    width: 100%;
    height: calc(100% - 44px);
}
.modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
}
#wordContainer {
    padding: 20px;
    overflow: auto;
    height: 100%;
}

/* End */
/* /local/assets/css/modal_open.css?1764855976960 */
