/* EcoSapa Tour Pages v0.26.1
 * Archive-only micro polish.
 * - Removes the list count/sort toolbar (template also no longer renders it).
 * - Restores the more open vertical rhythm used by the approved Home Stay staging cards.
 * Everything else stays untouched.
 */
.ecosapa-staging-archive .tp255-list-toolbar{display:none!important}

/* Keep a clean breathing gap between the filter panel and the first tour card. */
.ecosapa-staging-archive .wp-travel-engine-archive-repeater-wrap>.wte-category-outer-wrap{
  margin-top:28px!important;
}

/* Match the approved staging card rhythm: slightly more air between metadata,
   highlights and individual highlight lines without changing card columns. */
.ecosapa-staging-archive .category-list>article.estp-card{
  margin-bottom:24px!important;
}
.ecosapa-staging-archive .estp-card__body{
  padding:4px 26px 18px 24px!important;
}
.ecosapa-staging-archive .estp-card__dest{
  margin-bottom:15px!important;
  line-height:1.5!important;
}
.ecosapa-staging-archive .estp-card__type{
  margin-bottom:16px!important;
}
.ecosapa-staging-archive .estp-card__highlights{
  padding-top:15px!important;
}
.ecosapa-staging-archive .estp-card__highlights h3{
  margin-bottom:10px!important;
}
.ecosapa-staging-archive .estp-card__highlights ul{
  gap:7px!important;
}
.ecosapa-staging-archive .estp-card__highlights li{
  line-height:1.6!important;
}
.ecosapa-staging-archive .estp-card__availability{
  min-height:54px!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
}

@media (max-width:900px){
  .ecosapa-staging-archive .wp-travel-engine-archive-repeater-wrap>.wte-category-outer-wrap{
    margin-top:22px!important;
  }
  .ecosapa-staging-archive .estp-card__body{
    padding:20px 8px 18px!important;
  }
}
