/**
 * ABVTV ECU - Araç Arama formu stilleri
 * Geliştirici: ABVTV Yazılım - http://abvtv.net/
 */

.abvtv-ecu-search-wrap {
	max-width: 100%;
	margin: 1.5rem 0;
}

.abvtv-ecu-search-title {
	color: #BC1622;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
	padding: 0;
}

.abvtv-ecu-search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	align-items: flex-end;
}

.abvtv-ecu-form-row {
	display: flex;
	flex-direction: column;
	min-width: 140px;
}

.abvtv-ecu-form-row label {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 500;
	font-size: 0.9rem;
}

.abvtv-ecu-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.abvtv-ecu-select {
	padding: 0.5rem 0.75rem;
	min-width: 160px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	background: #fff;
}

.abvtv-ecu-select:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	background: #f5f5f5;
}

.abvtv-ecu-form-submit {
	align-self: flex-end;
}

.abvtv-ecu-submit-btn {
	padding: 0.5rem 1.25rem;
	cursor: pointer;
	background: #BC1622;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 500;
}

.abvtv-ecu-submit-btn:hover {
	background: #9d1219;
}

.abvtv-ecu-results {
	margin-top: 1.5rem;
	min-height: 4rem;
	padding: 1rem 0;
	clear: both;
}

.abvtv-ecu-result-message {
	margin: 0;
	padding: 0.5rem 0;
	font-size: 1rem;
}

.abvtv-ecu-result-error {
	color: #BC1622;
}

.abvtv-ecu-result-loading {
	color: #666;
}

.abvtv-ecu-results-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.abvtv-ecu-result-item {
	padding: 1.25rem;
	margin-bottom: 0.75rem;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	min-height: 3rem;
}

.abvtv-ecu-result-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 0.75rem;
}

.abvtv-ecu-result-stock {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 0.35rem;
}

.abvtv-ecu-result-tuned {
	font-size: 1rem;
	font-weight: 600;
	color: #BC1622;
}

.abvtv-ecu-result-contact {
	font-size: 0.95rem;
	color: #555;
	font-style: italic;
	margin-top: 0.25rem;
}

/* Sonuç kartı - infinite-performance tarzı (GÜÇ/TORK + artış + butonlar) */
.abvtv-ecu-result-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 1.5rem;
	margin-bottom: 1rem;
}

.abvtv-ecu-result-stage {
	display: inline-block;
	background: #BC1622;
	color: #fff;
	padding: 0.35rem 0.9rem;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0.5rem 0 1rem 0;
}

.abvtv-ecu-result-perf {
	margin: 1rem 0;
	padding: 1rem;
	background: #f9f9f9;
	border-radius: 6px;
}

.abvtv-ecu-result-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.05rem;
}

.abvtv-ecu-result-row:last-child {
	margin-bottom: 0;
}

.abvtv-ecu-result-label {
	font-weight: 700;
	min-width: 4rem;
}

.abvtv-ecu-result-values {
	color: #333;
}

.abvtv-ecu-result-arrow {
	color: #BC1622;
	margin: 0 0.2rem;
}

.abvtv-ecu-result-inc {
	color: #28a745;
	font-weight: 700;
	margin-left: 0.5rem;
}

.abvtv-ecu-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
}

.abvtv-ecu-btn {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1.25rem;
	border-radius: 4px;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	border: none;
	background: #BC1622;
	color: #fff;
}

.abvtv-ecu-btn:hover {
	background: #9d1219;
	color: #fff;
}

.abvtv-ecu-btn-whatsapp {
	background: #25D366;
}

.abvtv-ecu-btn-whatsapp:hover {
	background: #1da851;
}

.abvtv-ecu-btn-offer {
	background: #BC1622;
}

.abvtv-ecu-btn-offer:hover {
	background: #9d1219;
}

.abvtv-ecu-btn-back {
	background: #555;
}

.abvtv-ecu-btn-back:hover {
	background: #333;
}

.abvtv-ecu-credit {
	margin-top: 1rem;
	font-size: 0.85rem;
	color: #888;
}

.abvtv-ecu-credit a {
	color: #BC1622;
	text-decoration: none;
}

.abvtv-ecu-credit a:hover {
	text-decoration: underline;
}
