.je-mr {
	font-family: "Poppins", Arial, sans-serif !important;
	color: #f2efec !important;
	font-weight: 300;
	max-width: 620px !important;
	margin: 0 auto !important;
	text-align: center;
}

.je-mr .je-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.24em;
	font-size: 11px;
	color: #e7e1d4 !important;
	font-weight: 500;
	margin: 0 0 10px;
}

.je-mr .je-h {
	font-family: "Playfair Display", Georgia, serif !important;
	font-weight: 500;
	font-size: 30px;
	color: #f2efec !important;
	margin: 0 0 22px;
	line-height: 1.2;
}

.je-mr .je-summary {
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 14px 16px;
	font-size: 14px;
	margin: 0 0 26px;
	color: #f2efec;
	line-height: 1.5;
}

.je-mr .je-prodlabel,
.je-mr .je-design-name {
	display: block !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	margin-top: 6px !important;
	color: #fff !important;
}

.je-mr .je-label {
	display: block;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 11px;
	font-weight: 500;
	color: #e7e1d4 !important;
	margin: 18px 0 8px;
}

.je-mr .je-field {
	margin-top: 18px;
	text-align: left;
}

.je-mr .je-field > .je-label {
	margin: 0 0 8px;
}

.je-mr .je-field p > br {
	display: none;
}

.je-mr .je-row {
	margin-top: 18px;
}

.je-mr .je-row .je-field {
	margin-top: 0;
}

.je-mr .wpcf7-form-control-wrap {
	display: block;
}

.je-mr input[type="text"],
.je-mr input[type="email"],
.je-mr input[type="tel"],
.je-mr textarea,
.je-mr select {
	width: 100%;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #f2efec !important;
	padding: 18px 22px !important;
	border: 0 !important;
	border-radius: 3px !important;
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.je-mr select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M0 0l6 7 6-7z' fill='%23e7e1d4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	cursor: pointer;
}

.je-mr select option {
	color: #2b3632;
}

.je-mr input::placeholder,
.je-mr textarea::placeholder {
	color: rgba(242, 239, 236, 0.6);
}

.je-mr input:focus,
.je-mr textarea:focus,
.je-mr select:focus {
	outline: none;
	background-color: rgba(255, 255, 255, 0.16) !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.je-mr textarea {
	min-height: 110px;
}

.je-mr .je-row {
	display: flex;
	gap: 14px;
	text-align: left;
}

.je-mr .je-col {
	flex: 1;
}

@media (max-width: 480px) {
	.je-mr .je-row {
		flex-direction: column;
		gap: 0;
	}
}

.je-mr .je-metal {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
	margin-top: 0;
	text-align: left;
}

@media (max-width: 480px) {
	.je-mr .je-metal {
		grid-template-columns: 1fr;
	}
}

.je-mr .je-metal .wpcf7-list-item {
	margin: 0;
}

.je-mr .je-metal label {
	display: flex !important;
	align-items: center;
	gap: 11px;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 12px 14px !important;
	cursor: pointer;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #f2efec !important;
	border-radius: 3px;
}

.je-mr .je-metal input {
	position: absolute;
	opacity: 0;
}

.je-mr .je-metal .wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
}

.je-mr .je-metal .wpcf7-list-item-label::before {
	content: "";
	width: 26px;
	height: 26px;
	border-radius: 50%;
	flex: 0 0 auto;
	display: inline-block;
	background-size: cover;
	background-position: center;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-right: 11px;
	vertical-align: middle;
}

.je-mr .je-metal label:has(input:checked) {
	border-color: #fff !important;
	background: rgba(255, 255, 255, 0.2) !important;
}

.je-mr .je-metal input:checked + .wpcf7-list-item-label::before {
	box-shadow: inset 0 0 0 3px #fff;
	border-color: #fff;
}

.je-mr .je-submit {
	font-family: "Poppins", Arial, sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
	font-weight: 500;
	color: #f2efec !important;
	background: transparent !important;
	border: 1px solid #d8d8d8 !important;
	border-radius: 0 !important;
	padding: 14px 36px !important;
	cursor: pointer;
	margin-top: 24px;
}

.je-mr .je-submit:hover {
	background: rgba(255, 255, 255, 0.12) !important;
}

.je-mr .wpcf7-not-valid-tip {
	text-align: left;
}

.je-mr .wpcf7-response-output {
	margin-top: 18px;
}

.je-mr .je-engraving {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
	margin-top: 0;
	text-align: left;
}

@media (max-width: 480px) {
	.je-mr .je-engraving {
		grid-template-columns: 1fr;
	}
}

.je-mr .je-engraving .wpcf7-list-item {
	margin: 0;
}

.je-mr .je-engraving label {
	display: flex !important;
	align-items: center;
	gap: 11px;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 12px 14px !important;
	cursor: pointer;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #f2efec !important;
	border-radius: 3px;
}

.je-mr .je-engraving input {
	position: absolute;
	opacity: 0;
}

.je-mr .je-engraving .wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
}

.je-mr .je-engraving .wpcf7-list-item-label::before {
	content: "";
	width: 26px;
	height: 26px;
	border-radius: 50%;
	flex: 0 0 auto;
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.35);
	margin-right: 11px;
	vertical-align: middle;
}

.je-mr .je-engraving label:has(input:checked) {
	border-color: #fff !important;
	background: rgba(255, 255, 255, 0.2) !important;
}

.je-mr .je-engraving input:checked + .wpcf7-list-item-label::before {
	box-shadow: inset 0 0 0 3px #fff;
	border-color: #fff;
}

.je-mr .je-engraving-details {
	text-align: left;
}

.je-mr .je-engraving-details[hidden] {
	display: none !important;
}

.je-mr .je-engraving-wording {
	min-height: 72px;
	resize: vertical;
}

.je-mr .je-engraving-char-count {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(231, 225, 212, 0.75) !important;
	margin: 6px 0 0;
}

.je-mr .je-hint {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(231, 225, 212, 0.75) !important;
	margin: 3px 0 0;
}
