/* QBH global brand — gold #F8C400 */
:root {
  --qbh-gold: #f8c400;
  --color-primary: #f8c400;
  --color-gold: #f8c400;
}

.qbh-logo-img {
  height: 40px;
  width: auto;
  display: block;
}

.qbh-wa-icon {
  color: #25d366;
  flex-shrink: 0;
}

.qbh-req {
  color: #ef4444;
  margin-right: 0.2rem;
}

.qbh-tpl-field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
}

.qbh-tpl-input {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.qbh-tpl-input:focus {
  outline: none;
  border-color: #f8c400;
  box-shadow: 0 0 0 2px rgba(248, 196, 0, 0.2);
}

/* Force primary/gold utilities on template pages */
.qbh-template-page .text-primary,
.qbh-template-page .bg-primary,
.qbh-template-page [class*="text-[#F8C400]"],
.qbh-template-page [class*="bg-[#F8C400]"],
.qbh-template-page [class*="border-[#F8C400]"] {
  --tw-text-opacity: 1;
}

.qbh-template-page .text-primary {
  color: #f8c400 !important;
}

.qbh-template-page .bg-primary {
  background-color: #f8c400 !important;
  color: #0a0a0a !important;
}

.qbh-template-page .border-primary {
  border-color: #f8c400 !important;
}
