.face-ai-gallery-block {
    width: 100%;
    margin: 0;
}
.face-ai-gallery-frame {
    display: block;
    width: 100%;
    height: var(--face-ai-gallery-height, 100vh);
    border: 0;
    background: transparent;
}
.face-ai-gallery-mode-native {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none !important;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: visible;
}
.face-ai-gallery-mode-native .face-ai-gallery-frame {
    width: 100%;
    min-height: 1px;
    height: 100vh;
    overflow: hidden;
}
.face-ai-gallery-open {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}
.face-ai-gallery-empty {
    padding: 24px;
    border: 1px dashed currentColor;
    text-align: center;
}
.face-ai-gallery-editor-card {
    border: 1px solid #dcdcde;
    background: #fff;
    padding: 24px;
}
.face-ai-gallery-editor-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.face-ai-gallery-editor-preview {
    display: grid;
    gap: 8px;
    margin: 16px 0;
    padding: 16px;
    background: #f6f7f7;
}
.face-ai-gallery-editor-preview code {
    white-space: normal;
    word-break: break-all;
}
