/**
 * Internal dependencies
 */
.component-primary-category,
.editor-styles-wrapper .component-primary-category {
	border-bottom: 1px solid currentColor;
	color: inherit;
	display: inline-block;
	font-family: var(--font-secondary);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.component-section-title {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem
}
.is-dark .component-section-title {
		border-color: rgba(255, 255, 255, 0.1)
}
.component-section-title__title,
.editor-styles-wrapper h2.component-section-title__title {
	font-family: var(--font-secondary);
	font-size: 1.5rem;
	margin: 0;
}
.component-section-title__url {
	margin-left: auto;
}

