/* The question list and a full question share the rounded content surface. */
.questions-page { background: #062541; }
.questions-page__surface {
	background: #eff0f2;
	border-radius: 22px 22px 0 0;
	padding-top: 10px;
	min-height: 200px;
}
.questions-page__surface > :is(.cf-filters, .cfpc-filters) { margin-top: 0; }
.body__desktop .questions-page__surface { padding: 14px 12px 1px; }
