/*
Theme Name:  Kadence Child - Buy Land Today
Description: Child theme for buylandtoday.us land-sales site. All customizations live here so Kadence parent updates never overwrite them.
Template:    kadence
Version:     1.1.0
Author:      Buy Land Today
Text Domain: kadence-child
*/

/* ---- Brand tokens (mirror these in Kadence > Customize > Colors) ---- */
:root {
  --blt-price-green: #1e7d3c;   /* "Just $XXX/month" headline color */
  --blt-cta-orange:  #e07b28;   /* Reserve / Learn More buttons */
  --blt-navy:        #1f3a5f;   /* headings */
}

/* Hide the redundant "Home" page-title banner on the front page */
.home.page .entry-hero.page-hero-section,
.home.page .hero-container .entry-header {
	display: none;
}

/* Property card price headline */
.blt-card-price {
  color: var(--blt-price-green);
  font-size: 1.5rem;
  font-weight: 700;
}

/* Property details table */
.blt-details-table th {
  text-align: left;
  white-space: nowrap;
  padding-right: 1.5rem;
}
.blt-details-table td,
.blt-details-table th {
  padding-top: .4rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid #eee;
}
