/* Theme 8 (CC) — casino/slot subpages: dark chrome on top of type_5 header */
.cc8-subpage .header-section {
  background: linear-gradient(180deg, #2a2a2a 0%, #212121 100%);
  border-bottom: 2px solid #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.cc8-subpage .header-section .header-nav .nav-item span {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.cc8-subpage .header-section .header-nav .nav-item:hover span {
  color: #ffc600;
}

.cc8-subpage .footer-section {
  border-top: 1px solid #333;
  background: #1a1a1a;
}

.cc8-subpage .footer-copyright p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}
