/* Just a few improvements for the panel css. I don't like the way a few things look. */

.kBuilderBlock {
	/*
	The default styles make the builder-blocks white.
	This doesn't look great when the block contains a structure field, since that is
	also white & intended to contrast with the page background.
	*/
	background: transparent;
	border: solid 1px #c5c5c5;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(22, 23, 26, 0.15);
}

/* I think the structure table looks better without a box-shadow so
that it looks like all the other form elements. */
.kBuilderBlock .k-structure-table {
	border: 1px solid #ccc;
	box-shadow: none;
}

.s-200-best-view {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}