.wp-block {
	outline: 1px solid transparent;
	outline-offset: 7px;
	transition: all 0.2s;
}

.wp-block:hover {
	outline-color: lightgray;
}

.wp-block .wp-block {
	outline-offset: 2px;
}

blockquote {
	background-color: #78e7ff;
	padding: 10px;
}

/* --- Editor-only ACF block labels (never shown on the frontend) --- */
.sk2024-editor-label {
	display: block;
	margin: 0 0 16px;
	padding: 10px 14px;
	background: #f0f0f1;
	border: 1px solid #dcdcde;
	border-left: 4px solid #8c8f94;
	border-radius: 4px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	text-align: left;
	-webkit-user-select: none;
	user-select: none;
}

.sk2024-editor-label__title {
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #1e1e1e;
}

.sk2024-editor-label__desc {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #757575;
}

/* Frame around the whole block content in the editor. Only matches in the
   editor because .sk2024-editor-label is never rendered on the frontend. */
*:has( > .sk2024-editor-label ) {
	padding: 14px;
	border: 1px dashed #c3c4c7;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.015);
}
