/* Vitrin + admin giriş / denied — minik işbirliği satırı */
.site-collab-footer {
	text-align: center;
	padding: 0.45rem 1rem 0.55rem;
	font-size: 0.625rem;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: rgba(100, 116, 139, 0.55);
	border-top: 1px solid rgba(226, 232, 240, 0.65);
	background: transparent;
}
.site-collab-footer__text {
	margin: 0 auto;
	text-align: center;
	max-width: 42rem;
}
.site-collab-footer__text strong {
	font-weight: 600;
	color: rgba(71, 85, 105, 0.72);
}
.site-collab-footer__quick,
.site-collab-footer__brand,
.site-collab-footer__subline {
	display: none;
}
.site-collab-footer--dark {
	color: rgba(255, 255, 255, 0.38);
	border-top-color: rgba(255, 255, 255, 0.08);
}
.site-collab-footer--dark .site-collab-footer__text strong {
	color: rgba(255, 255, 255, 0.62);
}
