.stvf-stable {
	display: block !important;
	width: 100%;
	max-width: 100%;
	margin: 0 0 28px;
	padding: 26px;
	border: 1px solid #e2e6ec;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
	box-sizing: border-box;
	clear: both;
}

.stvf-stable *,
.stvf-stable *::before,
.stvf-stable *::after {
	box-sizing: border-box;
}

.stvf-stable__header {
	margin-bottom: 20px;
	text-align: right;
}

.stvf-stable__header h2 {
	margin: 0 0 7px;
	color: #101828;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.3;
}

.stvf-stable__header p {
	margin: 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.7;
}

.stvf-stable__form {
	display: grid;
	grid-template-columns: repeat(4, minmax(150px, 1fr)) auto;
	gap: 13px;
	align-items: end;
	width: 100%;
}

.stvf-stable__field[hidden] {
	display: none !important;
}

.stvf-stable__field label {
	display: block;
	margin: 0 0 7px;
	color: #344054;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.stvf-stable__field select {
	display: block;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #d0d5dd;
	border-radius: 13px;
	background: #f9fafb;
	color: #101828;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	text-align: right;
	box-shadow: none;
	outline: none;
	opacity: 1;
}

.stvf-stable__field select:disabled {
	color: #98a2b3;
	cursor: not-allowed;
	opacity: 1;
}

.stvf-stable__submit {
	display: block;
	height: 52px;
	margin: 0;
	padding: 0 24px;
	border: 0;
	border-radius: 13px;
	background: #101828;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap;
	cursor: pointer;
}

.stvf-stable__submit:disabled {
	cursor: not-allowed;
	opacity: 0.42;
}

.stvf-stable__status {
	min-height: 24px;
	margin-top: 16px;
	color: #475467;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.stvf-stable__results {
	display: grid;
	gap: 14px;
	width: 100%;
}

.stvf-stable__vehicle-card {
	display: block;
	overflow: hidden;
	padding: 17px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
}

.stvf-stable__vehicle-content {
	min-width: 0;
}

.stvf-stable__vehicle-details {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaecf0;
}

.stvf-stable__result-field {
	min-width: 0;
	text-align: right;
}

.stvf-stable__result-label {
	display: block;
	margin-bottom: 4px;
	color: #667085;
	font-size: 12px;
	font-weight: 600;
}

.stvf-stable__result-value {
	display: block;
	color: #101828;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.stvf-stable__sku-section {
	margin-top: 14px;
}

.stvf-stable__sku-title {
	display: block;
	margin-bottom: 9px;
	color: #101828;
	font-size: 14px;
	font-weight: 800;
}

.stvf-stable__sku-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.stvf-stable__sku-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	background: #f9fafb;
	color: #101828;
	font-size: 15px;
	font-weight: 800;
	direction: ltr;
}

.stvf-stable__vehicle-lower {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: 20px;
	align-items: center;
	margin-top: 16px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #f8fafc;
}

.stvf-stable__info {
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

.stvf-stable__info-title {
	display: block;
	margin-bottom: 8px;
	color: #101828;
	font-size: 14px;
	font-weight: 800;
}

.stvf-stable__info ul {
	margin: 0;
	padding-right: 20px;
	color: #344054;
	font-size: 14px;
	line-height: 1.8;
}

.stvf-stable__important-note {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid #e5e7eb;
	color: #475467;
	font-size: 13px;
	line-height: 1.7;
}

.stvf-stable__vehicle-media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.stvf-stable__vehicle-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0;
	padding: 12px;
	overflow: hidden;
	border: 1px solid #d8dee8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
	cursor: zoom-in;
	font-family: inherit;
}

.stvf-stable__vehicle-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.stvf-stable__zoom-icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: transparent;
	color: #101828;
	box-shadow: none;
	pointer-events: none;
}

.stvf-stable__zoom-icon svg {
	display: block;
}

.stvf-stable__modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.82);
}

.stvf-stable__modal-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(920px, 96vw);
	max-height: 92vh;
	padding: 18px;
	border: 2px solid #fff;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.stvf-stable__modal-content img {
	display: block;
	width: 100%;
	height: auto;
	max-height: calc(92vh - 36px);
	object-fit: contain;
}

.stvf-stable__modal-close {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #101828;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 1100px) {
	.stvf-stable__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stvf-stable__submit {
		width: 100%;
	}
}

@media (max-width: 767px) {
	/*
	 * ביטול מוחלט של מסגרת וכפתור אדומים שמגיעים מעיצוב הכפתורים
	 * הגלובלי של התבנית במובייל.
	 */
	.stvf-stable button.stvf-stable__vehicle-image,
	.stvf-stable .stvf-stable__vehicle-image {
		-webkit-appearance: none !important;
		appearance: none !important;
		width: min(100%, 260px) !important;
		aspect-ratio: 1 / 1 !important;
		margin: 0 auto !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		outline: 0 !important;
	}

	.stvf-stable button.stvf-stable__vehicle-image:hover,
	.stvf-stable button.stvf-stable__vehicle-image:focus,
	.stvf-stable button.stvf-stable__vehicle-image:active {
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		outline: 0 !important;
	}

	.stvf-stable__vehicle-image img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		object-fit: contain !important;
	}

	.stvf-stable {
		display: block !important;
		visibility: visible !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 20px !important;
		padding: 18px;
		overflow: visible !important;
		border-radius: 16px;
	}

	.stvf-stable__header h2 {
		font-size: 21px;
	}

	.stvf-stable__form {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.stvf-stable__field,
	.stvf-stable__field select,
	.stvf-stable__submit {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
	}

	.stvf-stable__vehicle-details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stvf-stable__vehicle-lower {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
		padding: 14px;
	}

	.stvf-stable__vehicle-media {
		order: 2;
	}

	.stvf-stable__vehicle-image {
		width: min(100%, 260px);
	}

	.stvf-stable__modal {
		padding: 10px;
	}

	.stvf-stable__modal-content {
		width: 100%;
		padding: 10px;
		border-radius: 14px;
	}
}