/* ==========================================================
   GALLERY
========================================================== */

.gvs-gallery {
	width: 100%;
}

.gvs-gallery__main {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
	background: #f5f5f5;
	aspect-ratio: 4 / 3;
}

.gvs-gallery__main-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gvs-gallery__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.72);
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.gvs-gallery__main:hover .gvs-gallery__nav {
	opacity: 1;
	visibility: visible;
}

.gvs-gallery__nav:hover {
	background: rgba(17, 17, 17, 0.88);
}

.gvs-gallery__nav:focus-visible,
.gvs-gallery__thumbs-nav:focus-visible {
	outline: 2px solid #0ea5e9;
	outline-offset: 2px;
}

.gvs-gallery__nav span,
.gvs-gallery__thumbs-nav span {
	display: block;
	font-size: 34px;
	line-height: 1;
	transform: translateY(-3px);
}

.gvs-gallery__nav--prev {
	left: 14px;
}

.gvs-gallery__nav--next {
	right: 14px;
}

.gvs-gallery__thumbs-wrap {
	position: relative;
	margin-top: 14px;
}

.gvs-gallery__thumbs {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding: 0 0px 4px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.gvs-gallery__thumbs::-webkit-scrollbar {
	display: none;
}

.gvs-gallery__thumbs-nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #111;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.gvs-gallery__thumbs-wrap:hover .gvs-gallery__thumbs-nav {
	opacity: 1;
	visibility: visible;
}

.gvs-gallery__thumbs-nav:hover {
	border-color: #111;
	background: #f5f5f5;
}

.gvs-gallery__thumbs-nav--prev {
	left: 8px;
}

.gvs-gallery__thumbs-nav--next {
	right: 8px;
}

.gvs-gallery__thumbs-nav.is-disabled {
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.gvs-gallery__thumb {
	flex: 0 0 auto;
	width: 92px;
	height: 68px;
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gvs-gallery__thumb:hover {
	transform: translateY(-1px);
}

.gvs-gallery__thumb.is-active {
	border-color: #111;
	box-shadow: 0 0 0 1px #111 inset;
}

.gvs-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gvs-gallery--placeholder .gvs-gallery__main {
	background: #f3f3f3;
}

@media (max-width: 1024px) {
	.gvs-gallery__thumb {
		width: 80px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.gvs-gallery__main {
		border-radius: 14px;
	}

	.gvs-gallery__nav {
		width: 42px;
		height: 42px;
	}

	.gvs-gallery__thumbs-wrap {
		margin-top: 12px;
	}

	.gvs-gallery__thumbs {
		gap: 10px;
		padding: 0 0px 4px;
	}

	.gvs-gallery__thumb {
		width: 72px;
		height: 54px;
		border-radius: 10px;
	}

	.gvs-gallery__thumbs-nav {
		width: 34px;
		height: 34px;
	}

	.gvs-gallery__thumbs-nav--prev {
		left: 6px;
	}

	.gvs-gallery__thumbs-nav--next {
		right: 6px;
	}
}




/* ==========================================================
   PRICING
========================================================== */

.gvs-pricing {
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 18px;
	background: #fff;
	padding: 20px;
}

.gvs-pricing__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
	color: #111;
}

.gvs-pricing__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.gvs-pricing__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 2px;
	/* border-bottom: 1px solid #f0f0f0; */
}

.gvs-pricing__label {
	font-size: 0.95rem;
	line-height: 1.4;
	color: #444;
}

.gvs-pricing__value {
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.3;
	color: #111;
	text-align: right;
	white-space: nowrap;
}

.gvs-pricing__row--discount .gvs-pricing__value {
	font-weight: 700;
}

.gvs-pricing__row--cash-price .gvs-pricing__label,
.gvs-pricing__row--cash-price .gvs-pricing__value {
	font-weight: 700;
	color: #111;
}

.gvs-pricing__featured {
	margin-top: 12px;
	padding: 14px 16px;
	border-radius: 12px;
	background: #edfaff;
	border: 1px solid #78c5e7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.gvs-pricing__featured-label {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
}

.gvs-pricing__featured-price {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1;
	color: #111;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.gvs-pricing {
		padding: 16px;
		border-radius: 14px;
	}

	.gvs-pricing__title {
		margin-bottom: 14px;
	}

	.gvs-pricing__row {
		align-items: flex-start;
		/*flex-direction: column;*/
		gap: 6px;
	}

	.gvs-pricing__value {
		text-align: left;
	}

	.gvs-pricing__featured {
		padding: 14px 16px;
		border-radius: 14px;
		/*flex-direction: column;*/
		align-items: flex-start;
	}

	.gvs-pricing__featured-price {
		font-size: 1.45rem;
	}
}




/* ==========================================================
   FEATURES
========================================================== */

.gvs-features {
	width: 100%;
}

.gvs-features__header {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	margin-bottom: 14px;
	border: 1px solid #d8e0ea;
	border-radius: 999px;
	background: #fff;
	color: #0f172a;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1;
}

.gvs-features__header-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #334155;
}

.gvs-features__header-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.gvs-features__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.gvs-features__item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid #eef2f6;
	border-radius: 12px;
	background: #f6f8fb;
	min-height: 40px;
}

.gvs-features__icon {
	flex: 0 0 auto;
	width: 24px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0891b2;
	line-height: 0;
}

.gvs-features__icon svg {
	width: 25px;
	height: 22px;
	display: block;
}

.gvs-features__content {
	min-width: 0;
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.gvs-features__label {
	font-size: 0.84rem;
	line-height: 1.2;
	color: #6b7280;
	white-space: nowrap;
}

.gvs-features__value {
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.2;
	color: #0f172a;
	word-break: break-word;
}

.gvs-features__item--badge {
	justify-content: left;
	padding: 0px 4px;
	background: transparent;
	border-color: transparent;
}

.gvs-features__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #0f4a18;
	text-align: center;
}

.gvs-features__badge-image {
	width: 40px;
	height: 100%;
	object-fit: contain;
	display: block;
}

.gvs-features__badge-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	transform: translateY(0.5px);
}

.gvs-features__badge-top {
	font-size: 0.3rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.gvs-features__badge-value {
	font-size: 0.66rem;
	font-weight: 800;
	margin-top: 2px;
}

@media (max-width: 1024px) {
	.gvs-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gvs-features__header {
		margin-bottom: 12px;
		font-size: 0.92rem;
	}

	.gvs-features__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}

	.gvs-features__item {
		padding: 8px 10px;
		border-radius: 12px;
		min-height: auto;
		text-align: center;
	}

	.gvs-features__icon {
		width: 23px;
		height: 22px;
	}

	.gvs-features__icon svg {
		width: 23px;
		height: 22px;
	}

	.gvs-features__content {
		flex-wrap: wrap;
		gap: 4px 6px;
	}

	.gvs-features__label {
		font-size: 0.78rem;
		display: none;
	}

	.gvs-features__value {
		font-size: 0.9rem;
	}

	.gvs-features__badge {
		width: 40px;
		height: 40px;
	}
}



/* ==========================================================
   TABS
========================================================== */

.gvs-tabs {
	width: 100%;
	padding: 22px;
	border: 1px solid #dbe4ee;
	border-radius: 18px;
	background: #fff;
}

.gvs-tabs__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	padding: 6px;
	border-radius: 14px;
	background: #e8edf3;
	margin-bottom: 14px;
}

.gvs-tabs__tab {
	border: 0;
	background: transparent;
	color: #60748a;
	font-size: 1.03rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 14px 18px;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.gvs-tabs__tab.is-active {
	background: #fff;
	color: #0f172a;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.gvs-tabs__tab:focus-visible {
	outline: 2px solid #0ea5e9;
	outline-offset: 2px;
}

.gvs-tabs__panel {
	display: none;
}

.gvs-tabs__panel.is-active {
	display: block;
}

.gvs-tabs__wysiwyg {
	color: #0f172a;
}

.gvs-tabs__wysiwyg > *:first-child {
	margin-top: 0;
}

.gvs-tabs__wysiwyg > *:last-child {
	margin-bottom: 0;
}

/*
.gvs-tabs__wysiwyg .elementor-accordion,
.gvs-tabs__wysiwyg .accordion,
.gvs-tabs__wysiwyg [class*="accordion"] {
	width: 100%;
}
*/

.gvs-tabs__commitment-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 22px;
	margin: 0;
	padding: 0;
}

.gvs-tabs__commitment-item {
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e8f0;
}

.gvs-tabs__commitment-title {
	margin: 0 0 8px;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.gvs-tabs__commitment-text {
	margin: 0;
	display: flex;
	color: #334155;
	font-size: 0.98rem;
	line-height: 1.65;
}

@media (max-width: 767px) {
	.gvs-tabs {
		padding: 16px;
		border-radius: 16px;
	}

	.gvs-tabs__nav {
		grid-template-columns: 1fr;
		margin-bottom: 18px;
	}

	.gvs-tabs__tab {
		padding: 12px 14px;
		font-size: 0.96rem;
	}

	.gvs-tabs__commitment-list {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.gvs-tabs__commitment-item {
		padding-bottom: 14px;
	}

	.gvs-tabs__commitment-title {
		font-size: 0.96rem;
	}

	.gvs-tabs__commitment-text {
		font-size: 0.94rem;
	}
}

/* ==========================================================
   VEHICLE ACCORDION
========================================================== */

.vehicle-accordion {
	width: 100%;
}

.vehicle-accordion__item {
	border-bottom: 1px solid #dbe4ee;
}

/*
.vehicle-accordion__item:first-child {
	border-top: 1px solid #dbe4ee;
}
*/

.vehicle-accordion__header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 15px;
	border: 0;
	background: transparent;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
	    box-shadow: none;
}

.vehicle-accordion__header:hover, .vehicle-accordion__header:focus, .vehicle-accordion__item.active .vehicle-accordion__header  {
	color: #0f172a;
	border-radius: 0px;
	background: #e8edf3;
}

.vehicle-accordion__header:focus-visible {
	outline: 2px solid #0ea5e9;
	outline-offset: 3px;
	border-radius: 6px;
}

.vehicle-accordion__header span:first-child {
	min-width: 0;
	flex: 1 1 auto;
}

.vehicle-accordion__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-left: auto;
	color: #0f172a;
}

.vehicle-accordion__icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 45%;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: transform 0.2s ease, top 0.2s ease;
}

.vehicle-accordion__item.active .vehicle-accordion__icon::before {
	top: 60%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.vehicle-accordion__content {
	padding-bottom: 15px;
	padding-top: 15px;
}

.vehicle-accordion__content[hidden] {
	display: none;
}

.vehicle-accordion__body {
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.7;
}

.vehicle-accordion__body > *:first-child {
	margin-top: 0;
}

.vehicle-accordion__body > *:last-child {
	margin-bottom: 0;
}

.vehicle-accordion__body ul,
.vehicle-accordion__body ol {
	margin: 0;
	padding-left: 22px;
}

.vehicle-accordion__body li + li {
	margin-top: 0px;
}

@media (max-width: 767px) {
	.vehicle-accordion__header {
		padding: 16px 0;
		font-size: 0.96rem;
	}

	.vehicle-accordion__body {
		font-size: 0.94rem;
		line-height: 1.65;
	}
}

/* ==========================================================
   FINANCING CALCULATOR
========================================================== */

:root {
	--gvs-financing-color-text: #111111;
	--gvs-financing-color-muted: #6b7280;
	--gvs-financing-color-border: #e5e7eb;
	--gvs-financing-color-surface: #ffffff;
	--gvs-financing-color-accent-soft: #ecfeff;
	--gvs-financing-color-accent-border: #67e8f9;
	--gvs-financing-color-dark: #0f172a;
	--gvs-financing-radius-xl: 20px;
	--gvs-financing-radius-lg: 16px;
	--gvs-financing-shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.gvs-financing {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
	    text-transform: none;
}

.gvs-financing__box {
	background: var(--gvs-financing-color-surface);
	border: 1px solid var(--gvs-financing-color-border);
	border-radius: var(--gvs-financing-radius-xl);
	padding: 22px;
	box-shadow: var(--gvs-financing-shadow-soft);
}

.gvs-financing__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #f3f4f6;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	color: var(--gvs-financing-color-text);
	margin-bottom: 12px;
}

.gvs-financing__pill--icon {
	margin-bottom: 0;
}

.gvs-financing__pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	line-height: 1;
}

.gvs-financing__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.gvs-financing-card {
	position: relative;
	border: 1px solid #d8e2ea;
	border-radius: 14px;
	padding: 14px 14px 12px;
	background: #fff;
	width: 100%;
	text-align: left;
	cursor: pointer;
	appearance: none;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
	text-transform: none;
	letter-spacing: 0px;
}

/*
.gvs-financing-card--premium {
	background: #edfaff;
	border-color: #7dd3fc;
}
*/

.gvs-financing-card:hover {
	/*transform: translateY(-1px);*/
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
	border-color: #0ea5e9;
	background: #edfaff;
}

.gvs-financing-card.is-active {
	border-color: #0ea5e9;
	box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.12);
	    background: #edfaff;
}

.gvs-financing-card:focus-visible {
	outline: 2px solid #0ea5e9;
	outline-offset: 2px;
}

.gvs-financing-card__badge {
	position: absolute;
	top: -10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #0ea5b7;
	border: 0;
	box-shadow: 0 4px 10px rgba(14, 165, 183, 0.24);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}

.gvs-financing-card__badge-icon {
	font-size: 0.7rem;
	line-height: 1;
}

.gvs-financing-card__tin {
	font-size: 0.98rem;
	font-weight: 500;
	color: #334155;
	margin-bottom: 10px;
}

.gvs-financing-card__price {
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.15;
	color: #0891b2;
	margin-bottom: 12px;
	letter-spacing: -0.01em;
}

.gvs-financing-card__benefits {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gvs-financing-card__benefits li {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-size: 0.8rem;
	line-height: 1.35;
	color: #0f172a;
	font-weight: 400;
}

.gvs-financing-card__benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	flex: 0 0 auto;
	color: #16a34a;
}

.gvs-financing-card__benefit-icon svg {
	width: 14px;
	height: 14px;
	display: block;
}

.gvs-financing-card__benefit-text {
	min-width: 0;
}

.gvs-financing__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.gvs-financing__head-info {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid var(--gvs-financing-color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--gvs-financing-color-muted);
	flex: 0 0 auto;
}

.gvs-financing__amount-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 0px;
}

.gvs-financing__amount-label {
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--gvs-financing-color-text);
}

.gvs-financing__amount-value {
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--gvs-financing-color-text);
	white-space: nowrap;
}

.gvs-financing__slider-wrap {
	margin-bottom: 18px;
}

.gvs-financing__slider {
	width: 100%;
	appearance: none;
	height: 6px;
	border-radius: 999px;
	background: #e5e7eb;
	outline: none;
	cursor: pointer;
}

.gvs-financing__slider::-webkit-slider-thumb {
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--gvs-financing-color-dark);
	border: 0;
	cursor: pointer;
}

.gvs-financing__slider::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--gvs-financing-color-dark);
	border: 0;
	cursor: pointer;
}

.gvs-financing__slider-labels {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 10px;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--gvs-financing-color-muted);
}

.gvs-financing__terms-head {
	margin-bottom: 4px;
	margin-top: -30px;
}

.gvs-financing__terms-label {
	font-size: 0.95rem;
	font-weight: 400;
	color: var(--gvs-financing-color-text);
	    text-align: center;
}

.gvs-financing__terms {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	gap: 10px;
	width: 100%;
}

.gvs-financing__term-button {
	width: 100%;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid var(--gvs-financing-color-border);
	background: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	color: var(--gvs-financing-color-text);
	cursor: pointer;
	transition: all 0.2s ease;
}

.gvs-financing__term-button:hover {
	transform: translateY(-1px);
}

.gvs-financing__term-button.is-active {
	background: var(--gvs-financing-color-dark);
	border-color: var(--gvs-financing-color-dark);
	color: #fff;
}

.gvs-financing__simulation-text {
	font-size: 0.75rem;
	line-height: 1.3;
	color: var(--gvs-financing-color-text);
	text-align: justify;
}

.gvs-financing__simulation-text strong {
	font-weight: 800;
}

@media (max-width: 1024px) {
	.gvs-financing__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.gvs-financing__box {
		padding: 16px;
		border-radius: 16px;
	}

	.gvs-financing__pill {
		margin-bottom: 14px;
	}

	.gvs-financing__head {
		align-items: flex-start;
	}

	.gvs-financing__amount-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.gvs-financing-card__price {
		font-size: 1.02rem;
	}

	.gvs-financing-card__badge {
		top: -9px;
		right: 8px;
		font-size: 0.68rem;
	}

	.gvs-financing__terms {
		gap: 8px;
	}

	.gvs-financing__term-button {
		padding: 9px 14px;
		font-size: 0.9rem;
	}
}

/* ==========================================================
   MIX
========================================================== */

.btns-ficha-coche a{
	width: 100% !important;
}

/* Columna ficha de coches Sticky */
@media (min-width: 1025px) {
  .contenedor-ficha-vehiculo {
    overflow: visible !important;
    align-items: flex-start;
  }

  .columna-sticky-ficha {
    position: sticky;
    top: 30px;
    align-self: flex-start;
    height: fit-content;
    z-index: 5;
  }
}
