.jcc-country-overlay[hidden] {
	display: none !important;
}

.jcc-country-overlay {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(20, 22, 24, 0.72);
}

.jcc-country-modal-open {
	overflow: hidden;
}

.jcc-country-modal {
	position: relative;
	width: 100%;
	max-width: 520px;
	overflow: hidden;
	border: 1px solid #d8e0e7;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
	color: #212121;
}

.jcc-country-modal__accent {
	height: 5px;
	background: #e9672c;
}

.jcc-country-modal__content {
	padding: 34px;
}

.jcc-country-modal__brand {
	margin: 0 0 14px;
	color: #e9672c;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.jcc-country-modal h2 {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0;
}

.jcc-country-modal label {
	display: block;
	margin: 18px 0 8px;
	font-size: 14px;
	font-weight: 700;
}

.jcc-country-modal select {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0 42px 0 14px;
	border: 1px solid #b9c5cf;
	border-radius: 4px;
	background-color: #fff;
	color: #212121;
	font-size: 16px;
}

.jcc-country-modal select:focus {
	border-color: #e9672c;
	outline: 2px solid rgba(233, 103, 44, 0.2);
	outline-offset: 1px;
}

.jcc-country-modal__submit {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	margin: 16px 0 0;
	padding: 12px 20px;
	border: 1px solid #e9672c;
	border-radius: 4px;
	background: #e9672c;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.jcc-country-modal__submit:hover,
.jcc-country-modal__submit:focus {
	background: #d95b22;
	border-color: #d95b22;
}

.jcc-country-modal__submit:disabled {
	cursor: wait;
	opacity: 0.65;
}

.jcc-country-modal__error {
	margin: 10px 0 0;
	color: #b42318;
	font-size: 14px;
}

.jcc-country-change {
	padding: 7px 10px;
	border: 1px solid #d8e0e7;
	border-radius: 4px;
	background: #fff;
	color: #212121;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.jcc-country-change:hover,
.jcc-country-change:focus {
	border-color: #e9672c;
	color: #e9672c;
}

@media (max-width: 600px) {
	.jcc-country-overlay {
		align-items: end;
		padding: 12px;
	}

	.jcc-country-modal {
		width: 100%;
	}

	.jcc-country-modal__content {
		padding: 26px 20px 22px;
	}

	.jcc-country-modal h2 {
		font-size: 24px;
	}
}
