/* Built-in (file-based) gallery. Reuses shared .v2-gallery-card/-grid/-name from gallery-db.css. */

.v2-gallery-files {
    padding: 16px;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
}

.v2-gallery-files-header {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.v2-gallery-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    margin-bottom: 6px;
}
