/**
 * Light article / magazine listing — match Elementor loop sizes.
 */

body.lk-light-article .lk-lpt-main {
	background:
		radial-gradient(900px 320px at 100% -5%, rgba(13, 110, 110, 0.08), transparent 58%),
		radial-gradient(700px 280px at 0% 0%, rgba(1, 30, 62, 0.06), transparent 55%),
		var(--lk-lpt-bg, #f5f9fb);
}

.lk-article-page {
	padding-bottom: 2.5rem;
	color: var(--lk-lpt-ink, #0b1f3a);
}

.lk-article-page__title {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	font-weight: 900;
	color: #001f3f;
}

/* RTL: first column sits on the right = sidebar */
.lk-article-layout {
	display: grid;
	grid-template-columns: minmax(340px, 380px) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
}

.lk-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

/* Loop item 8de6f3c */
.lk-article-card-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 420px;
	padding: 0 10%;
	box-sizing: border-box;
}

/* Card 33bedbb — Elementor size + liquid glass */
.lk-article-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 360px;
	overflow: hidden;
	isolation: isolate;
	border-radius: 15px;
	gap: 5px;
	background:
		linear-gradient(
			155deg,
			rgba(255, 255, 255, 0.78) 0%,
			rgba(255, 255, 255, 0.42) 46%,
			rgba(13, 110, 110, 0.08) 100%
		);
	border: 1.5px solid rgba(255, 255, 255, 0.92);
	box-shadow:
		0 14px 32px rgba(0, 31, 63, 0.12),
		0 4px 10px rgba(13, 110, 110, 0.08),
		inset 0 1px 1px rgba(255, 255, 255, 1),
		inset 0 -1px 3px rgba(0, 31, 63, 0.05);
	-webkit-backdrop-filter: blur(22px) saturate(1.7);
	backdrop-filter: blur(22px) saturate(1.7);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease;
}

.lk-article-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.72) 0%,
		rgba(255, 255, 255, 0.16) 28%,
		transparent 52%
	);
	pointer-events: none;
	z-index: 1;
}

.lk-article-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(13, 110, 110, 0.2), transparent 55%),
		radial-gradient(90% 70% at 0% 100%, rgba(0, 31, 63, 0.12), transparent 50%);
	pointer-events: none;
	z-index: 1;
	mix-blend-mode: overlay;
}

.lk-article-card:hover {
	transform: translateY(-3px);
	border-color: #fff;
	box-shadow:
		0 20px 40px rgba(13, 110, 110, 0.16),
		0 8px 18px rgba(0, 31, 63, 0.1),
		inset 0 1px 1px rgba(255, 255, 255, 1);
}

.lk-article-card__media {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 173px;
	flex: 0 0 173px;
	overflow: hidden;
	background: rgba(243, 247, 251, 0.55);
}

.lk-article-card__media::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 42%;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(245, 249, 251, 0.18) 45%,
		rgba(255, 255, 255, 0.55) 100%
	);
	pointer-events: none;
}

.lk-article-card__media img {
	width: 100%;
	height: 173px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	transition: transform 0.35s ease;
}

.lk-article-card:hover .lk-article-card__media img {
	transform: scale(1.04);
}

.lk-article-card__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 175px;
	padding: 0 12px 10px;
	gap: 0;
}

.lk-article-card__date {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0.35rem;
	margin: 0;
	padding: 0.12rem 0.55rem;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	color: #0d6e6e;
	background: rgba(255, 255, 255, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.lk-article-card__date-icon {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.lk-article-card__title {
	margin: 5px 0 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.1px;
}

.lk-article-card__title a {
	color: #001f3f;
	text-decoration: none;
}

.lk-article-card__title a:hover {
	color: #0d6e6e;
}

.lk-article-card__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	width: 100%;
	margin-top: auto;
	min-height: 2.15rem;
	padding: 0.4rem 1rem;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #001f3f;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid rgba(0, 31, 63, 0.14);
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	transition:
		background 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.15s ease;
}

.lk-article-card__more:hover,
.lk-article-card__more:focus-visible {
	color: #fff;
	border-color: transparent;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 42%),
		linear-gradient(180deg, #128080 0%, #0d6e6e 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		0 8px 16px rgba(13, 110, 110, 0.28);
	transform: translateY(-1px);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
	.lk-article-card {
		background: linear-gradient(165deg, #ffffff 0%, #f4f8fb 100%);
	}
}

.lk-article-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.lk-article-side {
	padding: 0.75rem 0.85rem 1rem;
	border-radius: 16px;
	border: 1px solid rgba(1, 30, 62, 0.08);
	background: #fff;
	box-shadow: 0 8px 22px rgba(11, 31, 58, 0.06);
}

.lk-article-side__title {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 900;
	color: #001f3f;
	text-align: center;
}

.lk-article-carousel {
	position: relative;
	display: block;
	min-height: 360px;
}

.lk-article-carousel__viewport {
	overflow: hidden;
}

.lk-article-carousel__track {
	display: flex;
	transition: transform 0.28s ease;
}

.lk-article-carousel__dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.65rem;
}

.lk-article-carousel__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #c5d0da;
	cursor: pointer;
	transition: width 0.2s ease, background 0.2s ease;
}

.lk-article-carousel__dot.is-active {
	width: 18px;
	background: #0d6e6e;
}

/* Keep PHP shop cards; fit Elementor loop 354 box (360 / 320) */
.lk-article-page .lk-article-carousel__track .lk-loop-item--shop,
.lk-article-page .lk-article-latest .lk-loop-item--shop {
	flex: 0 0 100%;
	width: 100%;
	max-width: none;
	margin: 0 0 12px;
	min-height: 320px;
	height: auto;
	border-radius: 25px;
	border-color: #e5e5e5;
	box-sizing: border-box;
}

.lk-article-page .lk-article-latest .lk-loop-item--shop:last-child {
	margin-bottom: 0;
}

.lk-article-page .lk-article-sidebar .lk-loop-item--shop .lk-loop-item__image img {
	height: 130px;
}

.lk-article-grid.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.lk-article-page .lk-shop-pagination {
	margin-top: 1.25rem;
}

.lk-article-page .lk-article-sidebar .lk-loop-item--shop {
	overflow: hidden;
	position: relative;
}

.lk-article-page .lk-article-sidebar .lk-loop-item--shop .lk-loop-item__view-cart {
	z-index: 6;
}

@media (max-width: 1024px) {
	.lk-article-layout {
		grid-template-columns: 1fr;
	}

	.lk-article-sidebar {
		display: none;
	}

	.lk-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.lk-article-grid {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.lk-article-card-wrap {
		width: min(100%, 320px);
		padding: 0 8px;
	}

	.lk-article-card {
		width: 100%;
	}

	.lk-article-card__media img {
		max-width: 100%;
	}
}
