/**
 * framework/vendor-embed.
 *
 * Deliberately almost empty. The vendor scripts ship their own inline styling —
 * BambooHR writes styles onto every node it creates — and live shows exactly
 * that, unstyled by the theme. Adding rules here would move the dev build away
 * from live, not towards it.
 */

.vk-vendor--bamboohr {
	width: 100%;
}

/* Live's quiz trigger is an empty inline anchor with no box of its own. */
.vk-vendor--quizmaker {
	display: inline;
}

/* In the editor the block is a labelled placeholder: the vendor does not draw
   into the canvas, so without this the block would be an invisible nothing that
   an editor could delete by accident. */
.vk-vendor-ph {
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	padding: 24px;
	text-align: center;
	background: #f6f7f7;
	color: #50575e;
	font-size: 13px;
	line-height: 1.6;
}

.vk-vendor-ph strong {
	display: block;
	font-size: 15px;
	color: #1d2327;
	margin-bottom: 4px;
}
