@import url('https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,400,300&display=swap');


.lps-card {

	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background: #ffffff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);

}

.lps-card.lps-image-right {
	flex-direction: row-reverse;
}

.lps-media {
	position: relative;
	display: block;
	flex: 1 1 45%;
	min-width: 300px;
	height: 520px;
	overflow: hidden;
	background: #0f9b8e;
}

.lps-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.lps-card:hover .lps-media img {
	transform: scale(1.03);
}

.lps-content {
	min-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
	box-sizing: border-box;
}

.lps-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
}

.lps-eyebrow,
.lps-read-time,
.lps-separator {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #8a8a8a;
	text-transform: uppercase;
}

.lps-title {
	margin: 0 0 40px;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 800;
	color: #111111;
}

.lps-title a {
	color: inherit;
	text-decoration: none;
}

.lps-title a:hover {
	opacity: 0.8;
}

.lps-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #111111;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
	transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}

.lps-button:hover {
	color: #555555;
	border-color: currentColor;
	gap: 14px;
}

.lps-button-icon svg,
.lps-button-icon i {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.lps-empty {
	padding: 40px;
	text-align: center;
	color: #999;
	background: #f5f5f5;
	border-radius: 18px;
}

.lps-spotlight-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
	font-family: "Satoshi", sans-serif;
}

.lps-spotlight-wrapper .lps-eyebrow {
	font-family: "Satoshi", sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: #6B6B6B;
	line-height: 1.4;
}

.lps-spotlight-featured {
	display: flex;
	grid-template-columns: 1.05fr 1fr;
	gap: 0;
	align-items: stretch;
	min-width: 0;
	background: #ffffff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
	flex-direction: row;
	flex-wrap: nowrap;
	text-decoration: none;
	color: inherit;
}

.lps-spotlight-featured-image {
	display: block;
	overflow: hidden;
	background: #c8ede9;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.lps-spotlight-featured-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
	transform: scale(1.05);
	transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
	aspect-ratio: 16 / 10;
}

.lps-spotlight-featured:hover .lps-spotlight-featured-image img {
	transform: scale(1);
}

.lps-spotlight-featured-content,
.lps-spotlight-featured-content.lps-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 48px 56px;
	box-sizing: border-box;
	background: #ffffff;
	min-width: 0;
	overflow: hidden;
	gap: 24px;
	flex-shrink: 0;
}

.lps-spotlight-featured-content .lps-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 0;
	flex-shrink: 0;
}

.lps-spotlight-featured-content .lps-separator,
.lps-spotlight-featured-content .lps-read-time {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: #6B6B6B;
}

.lps-spotlight-featured-content .lps-title {
	margin: 0;
	font-family: "Satoshi", sans-serif;
	font-size: clamp(1.6rem, 2vw, 2.6rem);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: #000000;
	word-break: break-word;
	overflow-wrap: break-word;
	flex-shrink: 0;
	margin-top: 0;
	margin-bottom: 0;
	transition: opacity 0.25s ease;
}

.lps-spotlight-featured-content .lps-title a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.lps-spotlight-featured-content .lps-title a:hover {
	opacity: 0.7;
}

.lps-spotlight-featured-content .lps-excerpt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	color: #6B6B6B;
	margin: 0;
	word-break: break-word;
	margin-bottom: 28px;
}

.lps-spotlight-featured-content .lps-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-family: "Satoshi", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #111111;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0;
	transition: color 0.25s ease, gap 0.25s ease;
	flex-shrink: 0;
	margin-bottom: 0;
}

.lps-spotlight-featured-content .lps-button:hover {
	color: #555555;
	border-color: #555555;
	gap: 14px;
}

.lps-spotlight-featured-content .lps-button .lps-button-icon,
.lps-spotlight-featured-content .lps-button .lps-button-icon svg,
.lps-spotlight-featured-content .lps-button .lps-button-icon i {
	display: inline-flex;
	width: 12px;
	height: 12px;
	font-size: 12px;
	transition: transform 0.3s ease;
}

.lps-spotlight-featured-content .lps-button:hover .lps-button-icon {
	transform: translate(2px, -2px);
}

.lps-spotlight-recent-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	width: 100%;
}

.lps-spotlight-recent-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 20px;
	padding: 32px;
	box-sizing: border-box;
	text-decoration: none;
	border: 1px solid #E8E8E4;
	min-height: 300px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	transition: transform 600ms cubic-bezier(0.25, 1, 0.5, 1),
		box-shadow 600ms cubic-bezier(0.25, 1, 0.5, 1),
		border-color 250ms ease;
}

.lps-spotlight-recent-card:hover {
	transform: translateY(-4px);
	border-color: #000000;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.lps-spotlight-recent-header {
	flex-shrink: 0;
}

.lps-spotlight-recent-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 32px;
}

.lps-spotlight-recent-title {
	font-family: "Satoshi", sans-serif;
	font-size: clamp(1.4rem, 1.9vw, 1.9rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0;
	flex: 1;
	word-break: break-word;
	transition: color 0.25s ease;
}

.lps-spotlight-recent-card:hover .lps-spotlight-recent-title {
	color: #111111;
}

.lps-spotlight-recent-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #111111;
	flex-shrink: 0;
	transition: transform 0.3s ease, color 0.25s ease;
}

.lps-spotlight-recent-card:hover .lps-spotlight-recent-arrow {
	transform: translate(2px, -2px);
	color: #ff00aa;
}

.lps-spotlight-recent-arrow svg {
	width: 14px;
	height: 14px;
	stroke-width: 2.5;
	display: block;
}

.lps-spotlight-featured:hover .lps-button {
	color: #ff00aa !important;
	gap: 12px;
}

.lps-spotlight-featured:hover .lps-button-icon {
	transform: translate(2px, -2px);
}

.lps-spotlight-featured-content .lps-button-icon svg,
.lps-spotlight-featured-content .lps-button-icon i {
	width: 12px;
	height: 12px;
}

@media (max-width: 767px) {

	.lps-card,
	.lps-card.lps-image-right {
		flex-direction: column;
	}

	.lps-media {
		height: 320px;
	}

	.lps-content {
		padding: 36px 28px;
	}

	.lps-title {
		font-size: 28px;
		margin-bottom: 28px;
	}

	.lps-spotlight-featured-content,
	.lps-spotlight-featured-content.lps-content {
		padding: 28px 24px;
	}

	.lps-spotlight-featured-content .lps-title {
		font-size: 1.5rem;
	}

	.lps-spotlight-recent-grid {
		grid-template-columns: 1fr;
	}

	.lps-spotlight-recent-card {
		min-height: 220px;
		padding: 24px;
		border-radius: 16px;
	}

	.lps-spotlight-featured {
		border-radius: 16px;
		flex-direction: column;
	}

	.lps-spotlight-featured-content,
	.lps-spotlight-featured-content.lps-content {
		padding: 28px 24px;
		gap: 50px;
	}

	.lps-spotlight-featured-content .lps-title {
		font-size: 1.5rem;
	}

	.lps-spotlight-recent-grid {
		grid-template-columns: 1fr;
	}

	.lps-spotlight-recent-card {
		min-height: 220px;
		padding: 40px;
		border-radius: 16px;
	}
}