/* Pic2Pat shared footer. Loaded by the generator and the shop. */
.p2p-footer {
	clear: both;
	margin-top: 3em;
	background: #f6f6f6;
	border-top: 1px solid #e5e5e5;
	color: #2e343c;
	font-family: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	text-align: left;
}
.p2p-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.6em;
	max-width: 1500px;
	margin: 0 auto;
	padding: 28px 24px;
	box-sizing: border-box;
}
.p2p-footer a { color: inherit; text-decoration: none; }
.p2p-footer a:hover,
.p2p-footer a:focus { color: #DA1C5C; text-decoration: underline; }
.p2p-footer ul { list-style: none; margin: 0; padding: 0; }
.p2p-footer li { margin: 0; padding: 0; }
@media (min-width: 768px) {
	.p2p-footer-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2em; }
	.p2p-footer-reach { text-align: center; }
	.p2p-footer-rules { text-align: right; }
}

