.ezwp-drawio-field {
    position: relative;
}

.ezwp-drawio-label {
    margin-bottom: .5rem;
    font-weight: 600;
}

.ezwp-drawio-diagram {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    max-height: 1200px;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    background: #fff;
}

.ezwp-drawio-resize-handle {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #94a3b8;
    cursor: ns-resize;
    box-shadow: none;
}

.ezwp-drawio-resize-handle:hover,
.ezwp-drawio-resize-handle:focus-visible,
.ezwp-drawio-resize-handle.is-resizing {
    color: #0d6efd;
    background: rgba(13, 110, 253, .06);
    outline: none;
}

.ezwp-drawio-resize-handle:focus-visible {
    outline: 1px solid rgba(13, 110, 253, .45);
    outline-offset: 0;
}

.ezwp-drawio-resize-handle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ezwp-drawio-preview {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #fff;
    color-scheme: light;
}

.ezwp-drawio-mermaid-preview {
    width: 100%;
    height: 100%;
    padding: 16px;
}

.ezwp-drawio-mermaid-preview svg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.ezwp-drawio-empty {
    padding: 2rem;
    color: #64748b;
    text-align: center;
}

.ezwp-drawio-editor-modal .modal-header {
    min-height: 64px;
}

.ezwp-drawio-editor-modal .modal-body {
    padding: 0;
    overflow: hidden;
}

.ezwp-drawio-editor-modal iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 64px);
    border: 0;
}

.ezwp-drawio-editor-status {
    margin-top: 2px;
    color: #64748b;
    font-size: 12px;
}
