.nonamebar-game-gallery-editor {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 18px;
}

.nonamebar-game-gallery-editor__header {
	margin-bottom: 16px;
}

.nonamebar-game-gallery-editor__heading {
	color: #1e1e1e;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
}

.nonamebar-game-gallery-editor__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	margin-bottom: 16px;
}

.nonamebar-game-gallery-editor__item {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 10px;
}

.nonamebar-game-gallery-editor__thumb {
	aspect-ratio: 4 / 3;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 3px;
	margin-bottom: 10px;
	overflow: hidden;
}

.nonamebar-game-gallery-editor__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nonamebar-game-gallery-editor__item .components-base-control {
	margin-bottom: 0;
}

.nonamebar-game-gallery-editor__item textarea {
	resize: vertical;
}

.nonamebar-game-gallery-editor__empty {
	align-items: center;
	background: #f6f7f7;
	border: 1px dashed #949494;
	border-radius: 4px;
	color: #50575e;
	display: flex;
	justify-content: center;
	min-height: 120px;
	text-align: center;
}

.nonamebar-game-gallery-editor__actions {
	margin-top: 16px;
}
