.cywater-country {
	position: relative;
	width: 100%;
}

.cywater-country__native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.cywater-country__input {
	width: 100%;
}

.cywater-country__list {
	position: absolute;
	z-index: 100;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	max-height: 18rem;
	overflow-y: auto;
	padding: .35rem;
	border: 1px solid var(--line, #d7d5cc);
	border-radius: var(--radius, 4px);
	background: var(--white, #fff);
	box-shadow: 0 12px 28px rgba(14, 27, 44, .14);
}

.cywater-country__option {
	display: block;
	width: 100%;
	padding: .65rem .75rem;
	border: 0;
	border-radius: 3px;
	background: transparent;
	color: var(--ink, #0e1b2c);
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.cywater-country__option:hover,
.cywater-country__option:focus,
.cywater-country__option[aria-selected="true"] {
	background: rgba(15, 118, 110, .1);
	outline: 0;
}

.cywater-register__section {
	min-width: 0;
	margin: 0 0 var(--sp-6, 2rem);
	padding: 0;
	border: 0;
}

.cywater-register__section legend {
	width: 100%;
	margin: 0 0 var(--sp-4, 1rem);
	padding: 0 0 var(--sp-2, .5rem);
	border-bottom: 1px solid var(--line, #d7d5cc);
	color: var(--ink, #0e1b2c);
	font-family: var(--font-display, serif);
	font-size: var(--fs-lg, 1.25rem);
	font-weight: 600;
}
