.elementor-22530 .elementor-element.elementor-element-a6fbd65{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-22530 .elementor-element.elementor-element-0c3982e{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-22530 .elementor-element.elementor-element-350137f{text-align:center;}.elementor-22530 .elementor-element.elementor-element-d935626{text-align:start;}.elementor-22530 .elementor-element.elementor-element-a81a86f > .elementor-widget-container{padding:0px 0px 50px 0px;}.elementor-22530 .elementor-element.elementor-element-a81a86f.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-e0f62f9 */.v3dri-application-form-wrapper {
	--v3dri-green: #5fbd80;
	--v3dri-green-dark: #338357;
	--v3dri-green-pale: #f1faf3;
	--v3dri-ink: #343936;
	--v3dri-muted: #69716c;
	--v3dri-border: #dce6df;
	box-sizing: border-box;
	color: var(--v3dri-ink);
	font-family: "Lexend Deca", sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
}

.v3dri-application-form-wrapper *,
.v3dri-application-form-wrapper *::before,
.v3dri-application-form-wrapper *::after {
	box-sizing: border-box;
}

.v3dri-application-form {
	margin: 0;
}

.v3dri-application-form-wrapper [hidden] {
	display: none !important;
}

.v3dri-application-form-wrapper .v3dri-form-section {
	background: #fff;
	border: 1px solid var(--v3dri-border);
	border-radius: 22px;
	margin: 0 0 1.25rem;
	min-inline-size: 0;
	padding: 1.5rem 1.5rem 1.35rem;
}

.v3dri-application-form-wrapper .v3dri-form-section > legend {
	align-items: center;
	color: var(--v3dri-ink);
	display: flex;
	font-size: 1.1rem;
	font-weight: 600;
	gap: 0.7rem;
	line-height: 1.35;
	margin: 0 0 1.15rem;
	padding: 0 10px;
}

.v3dri-section-fields {
	display: grid;
	gap: 1rem 0.9rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.v3dri-application-form-wrapper .v3dri-field {
	margin: 0;
	min-width: 0;
	padding: 0;
}

.v3dri-application-form-wrapper .v3dri-field--half {
	flex: initial;
	max-width: none;
	width: auto;
}

.v3dri-application-form-wrapper .v3dri-field--full,
.v3dri-application-form-wrapper .v3dri-shipping-fields {
	grid-column: 1 / -1;
	max-width: none;
	width: auto;
}

.v3dri-application-form-wrapper .v3dri-field label:not(.v3dri-checkbox),
.v3dri-application-form-wrapper .v3dri-field-label {
	color: var(--v3dri-muted);
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.35;
	margin: 0 0 0.42rem;
}

.v3dri-application-form-wrapper .v3dri-field input:not([type="checkbox"]):not([type="radio"]),
.v3dri-application-form-wrapper .v3dri-field select {
	appearance: none;
	background-color: #fbfdfb;
	border: 1px solid var(--v3dri-border);
	border-radius: 12px;
	color: var(--v3dri-ink);
	display: block;
	font: inherit;
	line-height: 1.4;
	max-width: none;
	min-height: 48px;
	padding: 11px 14px;
	transition: border-color 160ms ease, outline-color 160ms ease, background-color 160ms ease;
	width: 100%;
}

.v3dri-application-form-wrapper .v3dri-field select {
	background-image: linear-gradient(45deg, transparent 50%, var(--v3dri-muted) 50%), linear-gradient(135deg, var(--v3dri-muted) 50%, transparent 50%);
	background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 34px;
}

.v3dri-application-form-wrapper .v3dri-field input:not([type="checkbox"]):not([type="radio"]):focus,
.v3dri-application-form-wrapper .v3dri-field select:focus {
	background-color: #fff;
	border-color: var(--v3dri-green);
	outline: 3px solid rgba(95, 189, 128, 0.24);
	outline-offset: 1px;
}

.v3dri-application-form-wrapper .v3dri-checkbox {
	align-items: center;
	background: #fbfdfb;
	border: 1px solid var(--v3dri-border);
	border-radius: 10px;
	color: var(--v3dri-ink);
	display: inline-flex;
	font-size: 0.86rem;
	gap: 0.55rem;
	line-height: 1.35;
	margin: 0 0.55rem 0.55rem 0;
	min-height: 2.65rem;
	padding: 0.55rem 0.75rem;
	width: auto;
}

.v3dri-application-form-wrapper .v3dri-checkbox input[type="checkbox"],
.v3dri-application-form-wrapper .v3dri-checkbox input[type="radio"] {
	appearance: auto;
	accent-color: var(--v3dri-green);
	display: inline-block;
	flex: 0 0 auto;
	height: 1rem;
	margin: 0;
	min-height: 0;
	padding: 0;
	width: 1rem !important;
}

.v3dri-application-form-wrapper .v3dri-checkbox:has(input:checked) {
	background: var(--v3dri-green-pale);
	border-color: #a7dcb8;
}

.v3dri-application-form-wrapper .v3dri-activities,
.v3dri-application-form-wrapper .v3dri-stock-section {
	padding-top: 0.1rem;
}

.v3dri-application-form-wrapper .v3dri-activities .v3dri-field-label,
.v3dri-application-form-wrapper .v3dri-stock-section .v3dri-field-label {
	margin-bottom: 0.65rem;
}

.v3dri-application-form-wrapper .v3dri-shops-section h3,
.v3dri-application-form-wrapper .v3dri-shop-row h4 {
	color: var(--v3dri-ink);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 10px 0;
}

.v3dri-application-form-wrapper .v3dri-shops-section h3 {
	grid-column: 1 / -1;
	padding-bottom: 0.7rem;
}

.v3dri-application-form-wrapper .v3dri-shops-list {
	display: grid;
	gap: 0.85rem;
	grid-column: 1 / -1;
	margin: 0;
}

.v3dri-application-form-wrapper .v3dri-shop-row {
	background: var(--v3dri-green-pale);
	border: 1px solid #ccebd5;
	border-radius: 15px;
	display: grid;
	gap: 0.85rem 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 1rem;
}

.v3dri-application-form-wrapper .v3dri-shop-row h4,
.v3dri-application-form-wrapper .v3dri-shop-row .v3dri-remove-shop {
	grid-column: 1 / -1;
}

.v3dri-application-form-wrapper .v3dri-shop-row .v3dri-field {
	margin: 0;
}

.v3dri-application-form-wrapper .v3dri-add-shop,
.v3dri-application-form-wrapper .v3dri-remove-shop {
	background: transparent;
	border: 1px solid #a7dcb8;
	border-radius: 10px;
	color: var(--v3dri-green-dark);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.84rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	min-height: 42px;
	padding: 0.65rem 1rem;
	width: fit-content;
}

.v3dri-application-form-wrapper .v3dri-add-shop:hover,
.v3dri-application-form-wrapper .v3dri-add-shop:focus,
.v3dri-application-form-wrapper .v3dri-remove-shop:hover,
.v3dri-application-form-wrapper .v3dri-remove-shop:focus {
	background: #dff4e5;
	border-color: var(--v3dri-green);
	color: var(--v3dri-green-dark);
}

.v3dri-application-form-wrapper .v3dri-form-submit {
	display: flex;
	justify-content: center;
	margin: 1.5rem 0 0;
}

.v3dri-application-form-wrapper .v3dri-form-submit button {
	background: var(--v3dri-green);
	border: 1px solid var(--v3dri-green);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	min-height: 50px;
	min-width: 250px;
	padding: 0.8rem 1.6rem;
	transition: background-color 160ms ease, transform 160ms ease;
}

.v3dri-application-form-wrapper .v3dri-form-submit button:hover,
.v3dri-application-form-wrapper .v3dri-form-submit button:focus {
	background: var(--v3dri-green-dark);
	border-color: var(--v3dri-green-dark);
	color: #fff;
	transform: translateY(-1px);
}

.v3dri-application-errors,
.v3dri-application-success {
	background: #fff8f8;
	border: 1px solid #f1c4c5;
	border-left: 4px solid #d63638;
	border-radius: 12px;
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
}

.v3dri-application-success {
	background: var(--v3dri-green-pale);
	border-color: #ccebd5;
	border-left-color: var(--v3dri-green);
}

@media ( max-width: 700px ) {
	.v3dri-application-form-wrapper .v3dri-form-section {
		border-radius: 16px;
		padding: 1.15rem 1rem 1rem;
	}

	.v3dri-section-fields,
	.v3dri-application-form-wrapper .v3dri-shop-row {
		grid-template-columns: 1fr;
	}

	.v3dri-application-form-wrapper .v3dri-field--full,
	.v3dri-application-form-wrapper .v3dri-shipping-fields,
	.v3dri-application-form-wrapper .v3dri-shops-section h3,
	.v3dri-application-form-wrapper .v3dri-shop-row h4,
	.v3dri-application-form-wrapper .v3dri-shop-row .v3dri-remove-shop {
		grid-column: auto;
	}

	.v3dri-application-form-wrapper .v3dri-form-submit button {
		width: 100%;
	}
}/* End custom CSS */