/**
 * Homepage Latest News — two-column layout matching screenshot.
 */

.myh-home-latest-news {
	background: var(--myh-surface, #fff);
	color: var(--myh-text, #1a1a1a);
	font-family: "Gotham Book", sans-serif;
}

.myh-home-latest-news,
.myh-home-latest-news * {
	font-family: "Gotham Book", sans-serif;
}

.myh-home-latest-news__title {
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 700;
	color: #0a2540;
	line-height: 1.2;
}

.myh-home-latest-news__see-all {
	color: var(--myh-primary, #0096e1);
	font-size: 0.9rem;
	font-weight: 600;
	white-space: nowrap;
}

.myh-home-latest-news__see-all:hover {
	color: var(--myh-accent, #f05a28);
}

.myh-ln-cat {
	color: var(--myh-primary, #0096e1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.3;
}

.myh-ln-meta {
	color: #9aa3af;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

/* Featured (left) */
.myh-ln-featured__media {
	border-radius: 4px;
	overflow: hidden;
	display: block;
}

.myh-ln-featured__img,
.myh-ln-featured__placeholder {
	aspect-ratio: 16 / 10;
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

.myh-ln-featured__placeholder {
	background: var(--myh-border, #e5e5e5);
}

.myh-ln-featured__title {
	font-family: var(--myh-font, "Gotham Book", sans-serif);
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	color: #0a2540;
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
}

.myh-ln-featured__title,
.myh-ln-featured__title a {
	font-family: var(--myh-font, "Gotham Book", sans-serif);
}

.myh-ln-featured__title a {
	color: inherit;
}

.myh-ln-featured__title a:hover {
	color: var(--myh-primary, #0096e1);
}

.myh-ln-featured__excerpt {
	color: #6b7280;
	font-size: 0.95rem;
	line-height: 1.55;
	max-width: 32rem;
}

/* Right list */
.myh-ln-list__item {
	padding: 1.15rem 0;
	border-bottom: 1px solid #e8ebef;
}

.myh-ln-list__item:first-child {
	padding-top: 0;
}

.myh-ln-list__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.myh-ln-list__link {
	color: inherit;
}

.myh-ln-list__link:hover .myh-ln-list__title {
	color: var(--myh-primary, #0096e1);
}

.myh-ln-list__thumb {
	width: 148px;
}

.myh-ln-list__img,
.myh-ln-list__placeholder {
	width: 148px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.myh-ln-list__placeholder {
	background: var(--myh-border, #e5e5e5);
}

.myh-ln-list__title {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0a2540;
}

@media (max-width: 575.98px) {
	.myh-ln-list__thumb {
		width: 100px;
	}

	.myh-ln-list__img,
	.myh-ln-list__placeholder {
		width: 100px;
		height: 72px;
	}

	.myh-ln-list__title {
		font-size: 0.95rem;
	}

	.myh-ln-featured__body {
		text-align: left !important;
	}

	.myh-ln-featured__title,
	.myh-ln-featured__excerpt {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}
}
