.filter-btn {
  color: #000 !important;
  background: #f5f5f5;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s;
  min-width: 80px;
  text-align: center;
}

.filter-btn:hover {
  background: #e2e2e2;
}

.filter-btn.active {
  background: #e91e63;
  color: #fff !important;
  font-weight: bold;
}

aside.widget .textwidget .filter-group .filter-btn.active,
.widget_text .filter-group .filter-btn.active,
.filter-section .filter-btn.active {
  background: #e91e63 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.filter-btn img {
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
}
.cbt-roulette-button-wrapper {
  margin-top: 20px;
  text-align: center;
}

.load-roulette-btn {
  background-color: #d50000 !important; /* Vegas Red */
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  animation: vegas-glow 1.2s infinite ease-in-out;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
  transition: transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.load-roulette-btn:hover {
  transform: scale(1.05);
}

@keyframes vegas-glow {
  0% {
    box-shadow: 0 0 10px #ff003c, 0 0 20px #ff003c;
  }
  50% {
    box-shadow: 0 0 15px #ff1a4d, 0 0 30px #ff1a4d;
  }
  100% {
    box-shadow: 0 0 10px #ff003c, 0 0 20px #ff003c;
  }
}
.main-header-menu > li > a {
  color: #fff;
  font-weight: bold;
  padding: 12px 16px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  transition: all 0.2s ease;
}

.main-header-menu > li > a:hover {
  color: #ff0000;
  text-shadow: 0 0 5px #ff4d4d, 0 0 10px #ff4d4d;
}
.main-header-menu .current-menu-item > a {
  color: #cc0000;
  font-weight: bold;
  border-bottom: 2px solid #cc0000;
}
