/**
 * News detail + site-wide article typography — mirrors leelinebags.com GeneratePress `.inside-article`.
 * Prose rules apply to main content areas on all non-home pages.
 */

body:not(.home){
	--qng-article-contrast:#09162a;
	--qng-article-contrast-2:#1c3145;
	--qng-article-text:#344b64;
	--qng-article-link:#2370dc;
	--qng-article-accent:#ffc300;
	--qng-article-warning-bg:#fbd4c0;
	--qng-article-quote-gradient:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
}

body.qng-body-news-single .page-right .inside-article,
body:not(.home) .page-right .inside-article{
	color:var(--qng-article-text);
	background:#fff;
	padding:0 0 48px;
	font-family:Archivo,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
	font-size:17px;
	line-height:1.6;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/* Entry header */
/* Entry header — never sticky/fixed (site header scroll script used to target all <header>) */
body.qng-body-news-single .page-right .qng-news-entry-header,
body.qng-body-news-single .page-right header.qng-news-entry-header{
	position:static !important;
	top:auto !important;
	left:auto !important;
	width:auto !important;
	z-index:auto !important;
}

body.qng-body-news-single .page-right .entry-header{
	margin:0 0 28px;
}
body.qng-body-news-single .page-right .entry-header .entry-title{
	margin:0 0 12px;
	font-family:Oswald,sans-serif;
	font-weight:700;
	font-size:40px;
	line-height:1.2;
	color:var(--qng-article-contrast);
}
body.qng-body-news-single .page-right .qng-news-entry-categories{
	margin:0 0 10px;
	font-size:15px;
	font-weight:600;
	line-height:1.5;
}
body.qng-body-news-single .page-right .qng-news-entry-categories a,
body.qng-body-news-single .page-right .qng-news-entry-categories .qng-news-cat-label{
	color:var(--qng-article-link);
	text-decoration:none;
}
body.qng-body-news-single .page-right .qng-news-entry-categories a:hover{
	color:var(--qng-article-contrast);
	text-decoration:underline;
}
body.qng-body-news-single .page-right .qng-news-entry-date .page_date{
	display:inline-block;
	font-size:15px;
	font-weight:600;
	color:var(--qng-article-text);
	text-transform:none;
	letter-spacing:0;
}

/* Featured image */
body.qng-body-news-single .page-right .qng-news-featured-image{
	margin:0 0 28px;
}
body.qng-body-news-single .page-right .qng-news-featured-image img{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

/* Entry content — GeneratePress base */
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe){
	margin-top:0;
	color:var(--qng-article-text);
	word-wrap:break-word;
	overflow-wrap:break-word;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) p,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-paragraph{
	margin:0 0 1.5em;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) p:last-child,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-paragraph:last-child{
	margin-bottom:0;
}

body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) a{
	color:var(--qng-article-link);
	text-decoration:none;
	transition:color .2s ease;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) a:hover,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) a:focus{
	color:var(--qng-article-contrast);
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) strong,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) b{
	font-weight:700;
	color:var(--qng-article-contrast-2);
}

/* Headings — Oswald scale from leelinebags GeneratePress */
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h1,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h2,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h3,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h4,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h5,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h6,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-heading{
	font-family:Oswald,sans-serif;
	font-weight:700;
	color:var(--qng-article-contrast);
	line-height:1.25;
	margin:1.35em 0 .55em;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h2{font-size:36px;}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h3{font-size:28px;}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h4{font-size:24px;}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h5{font-size:20px;}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h6{font-size:18px;}

/* Lists */
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) ul,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) ol,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-list{
	margin:0 0 1.5em;
	padding-left:1.5em;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) li{
	margin:.35em 0;
}

/* Images & figures */
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) img{
	box-sizing:border-box;
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) figure,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-image{
	margin:0 0 1.5em;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) figure.aligncenter,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-image.aligncenter{
	text-align:center;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) figcaption{
	margin-top:.5em;
	font-size:.9em;
	color:var(--qng-article-text);
	text-align:center;
}

/* Blockquote / Expert Take */
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) blockquote,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-quote{
	box-sizing:border-box;
	overflow-wrap:break-word;
	margin:0 0 1.5em;
	padding:20px;
	border-left:5px solid rgba(0,0,0,.05);
	font-size:1.05em;
	font-style:italic;
	position:relative;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) blockquote.has-background,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-quote.has-background,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-quote.has-pale-ocean-gradient-background{
	background:var(--qng-article-quote-gradient) !important;
	border-left:none;
	font-style:normal;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) blockquote p:last-child,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-quote p:last-child{
	margin-bottom:0;
}

/* Experience Warning callout (leelinebags peach box) */
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .qng-experience-warning,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) p.gb-headline-text{
	padding:20px;
	background-color:var(--qng-article-warning-bg);
	margin-bottom:1.5em;
}

/* Tables */
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) table,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-table table{
	width:100%;
	max-width:100%;
	border-collapse:collapse;
	margin:0 0 1.5em;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) table th,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) table td,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-table th,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-table td{
	border:1px solid #ced3d3;
	padding:.5em .75em;
	vertical-align:top;
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) table thead,
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) .wp-block-table thead{
	border-bottom:3px solid var(--qng-article-contrast-2);
}
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #primary.content-area .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) table th{
	font-weight:600;
	color:var(--qng-article-contrast);
}

/* Code / pre */
body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) pre{
	background:rgba(0,0,0,.05);
	padding:20px;
	overflow:auto;
	max-width:100%;
	margin:0 0 1.5em;
	font-size:.95em;
	line-height:1.5;
}

/* Inner page links */
body.qng-body-news-single .page-right .qng-news-inner-pages{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:8px 10px;
	margin:1.5em 0 0;
	padding:12px 14px;
	background:#f4f8fa;
	border:1px solid #ced3d3;
	border-radius:6px;
	font-size:15px;
}
body.qng-body-news-single .page-right .qng-news-inner-pages-label{
	font-weight:600;
	color:var(--qng-article-contrast-2);
	margin-right:4px;
}
body.qng-body-news-single .page-right .qng-news-inner-pages a{
	display:inline-block;
	min-width:2em;
	padding:6px 10px;
	text-align:center;
	border-radius:6px;
	border:1px solid #ced3d3;
	background:#fff;
	color:var(--qng-article-link);
	text-decoration:none;
	font-weight:600;
}
body.qng-body-news-single .page-right .qng-news-inner-pages a:hover{
	background:var(--qng-article-link);
	color:#fff;
	border-color:var(--qng-article-link);
}

/* Author box inside inside-article */
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap{
	margin-top:36px;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box{
	margin:0;
	background:#f5f7f9;
	border:1px solid #e3e7eb;
	border-radius:10px;
	box-shadow:none;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-name,
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-name a{
	color:var(--qng-article-link);
	cursor:pointer;
	pointer-events:auto;
	text-decoration:none;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-name a:hover{
	text-decoration:underline;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap a.qng-eeat-author-avatar-link{
	display:inline-block;
	line-height:0;
	cursor:pointer;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-tab-button.active{
	background:#007cba;
	color:#fff;
	border-bottom-color:#f15b27;
	border-radius:6px 6px 0 0;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-expertise{
	background:#fff;
	border:1px solid #e3e7eb;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-social .eeat-social-link{
	color:var(--qng-article-link);
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-review-guidelines{
	margin-top:0;
	border-top:1px solid #e3e7eb;
	border-radius:0 0 10px 10px;
}

/* Author box layout: avatar beside header, tabs full width */
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-auhtor-box-avatar-content-outer{
	display:grid;
	grid-template-columns:auto 1fr;
	grid-template-rows:auto auto auto auto;
	column-gap:20px;
	row-gap:0;
	align-items:start;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-content{
	display:contents;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-avatar{
	grid-column:1;
	grid-row:1;
	align-self:start;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-header{
	grid-column:2;
	grid-row:1;
	margin-bottom:0;
	align-self:center;
	min-width:0;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-tabs-nav{
	grid-column:1 / -1;
	grid-row:2;
	display:flex;
	width:100%;
	margin:18px 0 0;
	gap:0;
	border-bottom:2px solid #e3e7eb;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-tab-button{
	flex:1 1 0;
	justify-content:center;
	min-width:0;
	border-radius:0;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-tabs-content{
	grid-column:1 / -1;
	grid-row:3;
	width:100%;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-footer{
	grid-column:1 / -1;
	grid-row:4;
	width:100%;
}
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box:not(.eeat-has-tabs) .eeat-author-box-bio,
body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box:not(.eeat-has-tabs) .eeat-author-box-expertise{
	grid-column:1 / -1;
}

@media only screen and (max-width:768px){
	body.qng-body-news-single .page-right .entry-header .entry-title{
		font-size:34px;
	}
	body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h2{font-size:31px;}
	body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h3{font-size:26px;}
	body:not(.home) :is(.page-right .entry-content, .qng-news-article .entry-content, .entry-content, #parentHorizontalTab02 .resp-tabs-container .text, .qng-news-detail-shell .resp-tabs-container .text, .qng-application-single .Allsafe) h4{font-size:22px;}
	body.qng-body-news-single .page-right .inside-article{
		padding-bottom:36px;
	}
	body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-auhtor-box-avatar-content-outer{
		grid-template-columns:72px 1fr;
		column-gap:14px;
	}
	body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-avatar img{
		width:72px;
		height:72px;
	}
	body.qng-body-news-single .page-right .inside-article .qng-news-author-box-wrap .eeat-author-box-header{
		text-align:left;
	}
}
