/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Project huddle el menu item **/
.project-huddle .el-menu-item {
	font-size: var(--text-m) !important;
}

/** General >> Brx content el menu horizontal **/
#brx-content .el-menu--horizontal {
	font-size: var(--text-m) !important;
	line-height: var(--text-m) !important;
}

/** General >> Unordered list el menu item (#1) **/
ul .el-menu-item:nth-of-type(1) {
	font-size: var(--text-m) !important;
}

/** General >> Brx content ph heading admin wrap **/
#brx-content .ph-heading-admin-wrap {
	font-size: var(--text-m) !important;
}


/*= Huddle ==================== */

/** Huddle >> submit button **/
#wp-submit {
	background-color: var(--action) !important;
	padding: var(--btn-pad-y) var(--btn-pad-x) var(--btn-pad-y) var(--btn-pad-x) !important;
}

/** Huddle >> Brx content **/
#brx-content {
	padding: var(--space-m);
}

/** Huddle >> Ph activity feed **/
#brx-content .ph-activity-feed {
	margin-right: var(--space-m);
	margin-left: 0;
}

/** Huddle >> Heading 1 **/
#brx-content h1 {
	text-transform: lowercase;
}

/** Huddle >> Heading 1 (::before) **/
#brx-content h1::before {
	content: "huddle ";
}

