details.acc-panel {
	box-shadow: none;
	border: 1px solid #8C8C8C;
	border-radius: 12px;
	margin-bottom: 24px;
}

details.acc-panel > summary {
	padding: 16px 24px;
	position: relative;
	cursor: pointer;
}

details.acc-panel > summary::before, details.acc-panel > summary::after {
	content: '';
}

details.acc-panel > summary::marker, /* Latest Chrome, Edge, Firefox */
details.acc-panel > summary::-webkit-details-marker /* Safari */ {
	content: none;
}

details.acc-panel > summary > span {
	font-size: 32px;
	font-weight: bold;
}

details.acc-panel > summary > span > span {
	padding-left: 16px;
}

details[open].acc-panel > summary > span > i.fa.fa-angle-right {
	transform: rotate(90deg);
	transform-origin: 50% 50%;
	transition: transform .5s;
	font-size: 32px;
}

.acc-body {
	max-width: 740px;
}

details.acc-panel > .acc-body {
	padding: 16px 24px;
}



#car-panel.static-details {
	display: none;
}

.static-details > summary::-webkit-details-marker {
	display: none; /* Hides the arrow in Chrome, Safari, and Edge */
}

.static-details > summary::marker {
	display: none; /* Hides the arrow in Firefox */
}

.enter-manually-btn {
	background: no-repeat;
	color: #000000aa;
	margin: 27px 0px 4px 1px;
	padding: 0px !important;
	text-decoration: underline;
}