@import url("global.css");

.site-footer {
	margin-top: 60px;
	padding: 32px 40px;
	border-top: 1px solid #e5eaf3;
	background: #fafbfd;
}

.site-footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #64748b;
}

.site-footer-copy,
.site-footer-credit {
	font-weight: 500;
}

.site-footer-credit a {
	font-weight: 700;
	color: #2563eb;
	text-decoration: none;
}

.site-footer-credit a:hover {
	text-decoration: underline;
}

@media (max-width: 900px) {
	.site-footer {
		margin-top: 38px;
		padding: 24px 20px;
	}

	.site-footer-content {
		flex-direction: column;
		gap: 8px;
		text-align: center;
		font-size: 13px;
	}
}
