/* ═══════════════════════════════════════════════════════════
   CCP — SHARED HEADER STYLE
   Urejaj tukaj, velja za vse strani.
   ═══════════════════════════════════════════════════════════ */

/* Nav wrapper */
.ccp-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #1e1e1e;
}

/* Inner container */
.ccp-nav-inner {
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px !important;       /* ← VIŠINA HEADERJA — spremeni tukaj */
  padding: 0 16px !important;    /* samo horizontalni padding */
  box-sizing: border-box;
}

/* Naslov na sredini */
.ccp-nav-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

.ccp-nav-title h1 {
  font-size: 1.1rem;          /* ← VELIKOST PISAVE NASLOVA */
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1;
  color: #ffffff;
}

.ccp-nav-title p {
  font-size: 10px;            /* ← VELIKOST PODNASLOVA (npr. "LEAGUE") */
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00c7b6;
  margin: 0 0 2px 0;
}

/* Back gumb — enak na vseh straneh */
.ccp-back-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border-radius: 12px !important;
  border: 1px solid #1e1e1e !important;
  background: #000000 !important;
  padding: 6px 10px !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  color: white !important;
  cursor: pointer !important;
  flex-shrink: 0;
  text-decoration: none;
}

/* Badge desno (npr. ime lige) */
.ccp-nav-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  background: #111;
  border: 1px solid #1e1e1e;
  color: #64748b;
  white-space: nowrap;
}
