/* One outer alignment line for Remedyfinder's header and finder workspace. */
html body.fk-page.customer-surface { --rf-page-gutter: 32px; }
html body.fk-page.customer-surface .fk-header.rf-header-balanced { padding-inline: var(--rf-page-gutter) !important; }
html body.fk-page.customer-surface #panel-remedy #remedy-method { margin-inline: var(--rf-page-gutter) !important; }
html body.fk-page.customer-surface .rf-tool-hero { padding-inline: var(--rf-page-gutter); }
html body.fk-page.customer-surface #panel-remedy #remedy-method .rf-scope-transparency > summary {
  margin: 0 0 12px;
  padding-inline: 0;
  list-style-position: inside;
}
@media (max-width: 1279px) {
  html body.fk-page.customer-surface { --rf-page-gutter: 14px; }
}
