:root {
	--w: 720px;
	--gap: 16px;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	line-height: 1.6;
}

.site-header,
.site-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	border-bottom: 1px solid #e5e7eb;
}

.site-footer {
	border-top: 1px solid #e5e7eb;
	border-bottom: 0;
}

.container {
	max-width: var(--w);
	margin: 24px 0;
	padding: 0 16px;
}

.brand {
	text-decoration: none;
	font-weight: 700;
}

.lang-switch a {
	text-decoration: none;
}

.lang-switch a[aria-current="page"] {
	text-decoration: underline;
}

h1 {
	margin-top: 0.5rem;
}

ul {
	padding-left: 1.2rem;
}

.social-links {
	display: flex;
	gap: var(--gap);
	list-style: none;
	padding-left: 0;
}

.social-links a {
	display: flex;
	align-items: center;
	gap: 6px;
	color: inherit;
	text-decoration: none;
}

.social-links a:hover {
	text-decoration: underline;
}

.icon-inline {
	vertical-align: -6px;
}

.cat-reward {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
