.other-articles {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.other-articles .intro-tag {
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 6px;
	background: rgba(124,10,31,0.05);
	padding: 15px;
	width: 100%;
}
.other-articles .intro-tag a {
	color: var(--red-accent-100);
	background: transparent;
	text-decoration: none;
}
.other-articles .intro-tag p {
	font-size: 14px;
	color: var(--dark-black);
	line-height: 16px;
}
.articleDate {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: end;
    width: calc(100% - 50%);
}
.articleDate .entry-date {
	font-size: 14px;
	color: var(--black);
	font-family: var(--dmsans);
	margin-bottom: 10px;
	display: inline-block;
}
.articleDate .entry-date img {
	width: 16px;
	vertical-align: bottom;
	margin-right: 10px;
}
.articleDate .date-time {
	width: 100%;
	text-align: right;
}
.articleDate .tag-item {
	margin-right: 0;
}
.post-subtitle {
	font-size: 18px;
	line-height: 24px;
	color: var(--dark-black);
	font-family: var(--dmsans);
	padding-bottom: 20px;
}
.post-written {
	color:var(--red);
	font-size: 14px;
}
.post-thumbnail {
	margin: 20px 0;
	width: 100%;
}
.post-thumbnail img {
	width: 100%;
}
.single-post-content .entry-content {
	margin-top: 0;
}
.single-post-content p {
	font-size: 18px;
	line-height: 28px;
}
.related-articles {
	width: 100%;
}
.entry-content .related-articles .content-prime-category a {
	color: var(--black);
	text-decoration: none;
	background: transparent;
}
.entry-content .related-articles a {
	color: var(--dark-black);
	text-decoration: none;
	background: transparent;
}
.articleDate .tag-list {
	gap: 0 5px;
	justify-content: end;
}
.post-written a, 
.post-written a:hover {
	background: transparent;
	text-decoration: none;
	color: var(--red);
}

.single-post-content .hero-slider .slick-arrow {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: rgba(255,255,255,0.3);
	color:var(--white);
	text-align: center;
	border: none;
	position: absolute;
	font-size: 0;
	left:40px;
	top:54%;
	transform: translateY(-50%);
	line-height: 40px;
	cursor: pointer;
	z-index: 1;
}
.single-post-content .hero-slider .slick-arrow::before {
	content: "";
	background: url(../../images/left_chevron-white.svg) center center no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
}
.single-post-content .hero-slider .slick-prev.slick-arrow {
	top: 48%;
}
.single-post-content .hero-slider .slick-next.slick-arrow::before {
	transform: rotate(182deg);
}
.post-iframe {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-bottom: 56.6%;
	height: 0;
	overflow: hidden;
	margin: 20px 0 30px 0;
}
.post-iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
	left: 0;
}
@media (max-width:991px) {
	.articleDate {
		width: calc(100% - 30%);
	}
	.single-post-content .hero-slider .slick-prev.slick-arrow {
		top: 45%;
	}
}
@media (max-width:767px) {
	.articleDate {
		width: 100%;
		justify-content: flex-start;
	}
	.entry-header.single-post-entry {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.articleDate .date-time {
		width: 100%;
		text-align: left;
	}
	.related-articles .content-prime .content-prime-link {
		height: auto;
	}
	.single-post-content .entry-content {
		margin-bottom: 0;
	}
	.single-post-content .hero-slider .slick-arrow {
		top:54%;
		left: 20px;
	}
}
@media (max-width:639px) {
	.single-post-content .hero-slider .slick-arrow {
		top: 70%;
	}
	.single-post-content .hero-slider .slick-prev.slick-arrow {
		top: 48%;
	}
}