.aseek-monthly-news,
.aseek-monthly-news * {
	box-sizing: border-box;
}

.aseek-monthly-news {
	width: 100%;
	margin: 48px auto;
	padding: 40px 28px;
	border: 1px solid #6f6042;
	background: #161513;
	color: #f3ede1;
}

.aseek-monthly-news__eyebrow {
	margin: 0 0 8px;
	color: #b9a16b;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.16em;
	text-align: center;
}

.aseek-monthly-news__heading {
	margin: 0 0 18px;
	color: #f3ede1;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: center;
}

.aseek-monthly-news__rule {
	width: 100%;
	height: 1px;
	margin: 0 0 28px;
	background: #b9a16b;
}

.aseek-monthly-news__card {
	display: grid;
	grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
	align-items: stretch;
	border: 1px solid #4e4638;
	background: #24211d;
}

.aseek-monthly-news__card.has-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.aseek-monthly-news__media {
	position: relative;
	min-height: 320px;
	overflow: hidden;
	background: #302b24;
}

.aseek-monthly-news__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aseek-monthly-news__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	padding: 30px;
}

.aseek-monthly-news__month {
	margin: 0 0 12px;
	color: #b9a16b;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

.aseek-monthly-news__title {
	margin: 0 0 16px;
	color: #f3ede1;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.aseek-monthly-news__summary {
	margin: 0 0 24px;
	color: #d7d0c2;
	font-size: 16px;
	line-height: 1.9;
	overflow-wrap: anywhere;
}

.aseek-monthly-news__link {
	display: inline-block;
	padding: 12px 25px;
	background: #b9a16b;
	color: #171512 !important;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	transition: background-color 160ms ease, color 160ms ease;
}

.aseek-monthly-news__link:hover,
.aseek-monthly-news__link:focus-visible {
	background: #d2bd89;
	color: #171512 !important;
}

.aseek-monthly-news__link:focus-visible {
	outline: 2px solid #f3ede1;
	outline-offset: 3px;
}

@media (max-width: 781px) {
	.aseek-monthly-news {
		margin: 36px auto;
		padding: 32px 18px;
	}

	.aseek-monthly-news__heading {
		font-size: 25px;
	}

	.aseek-monthly-news__card {
		grid-template-columns: minmax(0, 1fr);
	}

	.aseek-monthly-news__media {
		min-height: 240px;
	}

	.aseek-monthly-news__content {
		padding: 26px 22px 28px;
	}

	.aseek-monthly-news__title {
		font-size: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aseek-monthly-news__link {
		transition: none;
	}
}
