.school-organigrama-dialog {
    border: 0;
    padding: 8px 12px 12px;
    background: #fff;
    max-width: 98vw;
    max-height: 98dvh;
    box-sizing: border-box;
    cursor: zoom-out;
}
.school-organigrama-dialog::backdrop { background: rgba(0, 0, 0, .8); }
.school-organigrama-dialog img {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(98vw - 24px);
    max-height: calc(98dvh - 76px);
    object-fit: contain;
    margin: auto;
}
.school-document-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 8px;
    cursor: default;
    white-space: nowrap;
}
.school-document-toolbar span { color: #123757; font-size: 16px; }
.school-document-toolbar button {
    position: static;
    min-width: 44px;
    min-height: 44px;
    padding: 6px 10px;
    border: 0;
    background: #123757;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.2;
}
.school-document-toolbar button:disabled { opacity: .4; cursor: default; }
.school-document-toolbar button:focus-visible { outline: 3px solid #c58e17; outline-offset: 2px; }
.school-document-toolbar [hidden] { display: none; }
a:has(> .wp-image-351), a:has(> .wp-image-359), .school-document-image a { cursor: zoom-in; }
