.fh {
	margin-bottom: 1em;
}

.fh.has-background-color {
	padding: 1rem;
}

.fh__toolbar {
	display: inline-flex;
}

.fh__toolbar .components-toolbar:not(:first-child) {
	border-left: 0;
}

.fh__toolbarButton.components-toolbar__control.components-button:disabled {
	opacity: 1;
}

.fh__toolbarRange {
	margin-right: 8px;
}

.fh__line {
	display: block;
	width: 100%;
	background: transparent;
}

textarea.fh__line {
	padding: 0;
	border: none;
	color: inherit;
	font-family: inherit;
}

textarea.fh__line:focus {
	color: inherit;
}

/* Admin and default font style and weight */
.fh__line.fh-bold {
	font-weight: bold;
}

.fh__line.fh-italic {
	font-style: italic;
}

.fh__line.fh-all-caps {
	text-transform: uppercase;
}

/* Admin and default font sizes */
.fh__line.fh-fs-xxs {
	font-size: 1rem;
}

.fh__line.fh-fs-xs {
	font-size: 1.5rem;
}

.fh__line.fh-fs-s {
	font-size: 2rem;
}

.fh__line.fh-fs-default {
	font-size: 3rem;
}

.fh__line.fh-fs-l {
	font-size: 4rem;
}

.fh__line.fh-fs-xl {
	font-size: 5rem;
}

.fh__line.fh-fs-xxl {
	font-size: 6rem;
}

/* Admin and default font line heights */
.fh__line.fh-lh-xxs {
	line-height: 0.875;
}

.fh__line.fh-lh-xs {
	line-height: 0.9375;
}

.fh__line.fh-lh-s {
	line-height: 1;
}

.fh__line.fh-lh-default {
	line-height: 1.25;
}

.fh__line.fh-lh-l {
	line-height: 1.5;
}

.fh__line.fh-lh-xl {
	line-height: 1.75;
}

.fh__line.fh-lh-xxl {
	line-height: 2;
}

/* Text alignment */
.fh-align-left .fh__line {
	text-align: left;
}

.fh-align-center .fh__line {
	text-align: center;
}

.fh-align-right .fh__line {
	text-align: right;
}
