.ekoplaketa-multi-vehicle-form > .wapf[hidden],
.ekoplaketa-multi-vehicle-form > .quantity,
.ekoplaketa-multi-vehicle-form .wc-stripe-product-checkout-container {
	display: none !important;
}

.ekoplaketa-vehicle-fields {
	margin: 0 0 18px;
}

.ekoplaketa-vehicle-list {
	display: grid;
	gap: 14px;
}

.ekoplaketa-vehicle-row__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
}

.ekoplaketa-vehicle-label {
	color: #18221b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.ekoplaketa-vehicle-label span {
	color: #168a41;
}

.ekoplaketa-plate-input {
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 0 16px;
	border: 1px solid #bcc7be;
	border-radius: 4px;
	background: #fff;
	box-shadow: none;
	color: #18221b;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ekoplaketa-plate-input:focus {
	border-color: #168a41;
	box-shadow: 0 0 0 3px rgba(22, 138, 65, 0.12);
	outline: 0;
}

.ekoplaketa-plate-input:disabled {
	background: #f4f6f4;
	cursor: wait;
}

.ekoplaketa-add-vehicle,
.ekoplaketa-multi-vehicle-form button.ekoplaketa-add-vehicle {
	display: inline-flex;
	align-items: center;
	width: auto;
	min-height: 0;
	margin: 13px 0 0;
	padding: 3px 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	color: #117b38 !important;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.ekoplaketa-add-vehicle span {
	margin-right: 4px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
}

.ekoplaketa-add-vehicle:hover,
.ekoplaketa-add-vehicle:focus-visible {
	color: #0a612b !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ekoplaketa-add-vehicle:disabled {
	display: none;
}

.ekoplaketa-remove-vehicle,
.ekoplaketa-multi-vehicle-form button.ekoplaketa-remove-vehicle {
	width: auto;
	min-height: 0;
	padding: 2px 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	color: #657068 !important;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
}

.ekoplaketa-remove-vehicle:hover,
.ekoplaketa-remove-vehicle:focus-visible {
	color: #18221b !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ekoplaketa-remove-vehicle[hidden] {
	display: none !important;
}

.ekoplaketa-multi-vehicle-form .single_add_to_cart_button {
	width: 100%;
}

.ekoplaketa-multi-vehicle-form .single_add_to_cart_button[aria-busy="true"] {
	cursor: wait;
	opacity: 0.72;
}

.ekoplaketa-form-message {
	margin: 11px 0 0;
	padding: 10px 12px;
	border-left: 3px solid #b42318;
	background: #fff5f4;
	color: #7a271a;
	font-size: 13px;
	line-height: 1.5;
}

.ekoplaketa-form-message[hidden] {
	display: none !important;
}

.ekoplaketa-fixed-quantity {
	display: inline-block;
	min-width: 2ch;
	text-align: center;
}

@media (max-width: 480px) {
	.ekoplaketa-vehicle-row__head {
		margin-bottom: 7px;
	}

	.ekoplaketa-plate-input {
		font-size: 16px;
	}
}
