.kantataksi-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fffdf7;
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.kantataksi-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	max-width: 1180px;
	margin-inline: auto;
	padding: 18px 24px;
	gap: 24px;
}

.kantataksi-header__brand-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.kantataksi-header__brand {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

.kantataksi-header__brand a {
	color: #111111;
	text-decoration: none;
}

.kantataksi-header__nav-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	margin-left: auto;
}

.kantataksi-header__nav {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 15px;
	font-weight: 600;
}

.kantataksi-header__nav .wp-block-navigation__container {
	align-items: center;
	gap: 20px;
}

.kantataksi-header__nav a {
	color: #1b1b1b;
	text-decoration: none;
}

.kantataksi-header__nav a:hover,
.kantataksi-header__nav a:focus {
	color: #8a6400;
}

.kantataksi-header__actions,
.kantataksi-header__button {
	display: flex;
	align-items: center;
	margin: 0;
}

.kantataksi-header__button .wp-block-button__link {
	background: #f2c230;
	color: #111111;
	border-radius: 4px;
	padding: 11px 18px;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.kantataksi-header__button .wp-block-button__link:hover,
.kantataksi-header__button .wp-block-button__link:focus {
	background: #dfae16;
	color: #111111;
}

@media (max-width: 760px) {
	.kantataksi-header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		padding: 14px 16px;
		gap: 12px;
	}

	.kantataksi-header__brand-wrap {
		flex: 1 1 auto;
		min-width: 0;
	}

	.kantataksi-header__brand {
		font-size: clamp(21px, 6vw, 28px);
		white-space: nowrap;
	}

	.kantataksi-header__nav-wrap {
		flex: 0 0 auto;
		width: auto;
		justify-content: flex-end;
		gap: 12px;
		margin-left: 0;
	}

	.kantataksi-header__actions {
		flex: 0 0 auto;
		margin-left: 0;
	}

	.kantataksi-header__button .wp-block-button__link {
		padding: 10px 13px;
		font-size: 14px;
		white-space: nowrap;
	}

	.kantataksi-header__nav .wp-block-navigation__responsive-container-open {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		margin: 0;
	}

	.kantataksi-header__nav .wp-block-navigation__responsive-container-open svg {
		width: 26px;
		height: 26px;
	}
}

@media (max-width: 420px) {
	.kantataksi-header__inner {
		padding-inline: 12px;
		gap: 8px;
	}

	.kantataksi-header__brand {
		font-size: 20px;
	}

	.kantataksi-header__nav-wrap {
		gap: 8px;
	}

	.kantataksi-header__button .wp-block-button__link {
		padding: 9px 10px;
		font-size: 13px;
	}
}
