/**
 * Content Publicity - Click-to-Share Quote Block (editor styles)
 *
 * Only loaded inside the block editor. Front-end styles live in style.css.
 */

.cp-quote-block--editor {
	border: 1px solid #dcdcde;
	border-left: 4px solid #dc143c;
	background: #fef7f7;
	padding: 16px 18px;
	border-radius: 6px;
	margin: 12px 0;
}

.cp-quote-block--editor .cp-quote-block__quote {
	margin: 0;
	padding: 0;
	border: 0;
}

.cp-quote-block--editor .cp-quote-block__text {
	font-size: 18px;
	line-height: 1.5;
	font-style: italic;
	color: #1d2327;
	margin: 0 0 8px 0;
}

.cp-quote-block--editor .cp-quote-block__cite {
	display: block;
	font-size: 13px;
	color: #50575e;
	font-style: normal;
}

.cp-quote-block--editor .cp-quote-block__actions--preview {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
	align-items: center;
}

.cp-quote-block--editor .cp-quote-block__label {
	font-size: 12px;
	font-weight: 600;
	color: #50575e;
	margin-right: 4px;
}

.cp-quote-block--editor .cp-quote-block__chip {
	display: inline-block;
	font-size: 11px;
	background: #fff;
	border: 1px solid #dcdcde;
	color: #1d2327;
	padding: 3px 8px;
	border-radius: 999px;
}

.cp-quote-help {
	font-size: 12px;
	color: #50575e;
	margin: 0 0 8px 0;
}
