/* wt-nikama-returns front form */
.wt-returns-form-wrap {
	max-width: 32em;
	margin: 1em 0;
}

.wt-returns-form-wrap.wt-returns-success-active {
	max-width: none;
}

.wt-returns-form-wrap .wt-returns-step h3 {
	margin-top: 0;
}

.wt-returns-form-wrap .wt-returns-field {
	margin-bottom: 1em;
}

.wt-returns-form-wrap .wt-returns-field label {
	display: block;
	margin-bottom: 0.25em;
}

.wt-returns-form-wrap .wt-returns-field input[type="email"],
.wt-returns-form-wrap .wt-returns-field input[type="text"] {
	width: 100%;
	/* max-width: 20em; */
	padding: 0.4em 0.6em;
}

.wt-returns-form-wrap .wt-returns-field .required {
	color: #b00;
}

.wt-returns-form-wrap .wt-returns-actions {
	margin: 1.25em 0 0;
}

.wt-returns-form-wrap .wt-returns-btn {
	padding: 0.5em 1em;
	cursor: pointer;
}

.wt-returns-form-wrap .wt-returns-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.wt-returns-form-wrap .wt-returns-message {
	margin: 1em 0;
	padding: 0.6em 0.8em;
	border-left: 4px solid #b00;
	background: #fef7f7;
}

.wt-returns-form-wrap .wt-returns-items {
	margin: 0em 0;
}

.wt-returns-form-wrap .wt-returns-item {
	display: flex;
	align-items: flex-start;
	gap: 1em;
	margin-bottom: 1.25em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.wt-returns-form-wrap .wt-returns-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.wt-returns-form-wrap .wt-returns-item-image {
	flex-shrink: 0;
	width: 80px;
}

.wt-returns-form-wrap .wt-returns-item-image img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}

.wt-returns-form-wrap .wt-returns-item-details {
	flex: 1;
	min-width: 0;
}

.wt-returns-form-wrap .wt-returns-item-name {
	font-weight: 600;
}

.wt-returns-form-wrap .wt-returns-item-checkbox-label {
	display: flex;
	align-items: center;
	gap: 0.5em;
	cursor: pointer;
}

.wt-returns-form-wrap .wt-returns-item-checkbox {
	width: 1.1em;
	height: 1.1em;
	flex-shrink: 0;
	cursor: pointer;
}

.wt-returns-form-wrap .wt-returns-instructions-image img {
	max-width: 850px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.wt-returns-form-wrap .wt-returns-instructions-image img {
		max-width: 100%;
	}
}

.wt-returns-form-wrap .wt-returns-no-image {
	color: #666;
}

.wt-returns-form-wrap .wt-returns-thankyou-container {
	font-family: 'Geologica', sans-serif;
	font-size: 10px;
	max-width: 640px;
    margin: 0 auto;
}

.wt-returns-form-wrap .wt-returns-thankyou-container h3 {
	font-weight: 100 !important;
	text-align: center;
}

.wt-returns-form-wrap .wt-returns-divider {
	border: none;
	border-top: 2px solid #214170;
	opacity: 1 !important;
	margin: 3em 0 !important;
}

.wt-returns-form-wrap .wt-returns-instructions-intro {
	font-weight: 300;
	text-align: center;
	margin: 2em 0;
	font-size: 20px;
}

.wt-returns-form-wrap .wt-returns-instructions-list {
	text-align: left;
	margin: 1em auto;
	margin-bottom:4em;
	padding-left: 1.5em;
	max-width: 550px;
}

.wt-returns-form-wrap .wt-returns-instructions-list li {
	margin-bottom: 0.75em;
	font-size: 19px;
	font-weight: 100;
}

/* When thank-you is rendered, remove top padding from Elementor container */
.e-con-inner:has(.wt-returns-thankyou-container) {
	padding-top: 0;
}
