/* GHL header — Client Portal + Book Now — taste-clean, no purple, system font */
header .navbar, #wrapwrap header .navbar {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb !important;
  padding: 10px 0 !important;
}
#ghl_header_cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
}
#ghl_header_cta .btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 9999px;
  line-height: 1;
  letter-spacing: -0.01em;
  transition: all 0.15s ease;
  border-width: 1px;
}
#ghl_header_cta .btn-portal {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}
#ghl_header_cta .btn-portal:hover {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #111827;
}
#ghl_header_cta .btn-book {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
#ghl_header_cta .btn-book:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
}
/* Mobile offcanvas: stack CTAs */
@media (max-width: 991px) {
  #ghl_header_cta { margin: 12px 0 0 0; width: 100%; }
  #ghl_header_cta .btn { flex: 1; text-align: center; justify-content: center; }
}
