.ska-components-pre {
	position: relative;

	pre {
		margin: 0;
		overflow-x: auto;
		white-space: pre-wrap;
		font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
		border: 1px solid #ccc;
		padding: 4px;
		border-radius: 2px;
		tab-size: 4;
		// background: snow;
		background: #fcfeff;
		min-height: 28px;
	}

	&__copy-button {
		position: absolute;
		top: 2px;
		right: 2px;

		pre:empty + & {
			display: none;
		}
	}
}
