.yatbt-developer-footer {
	position: relative;
	z-index: 1;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #111318;
	color: rgba(255, 255, 255, 0.68);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.yatbt-developer-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100% - 40px, 1200px);
	min-height: 66px;
	margin: 0 auto;
	gap: 24px;
}

.yatbt-developer-footer__copyright {
	margin: 0;
	color: inherit;
	font: inherit;
}

.yatbt-developer-footer__brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 650;
}

.yatbt-developer-footer__logo {
	display: block;
	width: auto;
	max-width: 92px;
	height: 24px;
	object-fit: contain;
}

.yatbt-developer-footer__mark {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 7px;
	background: #fff;
	color: #121212;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

@media (max-width: 600px) {
	.yatbt-developer-footer__inner {
		flex-direction: column;
		align-items: flex-start;
		width: min(100% - 32px, 1200px);
		padding: 18px 0;
		gap: 12px;
	}
}
