.site-header .inside-header {
	display: flex;
	align-items: center;
	column-gap: 16px;
	row-gap: 12px;
}

.chiilabo-header-google-cse-slot {
	flex: 1 1 260px;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.chiilabo-header-google-cse {
	width: 100%;
	min-width: 220px;
}

.chiilabo-header-google-cse .gsc-control-cse,
.chiilabo-header-google-cse .gsc-control-searchbox-only,
.chiilabo-header-google-cse form.gsc-search-box,
.chiilabo-header-google-cse table.gsc-search-box,
.chiilabo-header-google-cse table.gsc-search-box tbody,
.chiilabo-header-google-cse table.gsc-search-box tr {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.chiilabo-header-google-cse .gsc-control-searchbox-only {
	width: 100%;
}

.chiilabo-header-google-cse table.gsc-input,
.chiilabo-header-google-cse table.gsc-search-box {
	width: 100% !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.chiilabo-header-google-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
}

.chiilabo-header-google-cse td.gsc-input,
.chiilabo-header-google-cse td.gsc-search-button,
.chiilabo-header-google-cse td.gsc-clear-button,
.chiilabo-header-google-cse .gsib_a,
.chiilabo-header-google-cse .gsib_b,
.chiilabo-header-google-cse .gsst_b {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	vertical-align: middle !important;
}

.chiilabo-header-google-cse td.gsc-input {
	border-width: 0 !important;
	box-shadow: none !important;
}

.chiilabo-header-google-cse .gsc-input-box,
.chiilabo-header-google-cse .gsc-input-box-focus {
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid #d0d7de !important;
	border-radius: 999px !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	height: 36px !important;
}

.chiilabo-header-google-cse input.gsc-input {
	box-sizing: border-box;
	height: 34px !important;
	line-height: 34px !important;
	padding: 0 8px !important;
	margin: 0 !important;
	margin-bottom: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 13px !important;
	box-shadow: none !important;
}

.chiilabo-header-google-cse .gsc-input,
.chiilabo-header-google-cse .gsc-search-box,
.chiilabo-header-google-cse .gsc-input-box,
.chiilabo-header-google-cse .gsc-search-button {
	margin-bottom: 0 !important;
}

.chiilabo-header-google-cse .gsc-search-button-v2,
.chiilabo-header-google-cse input.gsc-search-button {
	height: 36px !important;
	min-width: 36px !important;
	margin-left: 6px !important;
	padding: 0 10px !important;
	border: 0 !important;
	border-radius: 999px !important;
}

.chiilabo-header-google-cse .gsc-clear-button {
	display: none;
}

.chiilabo-header-google-cse .gsib_b,
.chiilabo-header-google-cse .gsst_a,
.chiilabo-header-google-cse .gsst_a:hover,
.chiilabo-header-google-cse .gsst_a:focus {
	width: 0 !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

.site-header .site-branding,
.site-header #site-navigation {
	flex: 0 0 auto;
}

@media (max-width: 1024px) {
	.site-header .inside-header {
		column-gap: 12px;
	}

	.chiilabo-header-google-cse {
		display: none;
	}
}
