/* General
   ---- */

.internal-linking-related-contents-pro  {
	width: auto;
	display: flex;
    flex-direction: column;
	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 .postTitle strong {
	-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: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 .postTitle strong {
	-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-5:hover,
.internal-linking-related-contents-pro .template-5:active,
.internal-linking-related-contents-pro .template-5:focus {
	background-color: none !important;
}

.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 .template-5 .postTitle strong {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.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 .postTitle strong,
.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 {
	position: relative;
	background:#fff;
	border:none;
	padding:15px;
	border-radius:0;
	width:calc(100% - 10px);
	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-list .internal-linking-related-contents-pro .template-9 {
	width:calc(100% - 50px);
}

.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 .postTitle strong,
.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 .template-10 .postTitle strong {
	-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-10:hover,
.internal-linking-related-contents-pro .template-10:active,
.internal-linking-related-contents-pro .template-10:focus {
	background-color: none !important;
}

.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;
	background: none !important;
}

/* Template 14
   ---- */

.internal-linking-related-contents-pro.template-14 {
	position: relative;
}

.internal-linking-related-contents-pro.template-14 .internal-linking-related-contents-pro-wrap {
	width: 100%;
	position: relative;
	margin-top: 15px;
}

.internal-linking-related-contents-pro.template-14 .cta {
	background-color: #e74c3c;
	color: white;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 2;
	transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-rendering: optimizeLegibility;
    max-width: calc(100% - 64px);
}

.internal-linking-related-contents-pro.template-14 .internal-linking-related-contents-pro-box {
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: white;
}

.internal-linking-related-contents-pro.template-14 .internal-linking-related-contents-pro-box-inner {
	padding: 20px 16px;
	text-align: left;
}

.internal-linking-related-contents-pro.template-14 .cta + .internal-linking-related-contents-pro-box .internal-linking-related-contents-pro-box-inner {
	padding-bottom: 15px;
}

.internal-linking-related-contents-pro.template-14 .internal-linking-related-contents-pro-box-inner a {
	font-size: 16px;
	font-weight: 600;
	color: #616161;
	line-height: 1.4;
	text-decoration: none;
	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-14 .internal-linking-related-contents-pro-box-inner a:hover {
	color:#e74c3c;
	cursor: pointer;
}

/* Template 15
   ---- */

.internal-linking-related-contents-pro .template-15 {
	display: flex;
	align-items: flex-start;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-left: 4px solid #ec7063;
	text-align: left;
}

.internal-linking-related-contents-pro .template-15-inner {
	display: flex;
	width: 100%;
	padding: 16px;
}

.internal-linking-related-contents-pro .template-15 .template-15-image {
	width: 80px;
	height: 80px;
	max-width: 80px !important;
	border-radius: 6px;
	object-fit: cover;
	margin-right: 16px !important;
	flex-shrink: 0;
	display: block;
}

.internal-linking-related-contents-pro .template-15 .template-15-content {
	display: flex;
    flex-direction: column;
    justify-content: center;
	gap:8px;
    min-height: 80px;
	flex: 1;
	min-width: 0;
}

.internal-linking-related-contents-pro .template-15 .template-15-title {
	text-align: left;
	margin: 0 !important;
	font-weight: 600;
	line-height: 1.3;
}

.internal-linking-related-contents-pro .template-15 .template-15-title a {
	display: block;
	font-size: 20px;
	color: #616161;
	-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 .template-15 .template-15-title a:hover,
.internal-linking-related-contents-pro .template-15 .template-15-title a:active,
.internal-linking-related-contents-pro .template-15 .template-15-title a:focus {
	color: #ec7063;
}

.internal-linking-related-contents-pro .template-15 .template-15-meta {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	font-size: 12px;
	color: #818181;
}

.internal-linking-related-contents-pro .template-15 .template-15-meta > * {
	margin-right: 0;
}

.internal-linking-related-contents-pro .template-15 .template-15-comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #818181;
	font-size: 12px;
	margin-left: auto;
}

.internal-linking-related-contents-pro .template-15 .template-15-comment-icon {
	width: 12px;
	height: 12px;
	stroke:#818181
}

/* Template 16
   ---- */

.internal-linking-related-contents-pro .template-16 {
	position: relative;
	width: 100%;
	height: 200px;
	border-radius: 12px;
	overflow: hidden;
	text-align: left;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.internal-linking-related-contents-pro .template-16:hover,
.internal-linking-related-contents-pro .template-16:active,
.internal-linking-related-contents-pro .template-16:focus {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.internal-linking-related-contents-pro .template-16 .template-16-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.internal-linking-related-contents-pro .template-16 .template-16-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: 40px 20px 20px;
	color: #fff;
}

.internal-linking-related-contents-pro .template-16 .template-16-category {
	background: #ec7063;
	color: #fff;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	-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-16 .template-16-category:hover ,
.internal-linking-related-contents-pro .template-16 .template-16-category:active ,
.internal-linking-related-contents-pro .template-16 .template-16-category:focus {
	background:#e74c3c;
}

.internal-linking-related-contents-pro .template-16 .template-16-title {
	text-align: left;
	margin: 0 !important;
	font-weight: 600;
	line-height: 1.3;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	font-size: 20px;
}

.internal-linking-related-contents-pro .template-16 .template-16-title:hover,
.internal-linking-related-contents-pro .template-16 .template-16-title:active,
.internal-linking-related-contents-pro .template-16 .template-16-title:focus {
	transform: translateX(5px);
}

.internal-linking-related-contents-pro .template-16 .template-16-title a {
	color: #fff;
}

/* Template 17
   ---- */

.internal-linking-related-contents-pro .template-17 {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	width: 100%;
	text-align: left;
	transition: transform 0.3s ease;
}

.internal-linking-related-contents-pro .template-17:hover {
	transform: scale(1.02);
}

.internal-linking-related-contents-pro .template-17 span {
	line-height: 10px;
}

.internal-linking-related-contents-pro .template-17 .template-17-image {
	width: 125px;
	height: 100%;
	min-height: 125px;
	object-fit: cover;
	flex-shrink: 0;
	display: block;
}

.internal-linking-related-contents-pro .template-17 .template-17-content {
	padding: 20px;
	flex: 1;
	max-width: calc(100% - 165px)
}

.internal-linking-related-contents-pro .template-17 .template-17-meta {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
    font-size: 12px;
}

.internal-linking-related-contents-pro .template-17 .template-17-category {
	margin: 0;
	color: #818181;
	font-size: 12px;
}

.internal-linking-related-contents-pro .template-17 .template-17-separator {
	margin: 0;
	color: #818181;
}

.internal-linking-related-contents-pro .template-17 .template-17-title {
	text-align: left;
	display: inline-flex;
	margin: 0 0 10px 0 !important;
	width: 100%;
}

.internal-linking-related-contents-pro .template-17 .template-17-title a {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-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 .template-17 .template-17-title a:hover,
.internal-linking-related-contents-pro .template-17 .template-17-title a:active,
.internal-linking-related-contents-pro .template-17 .template-17-title a:focus {
	color: #ec7063;
}

.internal-linking-related-contents-pro .template-17 .template-17-date {
	font-size: 12px;
	color: #95a5a6;
}

/* Template 18
   ---- */

.internal-linking-related-contents-pro .template-18 {
	background: #fff;
	border: 1px solid #dee2e6;
	width: 100%;
	text-align: left;
	position: relative;
}

.internal-linking-related-contents-pro .template-18-inner {
	padding: 20px;
}

.internal-linking-related-contents-pro .template-18 .template-18-header {
	border-bottom: 2px solid #ec7063;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.internal-linking-related-contents-pro .template-18 .template-18-category {
	background: #ec7063;
	color: #fff;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 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-18 .template-18-category:hover ,
.internal-linking-related-contents-pro .template-18 .template-18-category:active ,
.internal-linking-related-contents-pro .template-18 .template-18-category:focus {
	background:#e74c3c;
}

.internal-linking-related-contents-pro .template-18 .template-18-title {
	text-align: left;
	margin: 0 0 8px 0 !important;
}

.internal-linking-related-contents-pro .template-18 .template-18-title a {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	-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 .template-18 .template-18-title a:hover,
.internal-linking-related-contents-pro .template-18 .template-18-title a:active,
.internal-linking-related-contents-pro .template-18 .template-18-title a:focus {
	color: #ec7063;
}

.internal-linking-related-contents-pro .template-18 .template-18-excerpt {
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.internal-linking-related-contents-pro .template-18 .template-18-meta {
	font-size: 12px;
	color: #818181;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

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

/* 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;
		height: auto;
	}

	.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;
	}

	.internal-linking-related-contents-pro .template-17 .template-17-content {
		max-width: calc(100% - 140px)
	}

	.internal-linking-related-contents-pro .template-17 .template-17-image {
		width: 100px;
		height: auto;
	}

}

@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 ,
	.internal-linking-related-contents-pro.template-14 .internal-linking-related-contents-pro-box-inner a,
	.internal-linking-related-contents-pro .template-15 .template-15-title a ,
	.internal-linking-related-contents-pro .template-16 .template-16-title ,
	.internal-linking-related-contents-pro .template-17 .template-17-title a ,
	.internal-linking-related-contents-pro .template-18 .template-18-title a {
		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
	}

	.internal-linking-related-contents-pro .template-15 .template-15-meta ,
	.internal-linking-related-contents-pro .template-15 .template-15-comments {
		font-size:10px
	}

	.internal-linking-related-contents-pro .template-15 .template-15-comment-icon { 
		width:10px;
		height: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 ,
	.internal-linking-related-contents-pro.template-14 .internal-linking-related-contents-pro-box-inner a,
	.internal-linking-related-contents-pro .template-15 .template-15-title a ,
	.internal-linking-related-contents-pro .template-16 .template-16-title ,
	.internal-linking-related-contents-pro .template-17 .template-17-title a ,
	.internal-linking-related-contents-pro .template-18 .template-18-title a {
		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
	}

	.internal-linking-related-contents-pro .template-15 .template-15-meta ,
	.internal-linking-related-contents-pro .template-15 .template-15-comments {
		font-size:11px
	}

	.internal-linking-related-contents-pro .template-15 .template-15-comment-icon { 
		width:11px;
		height:11px;
	}

}

@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 ,
	.internal-linking-related-contents-pro.template-14 .internal-linking-related-contents-pro-box-inner a,
	.internal-linking-related-contents-pro .template-15 .template-15-title a ,
	.internal-linking-related-contents-pro .template-16 .template-16-title ,
	.internal-linking-related-contents-pro .template-17 .template-17-title a ,
	.internal-linking-related-contents-pro .template-18 .template-18-title a {
		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
	}

	.internal-linking-related-contents-pro .template-15 .template-15-meta ,
	.internal-linking-related-contents-pro .template-15 .template-15-comments {
		font-size:12px
	}

	.internal-linking-related-contents-pro .template-15 .template-15-comment-icon { 
		width:12px;
		height: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,
html[amp] .internal-linking-related-contents-pro.template-14 .internal-linking-related-contents-pro-box-inner a ,
html[amp] .internal-linking-related-contents-pro .template-15 .template-15-title a , 
html[amp] .internal-linking-related-contents-pro .template-16 .template-16-title ,
html[amp] .internal-linking-related-contents-pro .template-17 .template-17-title a ,
html[amp] .internal-linking-related-contents-pro .template-18 .template-18-title a {
	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 ,
html[amp] .internal-linking-related-contents-pro .template-15 .template-15-meta ,
html[amp] .internal-linking-related-contents-pro .template-15 .template-15-comments {
	font-size:10px
}

html[amp] .internal-linking-related-contents-pro .template-15 .template-15-comment-icon { 
	width:10px;
	height: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;
	}

}