.engajae-location {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
}

.engajae-location-field {
	width: 100%;
}

.engajae-location-input {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1;
}

.engajae-location-input.engajae-location-error {
	border-color: #cc0000;
}

.engajae-location-error-msg {
	display: none;
	color: #cc0000;
	font-size: 12px;
	margin-top: 4px;
}

.engajae-location-save {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: hsl(0, 0%, 100%);
	background: #ea6410;
	border: none;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
	width: 100%;
}

.engajae-location-save:hover {
	filter: brightness(0.95);
}