/* Section wrappers */
.fsra-section__inner {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.fsra-section__inner--flush {
	margin-top: 0;
	margin-bottom: 0;
}

/* FSRA Vehicles (Vozila) */
.fsra-vehicles__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 1.75rem;
}

.fsra-vehicles__item:last-child {
	border-bottom: 0;
}

.fsra-vehicles__button .wp-block-button__link {
	border-radius: 0;
	padding: 0.75rem 1.1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fsra-vehicles__section--media .fsra-vehicles__section-image img {
	width: 100%;
	height: auto;
	display: block;
}

.fsra-vehicles__sidebar a {
	color: inherit;
	text-decoration: none;
}

.fsra-vehicles__sidebar a:hover {
	text-decoration: underline;
}

.fsra-vehicles__nav,
.fsra-vehicles__links {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.fsra-vehicles__nav li,
.fsra-vehicles__links li {
	margin: 0.25rem 0;
}

/* FSRA single vehicle (pattern / vehicle post) */
.fsra-single-vehicle__hero-image img {
	width: 100%;
	height: auto;
	display: block;
}

.fsra-single-vehicle__stats .wp-block-column {
	min-width: 0;
}

.fsra-single-vehicle__spec-list li {
	margin-bottom: 0.35rem;
}
