body { padding-bottom: 64px; }

#srh-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #e5e2dd;
	font-family: 'DM Sans', sans-serif;
	font-size: 10.5px;
	color: #78736d;
	padding: 8px 20px 6px;
	text-align: center;
	line-height: 1.5;
	z-index: 1030;
}

#srh-footer .srh-copy { color: #a09890; 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: 'DM Sans', sans-serif;
	font-size: 11px;
	line-height: 1.4;
}
.srh-policies a {
	color: #d04a02;
	text-decoration: none;
	font-weight: 500;
}
.srh-policies a:hover { text-decoration: underline; }
.srh-policies-sep { color: #c4bfb9; user-select: none; }

#srh-footer a { color: #d04a02; 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; }
}
