.apollo-autopecas-specs {
	margin-top: 1.5rem;
	padding: 1.5rem;
	border: 1px solid #d9dde3;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.apollo-autopecas-specs h3,
.apollo-autopecas-specs h4 {
	margin-bottom: 0.85rem;
	color: #13233a;
}

.apollo-autopecas-specs__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.9rem;
	margin-bottom: 1rem;
}

.apollo-autopecas-specs__item {
	padding: 0.9rem 1rem;
	border-radius: 12px;
	background: #eff3f8;
}

.apollo-autopecas-specs__item span {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.85rem;
	color: #546173;
}

.apollo-autopecas-specs__item strong {
	color: #13233a;
}

.apollo-autopecas-specs__compatibility ul {
	margin: 0;
	padding-left: 1.2rem;
}

.apollo-autopecas-specs__notes p {
	margin-bottom: 0;
	line-height: 1.6;
}

.apollo-autopecas-search {
	margin: 1rem 0 2rem;
	padding: 1rem;
	border-radius: 14px;
	background: #13233a;
	color: #ffffff;
}

.apollo-autopecas-search label {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 600;
}

.apollo-autopecas-search__row {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.apollo-autopecas-search input[type="search"] {
	flex: 1 1 260px;
	min-height: 46px;
	padding: 0.8rem 1rem;
	border: 0;
	border-radius: 10px;
}

.apollo-autopecas-search button {
	min-height: 46px;
	padding: 0.8rem 1.2rem;
	border: 0;
	border-radius: 10px;
	background: #d44000;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 640px) {
	.apollo-autopecas-specs {
		padding: 1rem;
	}

	.apollo-autopecas-search__row {
		flex-direction: column;
	}
}
