/*
 * GRIT Patterns Companion - minimal front/editor CSS
 * Keep it minimal to avoid clashing with parent theme.
 */

/* Disable "clickable" feel for NANO TOP: three boxes under header content.
   We still keep hover effects, but suppress navigation via JS. */
.home .p-index-content02__list.p-three-box a {
  cursor: default;
  text-decoration: none;
}
