/* /public/footer.css */

.pcv-footer {
	width: 100%;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px;
	background: rgba(249, 250, 251, 0.7);
	border-top: 1px solid #e5e7eb;
	color: #6b7280;
	font-size: 13px;
	box-sizing: border-box;
}

.pcv-footer-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pcv-footer-links a {
	color: inherit;
	text-decoration: none;
}

.pcv-footer-links a:hover {
	text-decoration: underline;
	color: #111827;
}

.pcv-footer-links span {
	opacity: 0.35;
}

.pcv-linklike {
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
}
.pcv-linklike:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.pcv-footer {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
}
