.page-resources-how-to-choose-best-123bet-games {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2239; /* Main background color */
}

.page-resources-how-to-choose-best-123bet-games .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-choose-best-123bet-games .hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #1A3F60 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold for main title */
  padding: 100px 0;
  text-align: center;
}

.page-resources-how-to-choose-best-123bet-games .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFD700; /* Gold for H1 */
}

.page-resources-how-to-choose-best-123bet-games .hero-section p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-resources-how-to-choose-best-123bet-games .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-how-to-choose-best-123bet-games .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A2239; /* Dark blue */
}

.page-resources-how-to-choose-best-123bet-games .btn-primary:hover {
  background-color: #E6C200; /* Slightly darker gold */
  color: #000;
}

.page-resources-how-to-choose-best-123bet-games .btn-secondary {
  background-color: #1A3F60; /* Slightly lighter dark blue */
  color: #FFD700; /* Gold */
  border: 1px solid #FFD700;
}

.page-resources-how-to-choose-best-123bet-games .btn-secondary:hover {
  background-color: #0A2239; /* Main dark blue */
  color: #FFD700;
  border-color: #E6C200;
}

.page-resources-how-to-choose-best-123bet-games section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-how-to-choose-best-123bet-games section:last-of-type {
  border-bottom: none;
}

.page-resources-how-to-choose-best-123bet-games h2 {
  font-size: 2.5em;
  color: #FFD700; /* Gold for H2 */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-how-to-choose-best-123bet-games h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-how-to-choose-best-123bet-games h3 {
  font-size: 1.8em;
  color: #FFD700; /* Gold for H3 */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-best-123bet-games p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-how-to-choose-best-123bet-games ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-how-to-choose-best-123bet-games ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-choose-best-123bet-games .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-best-123bet-games .game-category {
  background-color: #0F2F4C; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-best-123bet-games .game-category h3 {
  color: #FFD700;
  margin-top: 0;
}

.page-resources-how-to-choose-best-123bet-games .factor-item {
  background-color: #0F2F4C;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-choose-best-123bet-games .factor-item h3 {
  color: #FFD700;
  margin-top: 0;
}

.page-resources-how-to-choose-best-123bet-games .tips-section ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.page-resources-how-to-choose-best-123bet-games .tips-section ul li {
  background-color: #0F2F4C;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 45px;
}

.page-resources-how-to-choose-best-123bet-games .tips-section ul li::before {
  content: '✓';
  color: #FFD700;
  font-size: 1.5em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-resources-how-to-choose-best-123bet-games .cta-section {
  text-align: center;
  padding: 80px 0;
  background-color: #0A2239;
}

.page-resources-how-to-choose-best-123bet-games .cta-section h2 {
  color: #FFD700;
  margin-bottom: 30px;
}

.page-resources-how-to-choose-best-123bet-games .cta-section p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-resources-how-to-choose-best-123bet-games .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-how-to-choose-best-123bet-games .hero-section h1 {
    font-size: 2.5em;
  }

  .page-resources-how-to-choose-best-123bet-games .hero-section p {
    font-size: 1em;
  }

  .page-resources-how-to-choose-best-123bet-games h2 {
    font-size: 2em;
  }

  .page-resources-how-to-choose-best-123bet-games h3 {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-best-123bet-games .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-how-to-choose-best-123bet-games .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-how-to-choose-best-123bet-games .tips-section ul li {
    padding-left: 15px;
    text-align: left;
    font-size: 1em;
  }

  .page-resources-how-to-choose-best-123bet-games .tips-section ul li::before {
    left: 10px;
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-best-123bet-games .hero-section h1 {
    font-size: 2em;
  }

  .page-resources-how-to-choose-best-123bet-games h2 {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-best-123bet-games .container {
    padding: 0 15px;
  }
}