.post-content .kochi-top-initiative {
	--kochi-top-initiative-wrapper-background-color: #f0f0f0;
	--kochi-top-initiative-link-border-color: #fff;
	--kochi-top-initiative-link-border-hover-color: #004ea2;
	--kochi-top-initiative-link-background-color: #fff;
	--kochi-top-initiative-link-icon-color: #004ea2;
}

[data-theme='blue-theme'] .post-content .kochi-top-initiative,
.post-content [data-theme='blue-theme'] .kochi-top-initiative {
	--kochi-top-initiative-wrapper-background-color: #003d7f;
	--kochi-top-initiative-link-border-color: #e1efff;
	--kochi-top-initiative-link-border-hover-color: #e1efff;
	--kochi-top-initiative-link-background-color: #e1efff;
	--kochi-top-initiative-link-icon-color: #004ea2;
}

[data-theme='black-theme'] .post-content .kochi-top-initiative,
.post-content [data-theme='black-theme'] .kochi-top-initiative {
	--kochi-top-initiative-wrapper-background-color: #1a1a1a;
	--kochi-top-initiative-link-border-color: #f8f8f8;
	--kochi-top-initiative-link-border-hover-color: #f8f8f8;
	--kochi-top-initiative-link-background-color: #f8f8f8;
	--kochi-top-initiative-link-icon-color: #000;
}

.post-content .kochi-top-initiative {
	display: grid;
	position: relative;
	z-index: 1;
}

.post-content .kochi-top-initiative::before {
	content: '';
	margin-inline: calc(50% - 50cqi);
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: var(--kochi-top-initiative-wrapper-background-color);
}

.post-content .kochi-top-initiative .kochi-top-initiative-header {
	display: grid;
	align-items: center;
	position: relative;
	z-index: 1;
}

.post-content .kochi-top-initiative .kochi-top-initiative-header > .kochi-top-initiative-title {
	margin-block: 0;
	padding-inline-start: 0;
	border-inline-start: 0;
	display: grid;
	grid-template-columns: 8px 1fr;
	color: var(--text-color);
	font-weight: 700;
}

.post-content .kochi-top-initiative .kochi-top-initiative-header > .kochi-top-initiative-title::before {
	content: '';
	border-radius: 8px;
	width: 8px;
	height: 100%;
	background-color: #00a5e3;
}

.post-content .kochi-top-initiative .kochi-top-initiative-header > p {
	padding-block: 0;
	color: var(--text-color);
	font-size: var(--font-size-small);
}

@media screen and (max-width: 1024px) {

	.post-content .kochi-top-initiative {
		padding-block: 40px;
		row-gap: 12px;
	}

	.post-content .kochi-top-initiative .kochi-top-initiative-header > .kochi-top-initiative-title {
		-moz-column-gap: 12px;
		column-gap: 12px;
		font-size: var(--font-size-h2-sp);
	}
}

@media screen and (min-width: 1025px) {

	.post-content .kochi-top-initiative {
		padding-block: 80px;
		row-gap: 40px;
	}

	.post-content .kochi-top-initiative::before {
		border-radius: 60px;
	}

	.post-content .kochi-top-initiative .kochi-top-initiative-header {
		grid-template-columns: repeat(3, 1fr);
		-moz-column-gap: 24px;
		column-gap: 24px;
	}

	.post-content .kochi-top-initiative .kochi-top-initiative-header > .kochi-top-initiative-title {
		-moz-column-gap: 24px;
		column-gap: 24px;
		font-size: var(--font-size-h2-pc);
	}

	.post-content .kochi-top-initiative .kochi-top-initiative-header > p {
		grid-column: 2/-1;
	}
}

@media screen and (max-width: 767px) {

	.post-content .kochi-top-initiative::before {
		border-radius: 30px;
	}

	.post-content .kochi-top-initiative .kochi-top-initiative-header {
		row-gap: 16px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

	.post-content .kochi-top-initiative::before {
		border-radius: 40px;
	}

	.post-content .kochi-top-initiative .kochi-top-initiative-header {
		grid-template-columns: auto 1fr;
		-moz-column-gap: 40px;
		column-gap: 40px;
		align-items: center;
	}
}
