@charset "UTF-8";
.has-marker {
	padding: 0 .125em;
}
/* ポップアップ */
.rich-text-marker-popover .components-popover__content {
	padding: 10px 12px;
	border-radius: 8px;
}
/* 6列×2段 */
.marker-grid-6x2 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
	width: 260px;
	margin-bottom: 10px;
}
.marker-swatch {
	width: 34px; height: 34px;
	border-radius: 9999px;
	border: 2px solid #fff;
	cursor: pointer;
}
.marker-swatch:focus {
	outline: 2px solid #1e88e5;
	outline-offset: 2px;
}
/* スライダーのブロック */
.marker-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 6px;
}
.marker-actions .components-button.is-link {
	padding: 0;
	border: none;
	box-shadow: none;
	text-decoration: none;
	color: #007cba;
}
.marker-actions .components-button.is-link:hover {
	color: #005177;
}
/* カラーピッカー */
.marker-picker-wrap { margin-top: 10px; }
.marker-picker-actions { margin-top: 8px; text-align: right; }
