/*
 Theme Name: ListingHive Child
 Theme URI: https://example.com/
 Description: Child theme for ListingHive — men's esthetics portal customizations.
 Author: ChatGPT
 Author URI: https://example.com/
 Template: listinghive
 Version: 1.0.0
 Text Domain: listinghive-child
*/

/* Place your custom styles below */
:root {
  --lh-accent: #0b7b77; /* you can change this accent */
}
/* Card chips, badges, small UI tweaks */
.hp-listing__attributes { display:flex; flex-wrap:wrap; gap:6px; }
.hp-listing__attributes .hp-listing__attribute { 
  padding:4px 8px; border-radius:999px; font-size:12px; background:#f5f5f5; 
}
.hp-badge--featured { padding:4px 8px; border-radius:999px; font-weight:700; }
.hp-listing--view-block .hp-listing__price { font-weight:700; }
.hp-listing--view-block .hp-listing__meta { font-size:13px; opacity:.9; }
.hp-listing--view-block .hp-listing__title a { text-decoration:none; }

/* Hero section helper classes */
.hero-wrap{padding:48px 0}
.hero-title{font-size:clamp(24px,3.2vw,40px);font-weight:800;margin:0 0 8px}
.hero-sub{font-size:clamp(14px,1.4vw,18px);opacity:.85;margin:0}
.hero-search{margin-top:18px}