/* BKK 2.0 Master Platform v1.0 — conservative integration skin.
   Does not style or hide Google ads, checkout/payment forms, or admin screens. */
body.bkk20-master-platform {
  --bkk-orange:#ff8a00;
  --bkk-ink:#111111;
  --bkk-paper:#f7f5f1;
}
/* Shared action language on business-directory and commerce surfaces. */
body.bkk20-master-platform .hp-page .button,
body.bkk20-master-platform .hp-page button,
body.bkk20-master-platform .hp-page input[type="submit"],
body.bkk20-master-platform .woocommerce .button,
body.bkk20-master-platform .woocommerce button,
body.bkk20-master-platform .woocommerce input[type="submit"] {
  border-radius:0;
  font-weight:700;
  letter-spacing:.04em;
}
body.bkk20-master-platform .hp-page .button:hover,
body.bkk20-master-platform .hp-page button:hover,
body.bkk20-master-platform .hp-page input[type="submit"]:hover,
body.bkk20-master-platform .woocommerce .button:hover,
body.bkk20-master-platform .woocommerce button:hover,
body.bkk20-master-platform .woocommerce input[type="submit"]:hover {
  transform:translateY(-1px);
}
/* HivePress directory cards: light touch, no structural assumptions. */
body.bkk20-master-platform .hp-listing {
  border-radius:0;
}
body.bkk20-master-platform .hp-listing__title a:hover {
  color:var(--bkk-orange);
}
body.bkk20-master-platform .hp-listing__category a:hover,
body.bkk20-master-platform .hp-listing__categories a:hover {
  color:var(--bkk-orange);
}
/* WooCommerce catalog: keep native commerce behaviour, add BKK editorial cues. */
body.bkk20-master-platform.woocommerce ul.products li.product a img {
  border-radius:0;
}
body.bkk20-master-platform.woocommerce ul.products li.product .price {
  font-weight:700;
}
body.bkk20-master-platform.woocommerce ul.products li.product .button {
  background:#111;
  color:#fff;
  border:1px solid #111;
}
body.bkk20-master-platform.woocommerce ul.products li.product .button:hover {
  background:var(--bkk-orange);
  border-color:var(--bkk-orange);
  color:#111;
}
/* Never target adsbygoogle, ad containers, sticky anchors, or overlay ads. */
