body { padding-bottom: 64px; }

#srh-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-top: 1px solid var(--srh-grey-200);
	font-family: var(--srh-font-sans);
	font-size: 10.5px;
	color: var(--srh-grey-700);
	padding: 8px 20px 6px;
	text-align: center;
	line-height: 1.5;
	z-index: 1030;
}

#srh-footer .srh-copy { color: var(--srh-grey-600); display: block; }

/* Policy links strip — also reused inline by login.html (.srh-copyright) and terms.html (.tc-copyright) */
.srh-policies {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
	font-family: var(--srh-font-sans);
	font-size: 11px;
	line-height: 1.4;
}
.srh-policies a {
	color: var(--srh-brand-700);
	text-decoration: none;
	font-weight: 500;
}
.srh-policies a:hover { text-decoration: underline; }
.srh-policies-sep { color: var(--srh-grey-300); user-select: none; }

#srh-footer a { color: var(--srh-brand-700); text-decoration: none; }
#srh-footer a:hover { text-decoration: underline; }

/* Tighter footer on short viewports */
@media (max-height: 700px) {
	body { padding-bottom: 56px; }
	#srh-footer { font-size: 10px; padding: 6px 16px 4px; }
	.srh-policies { font-size: 10.5px; gap: 8px; margin-top: 2px; }
}
