/**
 * Northstar Latest Posts widget
 */

.elementor-widget-northstar_latest_posts
.northstar-latest-posts {
	display: grid;
	grid-template-columns:
		minmax(0, 0.78fr)
		minmax(0, 1.12fr);
	align-items: start;
	gap: 24px;
	width: 100%;
}


/**
 * Post cards
 */

.elementor-widget-northstar_latest_posts
.northstar-latest-posts__item {
	min-width: 0;
}

.elementor-widget-northstar_latest_posts
.northstar-latest-posts__image-link {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.elementor-widget-northstar_latest_posts
.northstar-latest-posts__item--1
.northstar-latest-posts__image-link {
	aspect-ratio: 1.16 / 1;
}

.elementor-widget-northstar_latest_posts
.northstar-latest-posts__item--2
.northstar-latest-posts__image-link {
	aspect-ratio: 1.1 / 1;
}

.elementor-widget-northstar_latest_posts
img.northstar-latest-posts__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/**
 * Post content
 */

.elementor-widget-northstar_latest_posts
.northstar-latest-posts__content {
	margin-top: 16px;
}

.elementor-widget-northstar_latest_posts
h3.northstar-latest-posts__title {
	margin: 0;

	font-family: "Editorial New", serif;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.2;
}

.elementor-widget-northstar_latest_posts
h3.northstar-latest-posts__title a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
}

.elementor-widget-northstar_latest_posts
h3.northstar-latest-posts__title a:hover,
.elementor-widget-northstar_latest_posts
h3.northstar-latest-posts__title a:focus-visible {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.elementor-widget-northstar_latest_posts
p.northstar-latest-posts__excerpt {
	max-width: 36rem;
	margin: 16px 0 0;

	font-family: "Rosario", sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.4;

	color: inherit;
}

.elementor-widget-northstar_latest_posts
a.northstar-latest-posts__read-more {
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 4px;

	border-bottom: 1px solid currentColor;
	color: inherit;

	font-family: "Rosario", sans-serif;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}

.elementor-widget-northstar_latest_posts
a.northstar-latest-posts__read-more:hover,
.elementor-widget-northstar_latest_posts
a.northstar-latest-posts__read-more:focus-visible {
	color: inherit;
	opacity: 0.65;
}


/**
 * Mobile layout
 */

@media screen and (max-width: 767px) {

	.elementor-widget-northstar_latest_posts
	.northstar-latest-posts {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.elementor-widget-northstar_latest_posts
	.northstar-latest-posts__item--1
	.northstar-latest-posts__image-link,
	.elementor-widget-northstar_latest_posts
	.northstar-latest-posts__item--2
	.northstar-latest-posts__image-link {
		aspect-ratio: 4 / 3;
	}

	.elementor-widget-northstar_latest_posts
	h3.northstar-latest-posts__title {
		font-size: 1.2rem;
	}

	.elementor-widget-northstar_latest_posts
	p.northstar-latest-posts__excerpt {
		margin-top: 12px;
	}

	.elementor-widget-northstar_latest_posts
	a.northstar-latest-posts__read-more {
		margin-top: 16px;
	}
}