/* Base styles (override replaces the package view.css entirely) */
.ws-split {
	display: grid;
	column-gap: 1rem;
	margin-bottom: 1rem;
	.split-content {
		display: flex;
		flex-direction: column;
		padding: 1rem;
		> :last-child {
			margin-bottom: 0;
		}
	}
	.split-image {
		background-size: cover;
		background-position: center;
	}
	&.small-no-image .split-image {
		display: none;
	}
}

/* Icon indicator (replaces the text "More…" from the package view) */
.ws-split .indicator {
	--icon-size: 2rem;
	display: block;
	margin: auto auto 1em !important;
	width: var(--icon-size);
	height: var(--icon-size);
	fill: currentColor;
}
