.location-bar {
	background-color: #406aff;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	width: 100%;
}

.location-bar.is-hidden {
	display: none !important;
}

.location-bar .wp-block-group.is-layout-flex,
.location-bar > .wp-block-group {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	margin: 0 auto;
	max-width: 1200px;
	padding: 16px 8px;
}

.location-bar figure {
	flex-shrink: 0;
	margin: 0 8px 0 0;
}

.location-bar img {
	display: block;
	height: 22px;
	width: 22px;
}

.location-bar p {
	color: #fff;
	font-family: "Galano", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	padding-right: 8px;
}

.location-bar mark {
	background: transparent;
	color: #ffb61e;
}

@media (max-width: 781px) {
	.location-bar p {
		font-size: 16px;
	}
}

.qcp-header-location {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-right: 24px;
	padding: 0 0 4px;
	border: none;
	border-bottom: 2px solid #003da5;
	background: transparent;
	color: #003da5;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	transition: opacity 0.2s ease;
}

.qcp-header-location:hover,
.qcp-header-location:focus {
	opacity: 0.85;
}

.qcp-header-location__icon {
	flex-shrink: 0;
	display: block;
}

header .qcp-header-location__label {
	font-family: "Galano", sans-serif;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 0 4px;
	background: transparent;
	color: #171A88;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	transition: opacity 0.2s ease;
}

.header .top .wp-block-buttons.is-desktop {
	align-items: center;
}

@media (max-width: 959px) {
	.header .top .qcp-header-location {
		margin-right: 12px;
		font-size: 14px;
		max-width: calc(18px + 4px + 120px);
		white-space: normal;
		flex-shrink: 1;
		align-items: flex-start;
	}

	header .qcp-header-location__label {
		display: block;
		max-width: 120px;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
		line-height: 1.2;
		text-align: left;
		flex-shrink: 1;
	}
}

@media (max-width: 600px) {
	header .qcp-header-location__label {
		font-size: 12px;
		padding: 0 !important;
		gap: 0 !important;
		display: block;
		max-width: 120px;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
		line-height: 1.2;
		text-align: left;
		flex-shrink: 1;
	}

	header .qcp-header-location {
		padding: 0;
		max-width: calc(18px + 4px + 120px);
		white-space: normal;
		flex-shrink: 1;
		align-items: flex-start;
	}
}
