.sgnmc2-card {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

.sgnmc2-card *,
.sgnmc2-card *::before,
.sgnmc2-card *::after {
	box-sizing: border-box;
}

.sgnmc2-title {
	margin: 0 0 1.5rem;
	padding-bottom: 0.65rem;
	border-bottom: 3px solid var(--sg-ink, #182b3a);
	color: var(--sg-ink, #182b3a);
	font-size: clamp(1.65rem, 3vw, 2.6rem);
	font-weight: 700;
	line-height: 1.2;
}

.sgnmc2-layout-cards .sgnmc2-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.sgnmc2-layout-cards .sgnmc2-item {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	box-shadow: 0 3px 12px rgba(24, 58, 89, 0.07);
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.region-monitor-section .sgnmc2-layout-cards .sgnmc2-item.no-image {
	border-top: 1px solid #dfe5ea;
}

.sgnmc2-layout-cards .sgnmc2-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 7px 20px rgba(24, 58, 89, 0.12);
}

.sgnmc2-item-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
}

.sgnmc2-item-overlay:focus-visible {
	outline: 3px solid #547694;
	outline-offset: -3px;
}

.sgnmc2-thumb {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eef3f6;
}

.sgnmc2-thumb img {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}

.sgnmc2-thumb-placeholder {
	display: grid;
	width: 100%;
	aspect-ratio: 16 / 9;
	place-items: center;
	padding: 1rem;
	color: #547694;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sgnmc2-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding: 0.95rem 1rem 1rem;
}

.sgnmc2-place {
	display: inline-block;
	margin: 0 0 0.55rem;
	padding: 0.3rem 0.48rem;
	background: #eaf1f6;
	border-radius: 4px;
	color: #2f5f88;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.sgnmc2-item-title {
	margin: 0;
	color: #183a59;
	font-family: inherit;
	font-size: clamp(1.32rem, 1.7vw, 1.55rem);
	font-weight: 700;
	line-height: 1.28;
	overflow-wrap: anywhere;
}

.sgnmc2-excerpt {
	display: -webkit-box;
	margin: 0.7rem 0 1rem;
	overflow: hidden;
	color: #4d5965;
	font-size: 0.93rem;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sgnmc2-read-more,
.sgnmc2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 0.75rem;
	background: #547694;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.sgnmc2-read-more {
	margin-top: auto;
}

.sgnmc2-layout-cards .sgnmc2-item:hover .sgnmc2-read-more {
	background: #183a59;
}

.sgnmc2-actions {
	margin-top: 1rem;
}

.sgnmc2-layout-list .sgnmc2-list {
	display: grid;
	gap: 0.75rem;
}

.sgnmc2-layout-list .sgnmc2-item {
	position: relative;
	border-bottom: 1px solid #dfe5ea;
}

.sgnmc2-layout-list .sgnmc2-content {
	padding: 0.8rem 0;
}

.sgnmc2-source {
	margin: 0.6rem 0 0;
	color: #66717c;
	font-size: 0.82rem;
}

@media (max-width: 56.25rem) {
	.sgnmc2-layout-cards .sgnmc2-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 37.5rem) {
	.sgnmc2-layout-cards .sgnmc2-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.sgnmc2-item-title {
		font-size: 1.3rem;
		line-height: 1.3;
	}
}
