.parts-certificates-2026 {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: 16px;
	align-items: center;
	margin: 14px 0 18px;
	padding: 10px 14px;
	border: 1px solid #d9dfec;
	border-radius: 6px;
	background: #fff;
}

.parts-certificates-2026__intro {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.parts-certificates-2026__icon {
	display: inline-flex;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 7px;
	color: #0057ad;
	background: #edf4ff;
}

.content .parts-certificates-2026__title {
	margin: 0 0 2px;
	color: #292b2e;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.content .parts-certificates-2026__description {
	margin: 0;
	color: #777a7e;
	font-size: 14px;
	line-height: 1.25;
}

.parts-certificates-2026__list {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	min-width: 0;
}

.content .parts-certificates-2026__item {
	display: flex;
	flex: 1 1 0;
	align-items: center;
	gap: 9px;
	min-width: 0;
	max-width: 250px;
	padding: 5px 9px 5px 5px;
	border: 1px solid #e0e4ec;
	border-radius: 6px;
	color: #292b2e;
	background: #f7f8fb;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.content .parts-certificates-2026__item:hover,
.content .parts-certificates-2026__item:focus-visible {
	border-color: #9dbce0;
	color: #292b2e;
	background: #f1f5fa;
	text-decoration: none;
}

.parts-certificates-2026__preview {
	display: flex;
	flex: 0 0 52px;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 38px;
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
}

.parts-certificates-2026__preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parts-certificates-2026__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.parts-certificates-2026__name {
	overflow: hidden;
	color: #292b2e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.parts-certificates-2026__action {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 2px;
	color: #0057ad;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.parts-certificates-2026 {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.content .parts-certificates-2026__description {
		display: none;
	}

	.parts-certificates-2026__list {
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}

	.content .parts-certificates-2026__item {
		flex: 0 0 200px;
	}
}

@media (max-width: 575px) {
	.parts-certificates-2026 {
		margin: 10px 0 14px;
		padding: 8px 10px;
	}

	.parts-certificates-2026__icon {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}

	.content .parts-certificates-2026__title {
		font-size: 16px;
	}

	.parts-certificates-2026__list {
		margin: 0 -10px;
		padding: 0 10px 2px;
	}

	.content .parts-certificates-2026__item {
		flex-basis: 190px;
	}
}
