/* Post Layout */
.luxf-post-header {
	position: relative;
	width: 100%;
}

.luxf-post-header__title-wrap {
	position: relative;
	margin: 0;
}

.luxf-post-header__media,
.luxf-post-header__bg,
.luxf-post-header__overlay {
	position: absolute;
	inset: 0;
}

.luxf-post-header__bg {
	background-color: #333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.luxf-post-header__bg--empty {
	background-color: #333;
}

.luxf-post-header__inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 300px;
	box-sizing: border-box;
}

.luxf-post-header--v-top .luxf-post-header__inner {
	align-items: flex-start;
}

.luxf-post-header--v-center .luxf-post-header__inner {
	align-items: center;
}

.luxf-post-header--v-bottom .luxf-post-header__inner {
	align-items: flex-end;
}

.luxf-post-header__content {
	width: 100%;
	padding: 2rem 0;
}

.luxf-post-header__breadcrumbs {
	margin: 0 0 0.75em;
}

.luxf-post-header--light .luxf-post-header__breadcrumbs,
.luxf-post-header--light .luxf-post-header__breadcrumbs a,
.luxf-post-header--light .luxf-post-header__category,
.luxf-post-header--light .luxf-post-header__title {
	color: #fff;
}

.luxf-post-header--light .luxf-post-header__breadcrumbs a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.luxf-post-header--light .luxf-post-header__divider.is-divider {
	background-color: rgba(255, 255, 255, 0.55);
}

.luxf-post-header__category {
	margin: 0 0 0.4em;
	letter-spacing: 0.12em;
}

.luxf-post-header__title {
	margin: 0;
}

.luxf-post-header__divider {
	margin: 1em auto 0;
}

.luxf-post-header--left .luxf-post-header__divider {
	margin-left: 0;
	margin-right: auto;
}

.luxf-post-header--right .luxf-post-header__divider {
	margin-left: auto;
	margin-right: 0;
}

.luxf-post-header__share {
	margin-top: 1.1em;
}

.luxf-post-header__share .share-icons,
.luxf-post-header__share .social-icons {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.luxf-post-title {
	margin: 0 0 0.35em;
}

.luxf-post-breadcrumbs {
	margin: 0 0 1em;
}

.luxf-post-breadcrumbs .woocommerce-breadcrumb,
.luxf-post-breadcrumbs .woocommerce-breadcrumb.uppercase,
.luxf-post-breadcrumbs .breadcrumbs.uppercase {
	text-transform: inherit;
}

.luxf-post-breadcrumbs--none {
	text-transform: none;
}

.luxf-post-breadcrumbs--uppercase {
	text-transform: uppercase;
}

.luxf-post-breadcrumbs--lowercase {
	text-transform: lowercase;
}

.luxf-post-breadcrumbs--capitalize {
	text-transform: capitalize;
}

.luxf-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35em 0.5em;
	margin: 0 0 1em;
	color: #667085;
	font-size: 0.9em;
}

.luxf-post-meta a {
	color: inherit;
}

.luxf-post-meta__sep {
	opacity: 0.55;
}

.luxf-post-excerpt {
	margin: 0 0 1em;
}

.luxf-post-content {
	margin: 0 0 1.5em;
}

.luxf-post-image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 0 0 1.25em;
}

.luxf-post-image img {
	display: block;
	width: 100%;
	height: auto;
}

.luxf-post-image__ph {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #333;
}

.luxf-post-image--zoom img,
.luxf-post-image--zoom .luxf-post-image__ph {
	transition: transform 0.45s ease;
}

.luxf-post-image--zoom:hover img,
.luxf-post-image--zoom:hover .luxf-post-image__ph {
	transform: scale(1.06);
}

.luxf-related-posts--slider,
.luxf-related-posts--slider-full {
	display: block;
	min-width: 0;
}

.luxf-related-posts--slider > .row-slider,
.luxf-related-posts--slider-full > .slider {
	min-width: 0;
}

.luxf-related-posts--preview {
	position: relative;
}

.luxf-related-posts--preview .box-image,
.luxf-related-posts--preview .box-image-inner {
	overflow: hidden;
}

.luxf-related-posts--preview .box-image-inner img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.luxf-related-posts--preview.luxf-related-width-full-width {
	max-width: none;
}

.luxf-related-nav {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.luxf-related-nav__btn {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	border-radius: 50%;
	background: rgba(17, 24, 39, 0.72);
}

.luxf-related-nav__btn.prev {
	left: 8px;
}

.luxf-related-nav__btn.next {
	right: 8px;
}

.luxf-related-nav.light .luxf-related-nav__btn {
	background: rgba(255, 255, 255, 0.88);
}

.luxf-related-nav.pos-outside .luxf-related-nav__btn.prev {
	left: -8px;
}

.luxf-related-nav.pos-outside .luxf-related-nav__btn.next {
	right: -8px;
}

.luxf-related-nav.nav-simple .luxf-related-nav__btn {
	border-radius: 2px;
}

.luxf-related-nav.nav-circle .luxf-related-nav__btn {
	border-radius: 50%;
}

.luxf-related-bullets {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 10px;
}

.luxf-related-bullets span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d0d5dd;
}

.luxf-related-bullets span.is-active {
	background: #344054;
}

.luxf-related-posts--placeholder {
	display: grid;
	grid-template-columns: repeat(var(--luxf-related-cols, 3), minmax(0, 1fr));
	gap: 18px;
}

.luxf-related-posts__card {
	min-width: 0;
}

.luxf-related-posts__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #333;
}

.luxf-related-posts__body strong {
	display: block;
	margin-bottom: 6px;
}

.luxf-related-posts__meta {
	display: block;
	margin-bottom: 4px;
	color: #667085;
	font-size: 12px;
}

.luxf-related-posts__body p {
	margin: 0;
	color: #667085;
	font-size: 13px;
}

.luxf-post-nav {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 1.5em 0 0;
}

.luxf-post-nav__prev,
.luxf-post-nav__next {
	flex: 1 1 0;
	min-width: 0;
}

.luxf-post-nav__next {
	text-align: right;
}

.luxf-post-nav__link {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	color: inherit;
	text-decoration: none;
}

.luxf-post-nav__label {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	color: #667085;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.luxf-post-nav__next .luxf-post-nav__label {
	justify-content: flex-end;
}

.luxf-post-nav__icon {
	display: inline-flex;
	align-items: center;
	font-size: var(--luxf-post-nav-icon, 16px);
	line-height: 1;
}

.luxf-post-nav__icon i,
.luxf-post-nav__icon svg {
	width: 1em;
	height: 1em;
	font-size: inherit;
	line-height: 1;
}

.luxf-post-nav__icon--flip {
	transform: scaleX(-1);
}

.luxf-post-nav__title {
	font-weight: 600;
}

.luxf-post-nav--boxed .luxf-post-nav__link {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #e4e7ec;
	border-radius: 10px;
	background: #fff;
}

@media (max-width: 549px) {
	.luxf-related-posts--placeholder {
		grid-template-columns: 1fr;
	}

	.luxf-post-nav {
		flex-direction: column;
	}

	.luxf-post-nav__next {
		text-align: left;
	}
}
