/* Partner line next to catalog H1 (AUTEL / KEYDIY / XHORSE only). */
.ka-partner-head {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px 14px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ka-partner-head > .b-content__title {
	margin: 0 !important;
	flex: 0 0 auto;
	width: max-content !important;
	max-width: none;
	white-space: nowrap;
}

.ka-partner-head__note {
	margin: 0;
	flex: 0 1 auto;
	min-width: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #3a3e43;
	text-align: left;
}

@media (max-width: 900px) {
	.ka-partner-head {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 6px;
	}

	.ka-partner-head > .b-content__title {
		flex: 1 1 100%;
		max-width: 100%;
		width: auto !important;
		white-space: normal;
	}

	.ka-partner-head__note {
		flex: 1 1 100%;
		max-width: 100%;
		font-size: 20px;
		line-height: 1.3;
	}
}
