.kobayashi-news-index .siteContent,
.kobayashi-news-index .container,
.kobayashi-news-index .siteContent .mainSection,
.kobayashi-news-archive-active .siteContent,
.kobayashi-news-archive-active .container,
.kobayashi-news-archive-active .siteContent .mainSection {
	max-width: none;
	padding: 0;
}

.kobayashi-news-filter {
	padding: 36px 0 0;
}

.kobayashi-news-index h2,
.kobayashi-news-archive-active h2 {
	padding-top: 0;
	border-top: 0;
}

.kobayashi-news-index h2::before,
.kobayashi-news-index h2::after,
.kobayashi-news-archive-active h2::before,
.kobayashi-news-archive-active h2::after {
	content: none !important;
	display: none !important;
}

.kobayashi-news-index .kobayashi-shell,
.kobayashi-news-archive-active .kobayashi-shell {
	width: min(calc(100% - clamp(56px, 7vw, 140px)), 1360px);
}

.kobayashi-news-filter__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-bottom: 32px;
}

.kobayashi-news-filter__block {
	padding: 18px 22px;
	border: 2px solid var(--kobayashi-line);
	background: #fff;
	box-shadow: var(--kobayashi-shadow);
}

.kobayashi-news-index .kobayashi-news-filter__block h2,
.kobayashi-news-archive-active .kobayashi-news-filter__block h2 {
	margin: 0 0 14px;
	color: var(--kobayashi-dark);
	font-size: 20px !important;
	line-height: 1.3;
}

.kobayashi-news-filter__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.kobayashi-news-filter__links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kobayashi-news-filter__links li {
	margin: 0;
}

.kobayashi-news-filter__links a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid #d5deea;
	background: #f8fbff;
	color: var(--kobayashi-dark);
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
}

.kobayashi-news-index .kobayashi-news-archive-list,
.kobayashi-news-archive-active .kobayashi-news-archive-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

.kobayashi-news-index .kobayashi-news-archive-item,
.kobayashi-news-archive-active .kobayashi-news-archive-item {
	display: grid;
	grid-template-rows: auto 1fr;
	border: 2px solid var(--kobayashi-line);
	background: #fff;
	box-shadow: var(--kobayashi-shadow);
	overflow: hidden;
	margin: 0;
	min-width: 0;
}

.kobayashi-news-archive-item__thumb {
	display: block;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #f3f7fb 0%, #dbe8f7 100%);
}

.kobayashi-news-archive-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kobayashi-news-archive-item__thumb-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--kobayashi-primary);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.kobayashi-news-archive-item__body {
	display: grid;
	align-content: start;
	gap: 16px;
	padding: 20px 20px 22px;
}

.kobayashi-news-archive-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.kobayashi-news-archive-item__date {
	margin: 0;
	color: var(--kobayashi-muted);
	font-size: 0.95rem;
	font-weight: 500;
}

.kobayashi-news-archive-item__category {
	margin: 0;
	padding: 4px 10px;
	border-radius: 999px;
	background: #edf4fb;
	color: var(--kobayashi-primary);
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1;
}

.kobayashi-news-index .kobayashi-news-archive-item h2,
.kobayashi-news-archive-active .kobayashi-news-archive-item h2 {
	margin: 0;
	font-size: 20px !important;
	line-height: 1.45;
}

.kobayashi-news-archive-item a {
	color: var(--kobayashi-dark);
	text-decoration: none;
}

.kobayashi-news-archive-item__excerpt {
	margin: 0;
	color: #475569;
	line-height: 1.9;
}

.kobayashi-news-archive-item__more {
	margin: auto 0 0;
}

.kobayashi-news-archive-item__more a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--kobayashi-primary);
	font-weight: 700;
}

.kobayashi-pagination {
	margin-top: 36px;
}

@media (max-width: 991.98px) {
	.kobayashi-news-index .kobayashi-shell,
	.kobayashi-news-archive-active .kobayashi-shell {
		width: min(calc(100% - 32px), 1360px);
	}

	.kobayashi-news-filter__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.kobayashi-news-index .kobayashi-news-archive-list,
	.kobayashi-news-archive-active .kobayashi-news-archive-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
}

@media (max-width: 767.98px) {
	.kobayashi-news-filter {
		padding-top: 28px;
	}

	.kobayashi-news-filter__block {
		padding: 20px;
	}

	.kobayashi-news-index .kobayashi-news-archive-list,
	.kobayashi-news-archive-active .kobayashi-news-archive-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}