<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General
   ---- */

.internal-linking-related-contents-pro  {
	width: auto;
	text-align:center;
	position:relative;
}

.internal-linking-related-contents-pro:before ,
.internal-linking-related-contents-pro:after {
	margin:0;
	content: '';
	display: table;
	clear: both;
}

.internal-linking-related-contents-pro:before {
	margin-top:15px;
}

.internal-linking-related-contents-pro:after {
	margin-bottom:15px;
}

.internal-linking-related-contents-pro .wp-post-image {
	width: auto;
	display: block;
	margin:0 !important
}

.internal-linking-related-contents-pro a {
	color:#333;
	text-decoration:none;
}

.internal-linking-related-contents-pro a:hover,
.internal-linking-related-contents-pro a:active,
.internal-linking-related-contents-pro a:focus {
	text-decoration:none;
}

.internal-linking-related-contents-pro span {
	display:inline-block;
	margin-right:10px
}

.internal-linking-related-contents-pro strong {
	display:block;
}

/* Grouped list style
   ---- */

   .internal-linking-related-contents-pro-list {
    border: 1px solid #ddd;
    padding: 20px 20px 10px 20px;
    margin: 20px 0;
}

.internal-linking-related-contents-pro-list h3 {
    border: 0;
    font-weight: 600;
	text-align:center;
	margin:15px 0 30px 0 !important;
}

/* Cta outside related content
   ---- */

.internal-linking-related-contents-pro-template {
	position: relative;
	z-index: 998;
}

.internal-linking-related-contents-pro-template a,
.internal-linking-related-contents-pro-template strong {
	position: relative;
	z-index: 999;
}

.internal-linking-related-contents-pro-template.ilrcp-linkable-related-content {
	cursor: pointer;
}

.internal-linking-related-contents-pro-template a:hover,
.internal-linking-related-contents-pro-template a:active,
.internal-linking-related-contents-pro-template a:focus {
	background: none !important;
	outline: none !important;
	text-decoration: none !important;
}

/* Template 1
   ---- */

.internal-linking-related-contents-pro .template-1 {
	background:#ec7063;
	width:100%;
	display:block;
	padding:10px;
	text-align:left;
	color:#fff;
	border-radius:5px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-1 span {
	color:#fff;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-1:hover ,
.internal-linking-related-contents-pro .template-1:active ,
.internal-linking-related-contents-pro .template-1:focus {
	background:#e74c3c;
}

/* Template 2
   ---- */

.internal-linking-related-contents-pro .template-2 {
	background:#ec7063;
	width:100%;
	display:block;
	padding:15px;
	text-align:left;
	color:#fff;
	border-radius:5px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-2 span.cta {
	display:inline-block;
	background:#e74c3c;
	padding:10px;
	border-radius:5px
}

.internal-linking-related-contents-pro .template-2 span {
	color:#fff;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-2:hover,
.internal-linking-related-contents-pro .template-2:active,
.internal-linking-related-contents-pro .template-2:focus {
	background:#e74c3c;
}

/* Template 3
   ---- */

.internal-linking-related-contents-pro .template-3 {
	background:#ec7063;
	width:100%;
	display:block;
	padding:15px;
	text-align:left;
	color:#fff;
	border-radius:5px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-3 img {
	max-width: 100px;
	vertical-align: middle;
}

.internal-linking-related-contents-pro .template-3 .postTitle {
	display:inline-block;
	background:#e74c3c;
	padding:10px;
	border-radius:5px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-3 span {
	color:#fff;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-3:hover ,
.internal-linking-related-contents-pro .template-3:active ,
.internal-linking-related-contents-pro .template-3:focus {
	background:#e74c3c;
}

/* Template 4
   ---- */

.internal-linking-related-contents-pro .template-4 {
	background:#fff;
	border:solid 1px #ddd;
	width:100%;
	padding:0;
	text-align:left;
	color:#333;
	border-radius:5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.internal-linking-related-contents-pro .template-4 img {
	max-height: 170px;
}

.internal-linking-related-contents-pro .template-4 .postTitle {
	display:inline-block;
	vertical-align: middle;
	max-width: 50%;
	padding:10px;
}

.internal-linking-related-contents-pro .template-4:hover .postTitle span  ,
.internal-linking-related-contents-pro .template-4:active .postTitle span  ,
.internal-linking-related-contents-pro .template-4:focus .postTitle span  {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-4:not(.internal-linking-related-contents-pro-template):hover .postTitle span ,
.internal-linking-related-contents-pro .template-4:not(.internal-linking-related-contents-pro-template):active .postTitle span ,
.internal-linking-related-contents-pro .template-4:not(.internal-linking-related-contents-pro-template):focus .postTitle span,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-4 a:hover span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-4 a:active span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-4 a:focus span {
	color:#e74c3c;
}

/* Template 5
   ---- */

.internal-linking-related-contents-pro .template-5 {
	width:100%;
	display:block;
	padding:0;
	text-align:left;
	color:#fff;
	border-radius:5px;
	overflow: hidden;
	position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center;
}

.internal-linking-related-contents-pro .template-5:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.1;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.internal-linking-related-contents-pro .template-5 a,
.internal-linking-related-contents-pro .template-5 span,
.internal-linking-related-contents-pro .template-5 strong,
.internal-linking-related-contents-pro-template.template-5 strong {
	color:#fff;
}

.internal-linking-related-contents-pro .template-5 .postTitle {
	display:inline-block;
	vertical-align: middle;
	padding:15px;
}

.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-5 .postTitle a,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-5 .postTitle strong {
	opacity: 0.8;
}

.internal-linking-related-contents-pro .template-5:hover:before ,
.internal-linking-related-contents-pro .template-5:active:before ,
.internal-linking-related-contents-pro .template-5:focus:before {
	opacity: 0.3;
}

.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-5 strong {
	position: relative;
	z-index: 999;
}

/* Template 6
   ---- */

.internal-linking-related-contents-pro .template-6 {
	background:#fff;
	border:solid 1px #ddd;
	width:100%;
	padding:0;
	text-align:left;
	color:#333;
	border-radius:5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-6 img {
	max-height: 170px;
	vertical-align: middle;
}

.internal-linking-related-contents-pro .template-6 span {
	display:block;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-6 .postTitle {
	display:inline-block;
	vertical-align: middle;
	width: 100%;
	padding:0 10px;
}

.internal-linking-related-contents-pro .template-6 .postTitle strong {
	display: block;
	background: #ec7063;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-6 .postTitle strong {
	cursor: pointer;
}

.internal-linking-related-contents-pro .template-6 .postTitle strong:hover ,
.internal-linking-related-contents-pro .template-6 .postTitle strong:active ,
.internal-linking-related-contents-pro .template-6 .postTitle strong:focus {
	background: #e74c3c;
}

.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-6 a:hover span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-6 a:active span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-6 a:focus span {
	color:#e74c3c;
}

/* Template 7
   ---- */

.internal-linking-related-contents-pro .template-7 {
	background:#fff;
	border:solid 1px #ddd;
	width:100%;
	padding:0;
	text-align:left;
	color:#333;
	border-radius:5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-7 img {
	max-height: 170px;
	vertical-align: middle;
	float:right
}

.internal-linking-related-contents-pro .template-7 .postTitle {
	display:inline-block;
	vertical-align: middle;
	width: 100%;
	padding:0 10px;
}

.internal-linking-related-contents-pro .template-7 span {
	display:block;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-7:not(.internal-linking-related-contents-pro-template):hover span.ilrcp-title,
.internal-linking-related-contents-pro .template-7:not(.internal-linking-related-contents-pro-template):active span.ilrcp-title,
.internal-linking-related-contents-pro .template-7:not(.internal-linking-related-contents-pro-template):focus span.ilrcp-title,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-7 a:hover span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-7 a:active span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-7 a:focus span {
	color:#e74c3c;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-title {
	font-weight:600;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
	margin-top:10px;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-author ,
.internal-linking-related-contents-pro .template-7:hover span.ilrcp-author {
	color: #666 !important;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
.internal-linking-related-contents-pro .template-7:hover span.ilrcp-date {
	font-weight:500;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
.internal-linking-related-contents-pro .template-7:hover span.ilrcp-date {
	color: #333 !important;
}

/* Template 8
   ---- */

.internal-linking-related-contents-pro .template-8 {
	background:#fff;
	border:none;
	padding:15px;
	border-radius:0;
	width:100%;
	text-align:left;
	color:#333;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.internal-linking-related-contents-pro .template-8:before {
	margin-top: 15px;
	background: #ec7063;
	width: calc(100% - 30px);
	height: 4px;
	margin: auto;
	top: 0px;
	left: 15px;
	position: absolute;
	content: '';
}

.internal-linking-related-contents-pro .template-8 img {
	max-height: 170px;
}

.internal-linking-related-contents-pro .template-8 .postTitle {
	display:inline-block;
	vertical-align: middle;
	max-width: 50%;
	padding:10px;
}

.internal-linking-related-contents-pro .template-8:hover .postTitle span  ,
.internal-linking-related-contents-pro .template-8:active .postTitle span  ,
.internal-linking-related-contents-pro .template-8:focus .postTitle span  {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-8:not(.internal-linking-related-contents-pro-template):hover .postTitle span ,
.internal-linking-related-contents-pro .template-8:not(.internal-linking-related-contents-pro-template):active .postTitle span ,
.internal-linking-related-contents-pro .template-8:not(.internal-linking-related-contents-pro-template):focus .postTitle span,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-8 a:hover span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-8 a:active span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-8 a:focus span {
	color:#e74c3c;
}

/* Template 9
   ---- */

.internal-linking-related-contents-pro .template-9 {
	background:#fff;
	border:none;
	padding:15px;
	border-radius:0;
	width:100%;
	text-align:left;
	color:#333;
	overflow: inherit !important;
	display: flex;
	align-items: center;
	z-index: 998;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.internal-linking-related-contents-pro .template-9:before {
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	right: -10px;
	bottom: -10px;
	margin: auto;
	z-index: 999;
	background: #f9f9f9;
}

.internal-linking-related-contents-pro .template-9:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 10px;
	bottom: -10px;
	margin: auto;
	z-index: 999;
	background: #f9f9f9;
}

.internal-linking-related-contents-pro .template-9 img {
	max-height: 170px;
}

.internal-linking-related-contents-pro .template-9 .postTitle {
	display:inline-block;
	vertical-align: middle;
	max-width: 50%;
	padding:10px;
}

.internal-linking-related-contents-pro .template-9:hover .postTitle span  ,
.internal-linking-related-contents-pro .template-9:active .postTitle span  ,
.internal-linking-related-contents-pro .template-9:focus .postTitle span  {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-9:not(.internal-linking-related-contents-pro-template):hover .postTitle span ,
.internal-linking-related-contents-pro .template-9:not(.internal-linking-related-contents-pro-template):active .postTitle span ,
.internal-linking-related-contents-pro .template-9:not(.internal-linking-related-contents-pro-template):focus .postTitle span,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-9 a:hover span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-9 a:active span ,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-9 a:focus span {
	color:#e74c3c;
}

/* Template 10
   ---- */

.internal-linking-related-contents-pro .template-10 {
	width:100%;
	display:block;
	padding:0;
	text-align:left;
	color:#fff;
	border-radius:5px;
	overflow: hidden;
	position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center;
	min-height: 220px;
}

.internal-linking-related-contents-pro .template-10:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.1;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.internal-linking-related-contents-pro .template-10 span {
	margin-right: 0;
}

.internal-linking-related-contents-pro .template-10 .postTitle {
	display:inline-block;
	vertical-align: middle;
	padding:15px;
	width: 100%;
    position: absolute;
	bottom:0;
	background: rgb(0,0,0,0.3);
	text-align: center;
}

.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-10 .postTitle a,
.internal-linking-related-contents-pro .internal-linking-related-contents-pro-template.template-10 .postTitle strong {
	opacity: 0.8;
}

.internal-linking-related-contents-pro .template-10 a ,
.internal-linking-related-contents-pro-template.template-10 a,
.internal-linking-related-contents-pro .template-10 span ,
.internal-linking-related-contents-pro .template-10 strong ,
.internal-linking-related-contents-pro .template-10 .postTitle {
	color:#fff;
}

.internal-linking-related-contents-pro .template-10:hover:before ,
.internal-linking-related-contents-pro .template-10:active:before ,
.internal-linking-related-contents-pro .template-10:focus:before {
	opacity: 0.3;
}

/* Template 11
   ---- */

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-11 {
	width:100%;
	display:block;
	padding:0px;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-11 span.cta {
	position: relative;
    display: inline-block;
	font-weight: bold;
	text-align:center;
	margin-bottom: 5px;
	margin-right: 0;
	padding:0;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-11 span.cta:after {
	position: absolute;
	content:'';
	top: 50%;
    right: -20px;
	margin-top: -2px;
	border: solid #616161;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.internal-linking-related-contents-pro a.template-11 {
	text-align:center;
	display: inline;
	line-height: 45px;
	padding: 8px;
	background:#ec7063;
	color:#fff;
	font-weight: 500;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	-webkit-transition: background-color .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

.internal-linking-related-contents-pro a.template-11:hover ,
.internal-linking-related-contents-pro a.template-11:active ,
.internal-linking-related-contents-pro a.template-11:focus {
	background:#e74c3c !important;
}

/* Template 12
   ---- */

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-12 {
	width:100%;
	display:block;
	padding:0px;
	text-align:left;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-12 span.cta {
	position: relative;
    display: inline-block;
	font-weight: bold;
	text-align:left;
	margin-bottom: 5px;
	margin-right: 0;
	padding:0;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-12 span.cta:after {
	position: absolute;
	content:'';
	top: 50%;
    right: -20px;
	margin-top: -2px;
	border: solid #616161;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.internal-linking-related-contents-pro a.template-12 {
	text-align:left;
	display: inline;
	line-height: 45px;
	padding: 8px;
	background:#ec7063;
	color:#fff;
	font-weight: 500;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	-webkit-transition: background-color .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

.internal-linking-related-contents-pro a.template-12:hover ,
.internal-linking-related-contents-pro a.template-12:active ,
.internal-linking-related-contents-pro a.template-12:focus {
	background:#e74c3c !important;
}

/* Template 13
   ---- */

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-13 {
	width:100%;
	display:flex;
	padding:0px;
	text-align:left;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-13 span.cta {
	position: relative;
    flex-shrink: 0; 
	font-weight: bold;
	text-align:left;
	line-height: inherit;
	margin-bottom: 0;
	margin-right: 0;
	padding:0;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-13 .ilrcp-related-post {
    flex-grow: 1;
    word-break: break-word;
}

.internal-linking-related-contents-pro a.template-13 {
	text-align:left;
    display: block;
	line-height: inherit;
	padding: 0 8px;
	font-weight: 500;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	-webkit-transition: color .3s ease, color .3s ease;
	-moz-transition: color .3s ease, color .3s ease;
	-o-transition: color .3s ease, color .3s ease;
	transition: color .3s ease, color .3s ease;
}

.internal-linking-related-contents-pro a.template-13:hover ,
.internal-linking-related-contents-pro a.template-13:active ,
.internal-linking-related-contents-pro a.template-13:focus {
	color:#e74c3c !important;
}

/* Mobile
   ---- */

@media screen and (min-width : 0) and (max-width : 600px) {

	.internal-linking-related-contents-pro .template-4 img,
	.internal-linking-related-contents-pro .template-8 img,
	.internal-linking-related-contents-pro .template-9 img {
		max-width: 50% !important;
	}

	.internal-linking-related-contents-pro .template-6 img ,
	.internal-linking-related-contents-pro .template-7 img {
		max-width: 40% !important;
	}

	.internal-linking-related-contents-pro .template-6 .postTitle strong {
		padding: 5px;
		margin-top: 5px;
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
		margin-top:5px;
	}

}

@media screen and (min-width : 0) and (max-width : 480px) {

	.internal-linking-related-contents-pro .template-1 ,
	.internal-linking-related-contents-pro .template-2 ,
	.internal-linking-related-contents-pro .template-3 ,
	.internal-linking-related-contents-pro .template-4 .postTitle,
	.internal-linking-related-contents-pro .template-5 ,
	.internal-linking-related-contents-pro .template-6 .postTitle strong,
	.internal-linking-related-contents-pro .template-6 span ,
	.internal-linking-related-contents-pro .template-7 span ,
	.internal-linking-related-contents-pro .template-8 .postTitle ,
	.internal-linking-related-contents-pro .template-9 .postTitle {
		font-size:14px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-date {
		font-size:12px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
		font-size:10px
	}

}

@media screen and (min-width : 481px) and (max-width : 768px) {

	.internal-linking-related-contents-pro .template-1 ,
	.internal-linking-related-contents-pro .template-2 ,
	.internal-linking-related-contents-pro .template-3 ,
	.internal-linking-related-contents-pro .template-4 .postTitle,
	.internal-linking-related-contents-pro .template-5 ,
	.internal-linking-related-contents-pro .template-6 .postTitle strong,
	.internal-linking-related-contents-pro .template-6 span ,
	.internal-linking-related-contents-pro .template-7 span ,
	.internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
	.internal-linking-related-contents-pro .template-8 .postTitle ,
	.internal-linking-related-contents-pro .template-9 .postTitle {
		font-size:16px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-date {
		font-size:14px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
		font-size:12px
	}

}

@media screen and (min-width : 769px) {

	.internal-linking-related-contents-pro .template-1 ,
	.internal-linking-related-contents-pro .template-2 ,
	.internal-linking-related-contents-pro .template-3 ,
	.internal-linking-related-contents-pro .template-4 .postTitle,
	.internal-linking-related-contents-pro .template-5 ,
	.internal-linking-related-contents-pro .template-6 .postTitle strong,
	.internal-linking-related-contents-pro .template-6 span ,
	.internal-linking-related-contents-pro .template-7 span ,
	.internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
	.internal-linking-related-contents-pro .template-8 .postTitle ,
	.internal-linking-related-contents-pro .template-9 .postTitle {
		font-size:20px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-date {
		font-size:16px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
		font-size:12px
	}

}

/* AMP
   ---- */


html[amp] .internal-linking-related-contents-pro .template-1 ,
html[amp] .internal-linking-related-contents-pro .template-2 ,
html[amp] .internal-linking-related-contents-pro .template-3 ,
html[amp] .internal-linking-related-contents-pro .template-4 .postTitle,
html[amp] .internal-linking-related-contents-pro .template-5 ,
html[amp] .internal-linking-related-contents-pro .template-6 .postTitle strong,
html[amp] .internal-linking-related-contents-pro .template-6 span ,
html[amp] .internal-linking-related-contents-pro .template-7 span ,
html[amp] .internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
html[amp] .internal-linking-related-contents-pro .template-8 .postTitle,
html[amp] .internal-linking-related-contents-pro .template-9 .postTitle {
	font-size:14px
}

html[amp] .internal-linking-related-contents-pro .template-7 span.ilrcp-date {
	font-size:12px
}

html[amp] .internal-linking-related-contents-pro .template-7 span.ilrcp-author {
	font-size:10px
}

html[amp] .internal-linking-related-contents-pro .template-8 {
	width:auto;
}

html[amp] .internal-linking-related-contents-pro .template-9 {
	overflow:auto;
	margin-bottom:10px;
	width: auto;
}

html[amp] .internal-linking-related-contents-pro .template-10 .postTitle {
	background-color: rgba(0, 0, 0, 0.3);
}

html[amp] .internal-linking-related-contents-pro .template-4 amp-img,
html[amp] .internal-linking-related-contents-pro .template-6 amp-img,
html[amp] .internal-linking-related-contents-pro .template-7 amp-img,
html[amp] .internal-linking-related-contents-pro .template-8 amp-img,
html[amp] .internal-linking-related-contents-pro .template-9 amp-img {
	max-width: max-content !important;
	margin:0;
    -o-object-fit: none;
    object-fit: none;
}

html[amp] .internal-linking-related-contents-pro .template-4 amp-img img,
html[amp] .internal-linking-related-contents-pro .template-6 amp-img img,
html[amp] .internal-linking-related-contents-pro .template-7 amp-img img,
html[amp] .internal-linking-related-contents-pro .template-8 amp-img img,
html[amp] .internal-linking-related-contents-pro .template-9 amp-img img{
	width:100% !important;
	height:100% !important;
	max-height:inherit !important;
}

@media screen and (min-width : 0) and (max-width : 480px) {

	html[amp] .internal-linking-related-contents-pro .template-4 amp-img img,
	html[amp] .internal-linking-related-contents-pro .template-6 amp-img img,
	html[amp] .internal-linking-related-contents-pro .template-8 amp-img img,
	html[amp] .internal-linking-related-contents-pro .template-9 amp-img img {
		max-width: 150px;
	}

}</pre></body></html>