.molongui-clearfix {
	display: block !important;
	width: 100% !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	clear: both !important;
}

.molongui-display-none {
	display: none !important;
}

.molongui-remove-underline {
	text-decoration: none !important;
	border: none !important;
}

.m-a-box-avatar img {
	display: block;
	max-width: inherit !important;
	margin: 0 auto;
}

.m-a-box-avatar-url {
	text-decoration: none !important;
}

.m-a-box[data-box-layout='slim'] .m-a-box-container .m-a-box-tab {
	display: none;
}

.m-a-box[data-box-layout='slim'] .m-a-box-container .m-a-box-profile {
	display: flex;
}

.m-a-box-tabs {
	display: flex;
	flex-direction: column;
}

.m-a-box-tabs input {
	display: none !important;
}

.m-a-box-tabs nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

.m-a-box-tabs nav label {
	margin: 0;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #555;
}

.m-a-box-tabs nav label:hover {
	color: #888;
	cursor: pointer;
}

.m-a-box-tabs nav label:hover span, .m-a-box-tabs nav label:hover:before {
	opacity: 1;
}

.m-a-box-tabs nav label:before {
	font-family: molongui-authorship-font;
	font-weight: normal;
	margin-right: 10px;
}

.m-a-box-tabs nav label.m-a-box-tab {
	border-style: none;
	border-width: 0;
	border-color: transparent;
}

.m-a-box-tabs nav label[for^='mab-tab-profile-']:before {
	content: "";
}

.m-a-box-tabs nav label[for^='mab-tab-related-']:before {
	content: "";
}

.m-a-box-tabs nav label[for^='mab-tab-contact-']:before {
	content: "";
}

.m-a-box-tabs [id^='mab-tab-profile-']:checked~.m-a-box-container .m-a-box-profile, .m-a-box-tabs [id^='mab-tab-related-']:checked~.m-a-box-container .m-a-box-related, .m-a-box-tabs [id^='mab-tab-contact-']:checked~.m-a-box-container .m-a-box-contact {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.m-a-box-tabs .m-a-box-container .m-a-box-tab {
	display: none;
}

@media screen and (max-width:650px) {
	.m-a-box-tabs label {
		font-size: 0;
	}
	
	.m-a-box-tabs label:before {
		margin: 0;
		font-size: 18px;
	}
}

@media screen and (max-width:400px) {
	.m-a-box-tabs label {
		padding: 15px;
	}
}

.m-a-box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.m-a-box, .m-a-box *, .m-a-box *:before, .m-a-box *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-a-box a:focus {
	color: inherit;
	box-shadow: none;
	outline: none;
}

.m-a-box-header {
	width: 100%;
}

.m-a-box-header>:first-child {
	margin: 0;
}

.m-a-box-header-url:hover, .m-a-box-header-url:visited {
	color: inherit;
}

.m-a-box-container {
	container-name: author-box-container;
	container-type: inline-size;
}

.m-a-box-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 20px;
}

.m-a-box-content-top, .m-a-box-content-middle, .m-a-box-content-bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-content-top, .m-a-box-content-middle, .m-a-box-content-bottom {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.m-a-box-item {
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.m-a-box-container[min-width~="600px"] .m-a-box-content-top, .m-a-box-container[min-width~="600px"] .m-a-box-content-middle, .m-a-box-container[min-width~="600px"] .m-a-box-content-bottom {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.m-a-box-profile .m-a-box-content-top {
	width: 100%;
}

.m-a-box-avatar {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.m-a-box-social {
	margin-top: 20px;
}

.m-a-box-data {
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
	margin-top: 20px;
}

.m-a-box-data p:last-of-type {
	margin-bottom: 0;
}

.m-a-box-data .m-a-box-name {
	margin: 0;
	text-align: center;
}

.m-a-box-data .m-a-box-name>:first-child {
	margin: 0 !important;
}

.m-a-box-data .m-a-box-meta {
	margin-top: 10px;
	text-align: center;
	font-size: 70%;
	opacity: .7;
}

.m-a-box-data .m-a-box-meta:first-child {
	margin-top: 0;
}

.m-a-box-data .m-a-box-meta a {
	text-decoration: none;
	border: none !important;
}

.m-a-box-data .m-a-box-meta a:hover, .m-a-box-data .m-a-box-meta a:visited {
	color: inherit;
}

.m-a-box-data .m-a-box-bio {
	margin-top: 20px;
}

@container author-box-container (max-width: 599px) {
	.m-a-box-avatar {
		-webkit-align-self: center !important;
		-ms-align-self: center !important;
		align-self: center !important;
	}
	
	.m-a-box-data .m-a-box-name>:first-child {
		text-align: center !important;
	}
	
	.m-a-box-data .m-a-box-meta {
		text-align: center !important;
	}
}

@container author-box-container (min-width: 600px) {
	.m-a-box-avatar {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-align-self: center;
		-ms-align-self: center;
		align-self: center;
		padding: 0 20px 0 0;
		min-width: auto;
	}
	
	.m-a-box-social {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
		padding: 0 20px 0 0;
	}
	
	.m-a-box-data {
		-webkit-flex: 1 0;
		-ms-flex: 1 0;
		flex: 1 0;
		margin-top: 0;
	}
	
	.m-a-box-data .m-a-box-name {
		text-align: left;
	}
	
	.m-a-box-data .m-a-box-meta {
		text-align: left;
	}
}

.m-a-box-container[max-width~="599px"] .m-a-box-profile .m-a-box-avatar {
	-webkit-align-self: center !important;
	-ms-align-self: center !important;
	align-self: center !important;
}

.m-a-box-container[max-width~="599px"] .m-a-box-profile .m-a-box-data .m-a-box-name>:first-child {
	text-align: center !important;
}

.m-a-box-container[max-width~="599px"] .m-a-box-profile .m-a-box-data .m-a-box-meta {
	text-align: center !important;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile .m-a-box-avatar {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	padding: 0 20px 0 0;
	min-width: auto;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile .m-a-box-social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 0;
	padding: 0 20px 0 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile .m-a-box-data {
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
	margin-top: 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile .m-a-box-data .m-a-box-meta {
	text-align: left;
}

.m-a-box-related[data-related-layout='layout-1'] .m-a-box-content-top {
	width: 100%;
}

.m-a-box-related[data-related-layout='layout-1'] .m-a-box-content-middle {
	justify-content: start;
}

.m-a-box-related-entries {
	margin-top: 20px;
}

.m-a-box-related-entries ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.m-a-box-related-entries ul li {
	list-style: none !important;
	margin-bottom: 1rem;
}

.m-a-box-related-entries ul li:last-child {
	margin-bottom: 0;
}

.m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-title i {
	margin: 0 1rem 0 0;
}

.m-a-box-related[data-related-layout='layout-2'] .m-a-box-content-top {
	width: 100%;
}

.m-a-box-related[data-related-layout='layout-2'] .m-a-box-content-middle {
	justify-content: start;
}

.m-a-box-related-entries {
	margin-top: 20px;
}

.m-a-box-related-entries ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.m-a-box-related-entries ul li {
	list-style: none !important;
	margin-bottom: 1rem;
}

.m-a-box-related-entries ul li:last-child {
	margin-bottom: 0;
}

.m-a-box-related-entries ul li .m-a-box-related-entry {
	display: flex;
	flex-direction: row;
	align-items: center;
}

a.m-a-box-name-url, a.m-icon-container, .m-a-box-meta a {
	border: none;
	box-shadow: none;
}

.m-a-box-social {
	text-align: center;
}

.m-a-box-social-icon {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	margin: 5px;
}

.m-icon-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.7em;
}

.m-icon-container:hover {
	opacity: .5;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-social-icon {
		margin: .4em 0;
	}
}

.m-a-box-container[min-width~="600px"] .m-a-box-social-icon {
	margin: .4em 0;
}

@font-face {
	font-family: "molongui-authorship-font";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/plugins/molongui-authorship-pro/assets/css/../font/molongui-authorship-font.eot?30441601");
	src: url("/wp-content/plugins/molongui-authorship-pro/assets/css/../font/molongui-authorship-font.eot?30441601#iefix") format("embedded-opentype"), url("/wp-content/plugins/molongui-authorship-pro/assets/css/../font/molongui-authorship-font.woff2?30441601") format("woff2"), url("/wp-content/plugins/molongui-authorship-pro/assets/css/../font/molongui-authorship-font.woff?30441601") format("woff"), url("/wp-content/plugins/molongui-authorship-pro/assets/css/../font/molongui-authorship-font.ttf?30441601") format("truetype"), url("/wp-content/plugins/molongui-authorship-pro/assets/css/../font/molongui-authorship-font.svg?30441601#molongui-authorship-font") format("svg");
	font-display: swap;
}

[class^="m-a-icon-"]:before, [class*=" m-a-icon-"]:before {
	font-family: "molongui-authorship-font";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.m-a-icon-facebook:before {
	content: "";
}

.m-a-icon-twitter:before {
	content: "";
}

.m-a-icon-youtube:before {
	content: "";
}

.m-a-icon-instagram:before {
	content: "";
}

.m-a-icon-medium:before {
	content: "";
}

.m-a-icon-tiktok:before {
	content: "";
}

.m-a-icon-linkedin:before {
	content: "";
}

.m-a-icon-doc:before {
	content: "";
}

.m-ico-squared, .m-ico-branded-squared, .m-ico-branded-squared-reverse, .m-ico-circled, .m-ico-branded-circled, .m-ico-branded-circled-reverse {
	border: 1px solid #333;
	border-radius: 4px;
	background-color: #333;
	color: white;
}

.m-ico-squared, .m-ico-branded-squared, .m-ico-branded-squared-reverse {
	border-radius: 4px;
}

.m-ico-branded, .m-ico-branded-circled, .m-ico-branded-circled-reverse, .m-ico-branded-squared, .m-ico-branded-squared-reverse {
	border: none;
}

.m-ico-branded:hover, .m-ico-branded-circled:hover, .m-ico-branded-circled-reverse:hover, .m-ico-branded-squared:hover, .m-ico-branded-squared-reverse:hover, .m-ico-branded-boxed:hover {
	opacity: .7;
}

.m-ico-branded-circled-reverse.m-ico-twitter, .m-ico-branded-squared-reverse.m-ico-twitter {
	background-color: #000 !important;
}

.m-ico-branded-circled-reverse.m-ico-facebook, .m-ico-branded-squared-reverse.m-ico-facebook {
	background-color: #3b5998 !important;
}

.m-ico-branded-circled-reverse.m-ico-linkedin, .m-ico-branded-squared-reverse.m-ico-linkedin {
	background-color: #007bb6 !important;
}

.m-ico-branded-circled-reverse.m-ico-youtube, .m-ico-branded-squared-reverse.m-ico-youtube {
	background-color: #b00 !important;
}

.m-ico-branded-circled-reverse.m-ico-instagram, .m-ico-branded-squared-reverse.m-ico-instagram {
	background-color: #405de6 !important;
}

.m-ico-branded-circled-reverse.m-ico-medium, .m-ico-branded-squared-reverse.m-ico-medium {
	background-color: #00ab6b !important;
}

.m-ico-branded-circled-reverse.m-ico-tiktok, .m-ico-branded-squared-reverse.m-ico-tiktok {
	background-color: #010101 !important;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-content-middle {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-avatar {
		padding: 0;
	}
	
	.m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-data {
		padding: 0 20px 0 0;
	}
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-content-middle {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-avatar {
	padding: 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-data {
	padding: 0 20px 0 0;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-avatar {
		order: 2;
	}
	
	.m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-social {
		order: 1;
	}
	
	.m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-data {
		order: 3;
	}
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-avatar {
	order: 2;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-social {
	order: 1;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-data {
	order: 3;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-avatar {
		order: 2;
	}
	
	.m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-social {
		order: 3;
		padding: 0;
	}
	
	.m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-data {
		order: 1;
		padding: 0 20px 0 0;
	}
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-avatar {
	order: 2;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-social {
	order: 3;
	padding: 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-data {
	order: 1;
	padding: 0 20px 0 0;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-avatar {
		order: 1;
	}
	
	.m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-social {
		order: 3;
		padding: 0;
	}
	
	.m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-data {
		order: 2;
		padding: 0 20px 0 0;
	}
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-avatar {
	order: 1;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-social {
	order: 3;
	padding: 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-data {
	order: 2;
	padding: 0 20px 0 0;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-avatar {
		order: 3;
		padding: 0;
	}
	
	.m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-social {
		order: 1;
	}
	
	.m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-data {
		order: 2;
		padding: 0 20px 0 0;
	}
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-avatar {
	order: 3;
	padding: 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-social {
	order: 1;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-data {
	order: 2;
	padding: 0 20px 0 0;
}

.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-content-middle, .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}

.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-content-bottom, .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: calc(100% + 2 * 20px);
	margin: 20px -20px -20px;
}

.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social, .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 10px 0;
}

.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social .m-a-box-social-icon, .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social .m-a-box-social-icon {
	margin: 0 .4em;
}

.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social .m-a-box-social-icon i::before, .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social .m-a-box-social-icon i::before {
	margin-bottom: 0;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-content-middle, .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-data, .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-data {
		-webkit-flex: 1 0;
		-ms-flex: 1 0;
		flex: 1 0;
	}
	
	.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social, .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-self: start;
		-ms-align-self: start;
		align-self: start;
		margin: 10px 0;
		padding: 0 20px;
	}
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-content-middle, .m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-data, .m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-data {
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social, .m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-self: start;
	-ms-align-self: start;
	align-self: start;
	margin: 10px 0;
	padding: 0 20px;
}

@container author-box-container (min-width: 600px) {
	.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-avatar {
		padding: 0;
	}
	
	.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-data {
		padding: 0 20px 0 0;
	}
	
	.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social {
		-webkit-align-self: end;
		-ms-align-self: end;
		align-self: end;
	}
	
	.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social .m-a-box-social-icon:last-child {
		margin-right: 0;
	}
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-avatar {
	padding: 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-data {
	padding: 0 20px 0 0;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social {
	-webkit-align-self: end;
	-ms-align-self: end;
	align-self: end;
}

.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social .m-a-box-social-icon:last-child {
	margin-right: 0;
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-content-top {
	width: 100%;
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-content-middle {
	justify-content: start;
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries {
	margin-top: 20px;
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li {
	list-style: none !important;
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li .m-a-box-related-entry {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-title {
	font-size: 90%;
}