.editor-post-preview,
.editor-preview-dropdown,
.editor-post-publish-panel__toggle,
.edit-post-post-status,
.editor-post-panel__row {
	display: none !important;
}

.editor-post-locked-modal__avatar {
	height: 64px;
}

.editor-collab-sidebar-panel__user-name {
	text-transform: none !important;
}

/* Share panel */

/* Add people */

.docs-share-add-person {
}

/* People list */

.docs-share-person-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
}

.docs-share-person-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #2271b1;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	flex-shrink: 0;
}

.docs-share-person-avatar-img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.docs-share-person-name {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}

.docs-share-person-remove {
	flex-shrink: 0;
}


.docs-share-copy-link {
	width: 100%;
	justify-content: center;
}
