/* Tramer Bilgisi CSS Stilleri */

.tramer-gorsel-container {
	text-align: center;
	margin: 20px 0;
	padding: 25px;
	background: #ffffff;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tramer-gorsel {
	position: relative;
	display: inline-block;
	max-width: 100%;
	background: #ffffff;
	padding: 15px;
	border-radius: 5px;
}

.tramer-gorsel svg {
	max-width: 100%;
	height: auto;
	background: #ffffff;
	border-radius: 4px;
}

.tramer-gorsel .parca {
	cursor: pointer;
	transition: all 0.3s ease;
}

.tramer-gorsel .parca:hover {
	opacity: 0.7;
	filter: brightness(1.15);
}

.tramer-gorsel .parca.selected {
	stroke: #000;
	stroke-width: 2px;
}

.tramer-durum-legend {
	margin: 20px 0;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 5px;
}

.tramer-durum-legend span {
	display: inline-block;
	margin: 5px 10px 5px 0;
	vertical-align: middle;
}

.tramer-parcalar {
	margin-top: 20px;
}

.tramer-parcalar .form-group {
	margin-bottom: 15px;
}

.tramer-yok {
	text-align: center;
	padding: 30px;
	color: #27ae60;
}

.tramer-yok i {
	font-size: 48px;
	margin-bottom: 10px;
}

.tramer-parcalar-listesi {
	margin-top: 20px;
}

.tramer-parcalar-listesi strong {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.tramer-parcalar-listesi div {
	margin-top: 5px;
	padding-left: 20px;
	font-size: 13px;
}

/* Araba SVG stilleri */
.tramer-araba svg {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
}

.tramer-araba .parca {
	cursor: pointer;
	transition: opacity 0.2s ease, filter 0.2s ease;
}

.tramer-araba .parca:hover {
	opacity: 0.8;
	filter: brightness(1.1);
}

.tramer-araba .parca.selected {
	stroke: #e74c3c !important;
	stroke-width: 3px !important;
	filter: brightness(1.2);
}

/* Motorsiklet SVG stilleri */
.tramer-motorsiklet svg {
	width: 100%;
	max-width: 400px;
}


