/**
 * SEB Credit Format - styling
 *
 * Matches the muted grey tone used in the SEB Last Modified plugin
 * (#8a8579), but at a slightly larger, more legible size (13px) since
 * this appears inline within regular body content rather than as a
 * small footer line.
 *
 * Applied both inside the block editor (so it looks right while
 * writing) and on the actual live front-end of the site.
 */

.credit {
	color: #8a8579;
	font-size: 13px;
	font-style: italic;
}

/* Slightly stronger visual cue in the editor so it's obvious which
   text has the format applied while writing/reviewing content. */
.block-editor-writing-flow .credit {
	background-color: rgba(138, 133, 121, 0.08);
	border-radius: 2px;
	padding: 0 2px;
}
