/* Branded Pages Common Styles */

/* Hide BoutiqueMatch navigation menu and footer on branded pages */
header.hero-bodhi {
  display: none !important;
}

footer#siteFooter {
  display: none !important;
}

/* Hide page background elements */
.page-bodhi-bg {
  display: none !important;
}

/* Ensure body takes full height without header/footer */
body.branded-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Branded header section */
.branded-header-section {
  background-color: var(--bm-card-bg, #ffffff);
  border-bottom: 1px solid var(--bm-border, #f3f4f6);
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
}

.branded-header-section > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.branded-header-section img {
  max-height: 60px;
  max-width: 200px;
  object-fit: contain;
}

.branded-header-section h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bm-text, #111827);
  text-align: center;
  margin: 0;
}

.branded-header-section p {
  font-size: 1rem;
  color: var(--bm-text-secondary, #374151);
  text-align: center;
  margin-top: 0.5rem;
}

/* Branded footer */
.branded-footer {
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
  color: var(--bm-text-secondary, #6b7280);
}

.branded-footer p {
  font-size: 0.875rem;
  margin: 0;
}

.branded-footer a {
  color: var(--bm-primary, #475569);
  text-decoration: none;
}

.branded-footer a:hover {
  text-decoration: underline;
}
