/* All four host offerings share the same directory layout and action size. */
.host-directory > a { grid-template-columns:42px minmax(0,1fr) 148px; }
.host-directory .directory-action { width:148px; min-height:48px; padding:12px 16px; text-align:center; }
.host-directory > a:focus-visible { outline:3px solid var(--blue); outline-offset:5px; }
/* Keep the AI CCTV offering available as a source page, but temporarily out
   of the public space-registration directory. */
.host-directory > a[href="ai-cctv.html"] { display:none; }
@media(max-width:700px){
  .host-directory > a { grid-template-columns:24px minmax(0,1fr); gap:16px; }
  .host-directory .directory-action { grid-column:2; width:148px; }
}
