/* Namaste Phoenix Theme Override */
:root {
  /* Primary Color: Burnt Orange #c2410c */
  --bs-primary: #c2410c;
  --bs-primary-rgb: 194, 65, 12;
  --bs-primary-bg-subtle: #ffedd5;
  --bs-primary-border-subtle: #fdba74;

  /* Secondary: Golden Yellow #f59e0b */
  --bs-secondary: #f59e0b;
  --bs-secondary-rgb: 245, 158, 11;

  /* Buttons */
  --bs-btn-bg: #c2410c;
  --bs-btn-border-color: #c2410c;
  --bs-btn-hover-bg: #9a3412;
  --bs-btn-hover-border-color: #9a3412;

  /* Link */
  --bs-link-color: #c2410c;
  --bs-link-hover-color: #9a3412;

  /* Navbar / Menu Active States */
  --bs-component-active-bg: #c2410c;
}

/* Force override for specific template classes if they use !important or specific SCSS maps */
.bg-primary {
  background-color: #c2410c !important;
}

.text-primary {
  color: #c2410c !important;
}

.btn-primary {
  background-color: #c2410c !important;
  border-color: #c2410c !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #9a3412 !important;
  border-color: #9a3412 !important;
}

.btn-outline-primary {
  color: #c2410c !important;
  border-color: #c2410c !important;
}

.btn-outline-primary:hover {
  background-color: #c2410c !important;
  color: #fff !important;
}

/* Sidebar Active State */
.menu-item.active .menu-link {
  background-color: rgba(194, 65, 12, 0.15) !important;
  color: #c2410c !important;
}

.menu-item.active .menu-link .menu-icon {
  color: #c2410c !important;
}

/* Pagination */
.page-item.active .page-link {
  background-color: #c2410c !important;
  border-color: #c2410c !important;
}
