/* Interaction affordances retain the open editorial rows. */
@media screen {
  .lc-page .lc-format-nav button { min-width:44px; }
  .lc-page .lc-actionable-row { cursor:pointer; border-radius:6px; }
  .lc-page .lc-actionable-row:focus-within { outline:2px solid var(--vos-mint); outline-offset:8px; }
  .lc-page .lc-feature-track:focus-visible { outline:2px solid var(--vos-mint); outline-offset:5px; border-radius:20px; }
  html.lc-filtered { scroll-padding-top:calc(var(--lc-selector-height,60px) + 24px); }
}
@media (hover:hover) and (pointer:fine) {
  .lc-page .lc-actionable-row:hover .lc-card-copy a { color:var(--vos-mint); text-decoration:underline; text-underline-offset:4px; }
}
@media screen and (max-height:480px) { html.lc-filtered { scroll-padding-top:16px; } }
