/* =========================================================
   HONDURAS HERO PATHWAY PANEL — COMPACT SIZE ONLY
   No change to design, links or hover behavior
   ========================================================= */

.sl-honduras-hero-final
.hnd3-pathways{
  padding:20px !important;
}


/* header area */
.sl-honduras-hero-final
.hnd3-pathways-head{
  padding:2px 2px 13px !important;
}

.sl-honduras-hero-final
.hnd3-pathways-head > span{
  margin-bottom:6px !important;
  font-size:9px !important;
}

.sl-honduras-hero-final
.hnd3-pathways-head > h2{
  font-size:21px !important;
  line-height:1.12 !important;
}


/* tighter list */
.sl-honduras-hero-final
.hnd3-pathway-list{
  margin-top:10px !important;
  gap:6px !important;
}


/* smaller pathway cards */
.sl-honduras-hero-final
.hnd3-pathway{
  min-height:61px !important;

  padding:9px 11px !important;

  grid-template-columns:
    33px minmax(0,1fr) auto !important;

  gap:10px !important;

  border-radius:9px !important;
}


/* smaller number circles */
.sl-honduras-hero-final
.hnd3-pathway-num{
  width:33px !important;
  height:33px !important;

  font-size:9px !important;
}


/* pathway title */
.sl-honduras-hero-final
.hnd3-pathway-copy > strong{
  font-size:12px !important;
  line-height:1.2 !important;
}


/* description */
.sl-honduras-hero-final
.hnd3-pathway-copy > small{
  margin-top:3px !important;

  font-size:9.5px !important;
  line-height:1.3 !important;
}


/* right-side category pills */
.sl-honduras-hero-final
.hnd3-pathway-tag{
  padding:5px 7px !important;

  font-size:7px !important;
}


/* Keep hover movement subtle at compact size */
.sl-honduras-hero-final
.hnd3-pathway:hover{
  transform:translateX(3px) !important;
}


@media(max-width:640px){

  .sl-honduras-hero-final
  .hnd3-pathways{
    padding:16px !important;
  }

  .sl-honduras-hero-final
  .hnd3-pathway{
    min-height:61px !important;

    grid-template-columns:
      32px minmax(0,1fr) !important;
  }

}
