/* v57.60.36 — Seven category archives: visual parity with mixed All Listings.
 * Presentation only. Directorist keeps filtering/AJAX/pagination and the category
 * card hydrator keeps each category's six relevant facts.
 */

/* Match the proven All Listings card shell without changing category markup. */
body.njf-themed-archive .njf-smart-card-v5753{
  border:1px solid rgba(255,255,255,.60)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(0,0,0,.17)!important;
}
body.njf-themed-archive .njf-smart-card-v5753:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 48px rgba(0,0,0,.22)!important;
}

/* Keep the same 16:10 media rhythm used by All Listings. */
body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-single__thumb,
body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-single__media,
body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-card__media{
  min-height:0!important;
  aspect-ratio:16/10!important;
}

/* Same overlay coordinates/sizing as the mixed cards. */
body.njf-themed-archive .njf-smart-card-v5753 .njf-archive-price-v5753{
  top:12px!important;
  right:12px!important;
  padding:5px 9px!important;
  border-radius:9px!important;
  font-size:13px!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-archive-location-v5753{
  right:13px!important;
  bottom:13px!important;
  font-size:12px!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-archive-media-actions-v5753{
  left:12px!important;
  bottom:11px!important;
  gap:7px!important;
}

/* Content hierarchy mirrors All Listings while keeping category facts intact. */
body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-single__content,
body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-single__info,
body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-card__content{
  padding:20px!important;
}
body.njf-themed-archive .njf-smart-card-v5753 h2,
body.njf-themed-archive .njf-smart-card-v5753 h3,
body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-title{
  margin:0!important;
  font-size:22px!important;
  line-height:1.22!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  -webkit-line-clamp:3!important;
  line-clamp:3!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753{
  gap:7px!important;
  margin:16px 0 0!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753 .njf-card-fact-v5753{
  min-height:54px!important;
  padding:7px!important;
  border:1px solid rgba(8,143,134,.17)!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,rgba(8,143,134,.055),rgba(255,255,255,.92))!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753 .njf-card-fact-v5753>i{
  width:29px!important;
  height:29px!important;
  border-radius:8px!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753 small{
  margin-bottom:4px!important;
  font-size:7.5px!important;
  letter-spacing:.035em!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753 b{
  font-size:11px!important;
  font-weight:850!important;
}

/* Same action hierarchy: view full width, call + WhatsApp below. */
body.njf-themed-archive .njf-smart-card-v5753 .njf-v56-card-actions{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:18px 0 0!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-v56-card-actions a{
  min-height:46px!important;
  padding:10px 12px!important;
  border-radius:13px!important;
  font-size:14px!important;
  font-weight:850!important;
}
body.njf-themed-archive .njf-smart-card-v5753 .njf-v56-card-actions .njf-v56-view{
  grid-column:1/-1!important;
}

@media(max-width:760px){
  body.njf-themed-archive .njf-smart-card-v5753{
    border-radius:21px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .njf-archive-price-v5753{
    top:10px!important;
    right:10px!important;
    padding:4px 8px!important;
    font-size:12px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .njf-archive-location-v5753{
    right:11px!important;
    bottom:11px!important;
    font-size:11px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .njf-archive-media-actions-v5753{
    left:10px!important;
    bottom:9px!important;
    gap:6px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-single__content,
  body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-single__info,
  body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-card__content{
    padding:16px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 h2,
  body.njf-themed-archive .njf-smart-card-v5753 h3,
  body.njf-themed-archive .njf-smart-card-v5753 .directorist-listing-title{
    font-size:21px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753{
    gap:6px!important;
    margin-top:14px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753 .njf-card-fact-v5753{
    min-height:50px!important;
    gap:6px!important;
    padding:6px!important;
    border-radius:10px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753 .njf-card-fact-v5753>i{
    width:26px!important;
    height:26px!important;
    border-radius:7px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753 small{
    font-size:6.8px!important;
  }
  body.njf-themed-archive .njf-smart-card-v5753 .njf-card-facts-structured-v5753 b{
    font-size:10px!important;
  }
}
