.content-hub .hub-primary {
	display: inline-grid;
	place-items: center;
	min-height: 42px;
	padding: 0 17px;
	border: 0;
	border-radius: 8px;
	background: var(--blue);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.content-hub .panel-outline-button {
	display: inline-grid;
	place-items: center;
	min-height: 40px;
	padding: 0 15px;
	border: 1px solid #91afe0;
	border-radius: 8px;
	color: var(--blue);
	font-size: 10px;
	font-weight: 800;
}
