/* ====================================== */
/* SIDEBAR CONTEXTUELLE - STYLES CUSTOM */
/* Uniquement les styles non présents dans style.css */
/* ====================================== */

/* ------------------------------- */
/* Indicateur Store Actif */
/* ------------------------------- */
.store-context-header {
  background: linear-gradient(135deg, var(--bs-primary, #f1c40f) 0%, var(--bs-primary-light, #f4d03f) 100%);
  border-radius: 8px;
  margin: 0 10px 15px 10px;
  padding: 12px;
  color: #fff;
}

.store-context-header .pc-micon i {
  color: #fff;
  font-size: 1.25rem;
}

.store-context-header .fw-semibold {
  color: #fff;
  font-size: 0.95rem;
}

.store-context-header .btn-outline-light {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 0.85rem;
  padding: 6px 12px;
}

.store-context-header .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ------------------------------- */
/* Footer Sidebar - Dark Theme */
/* ------------------------------- */
.pc-sidebar-footer {
  padding: 15px;
  background: transparent;
}

.sidebar-footer-item {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-footer-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 0;
}

.sidebar-footer-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.85rem;
}

.sidebar-footer-link:hover {
  background: var(--bs-secondary);
  color: #fff;
  text-decoration: none;
  border-color: var(--bs-secondary);
}

.sidebar-footer-version {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ------------------------------- */
/* Badges système de fidélité */
/* ------------------------------- */
.badge.bg-light-success {
  background-color: #d4edda !important;
  color: #155724 !important;
}

.badge.bg-light-info {
  background-color: #d1ecf1 !important;
  color: #0c5460 !important;
}

.badge.bg-light-warning {
  background-color: #fff3cd !important;
  color: #856404 !important;
}

/* Dark Mode Support - Non nécessaire, thème sombre par défaut */
