.page-game-guides-ev88-lottery-game-tips {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-game-guides-ev88-lottery-game-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-game-guides-ev88-lottery-game-tips__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-guides-ev88-lottery-game-tips__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-game-guides-ev88-lottery-game-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-game-guides-ev88-lottery-game-tips__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-game-guides-ev88-lottery-game-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}

.page-game-guides-ev88-lottery-game-tips__btn--primary {
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  border: 2px solid #ffc107;
}

.page-game-guides-ev88-lottery-game-tips__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #003f8a;
  transform: translateY(-3px);
}

.page-game-guides-ev88-lottery-game-tips__btn--secondary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
}

.page-game-guides-ev88-lottery-game-tips__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-3px);
}

.page-game-guides-ev88-lottery-game-tips__btn--outline {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.page-game-guides-ev88-lottery-game-tips__btn--outline:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-3px);
}

.page-game-guides-ev88-lottery-game-tips__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-game-guides-ev88-lottery-game-tips__article {
  max-width: 900px;
  margin: 0 auto;
}

.page-game-guides-ev88-lottery-game-tips__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #ffc107;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-game-guides-ev88-lottery-game-tips__sub-section-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-game-guides-ev88-lottery-game-tips__article p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #444;
}

.page-game-guides-ev88-lottery-game-tips__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #444;
}

.page-game-guides-ev88-lottery-game-tips__article li {
  margin-bottom: 0.5em;
}

.page-game-guides-ev88-lottery-game-tips__keyword {
  color: #007bff;
  font-weight: bold;
}

.page-game-guides-ev88-lottery-game-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-ev88-lottery-game-tips__cta-block {
  background-color: #f0f8ff; /* Lighter blue background */
  border-left: 5px solid #007bff;
  padding: 40px;
  margin-top: 50px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-guides-ev88-lottery-game-tips__cta-title {
  font-size: 2.2em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-game-guides-ev88-lottery-game-tips__cta-text {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
}

.page-game-guides-ev88-lottery-game-tips__related-content {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.page-game-guides-ev88-lottery-game-tips__related-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-guides-ev88-lottery-game-tips__article-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-guides-ev88-lottery-game-tips__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-game-guides-ev88-lottery-game-tips__card-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

.page-game-guides-ev88-lottery-game-tips__card-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-game-guides-ev88-lottery-game-tips__card-text {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-game-guides-ev88-lottery-game-tips__card-link {
  display: inline-block;
  color: #ffc107;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 3px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-game-guides-ev88-lottery-game-tips__card-link:hover {
  color: #e0a800;
  border-color: #e0a800;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-guides-ev88-lottery-game-tips__hero-title {
    font-size: 2.5em;
  }

  .page-game-guides-ev88-lottery-game-tips__hero-subtitle {
    font-size: 1.2em;
  }

  .page-game-guides-ev88-lottery-game-tips__section-title {
    font-size: 2em;
  }

  .page-game-guides-ev88-lottery-game-tips__sub-section-title {
    font-size: 1.5em;
  }

  .page-game-guides-ev88-lottery-game-tips__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 5px;
  }

  .page-game-guides-ev88-lottery-game-tips__cta-block {
    padding: 30px;
  }

  .page-game-guides-ev88-lottery-game-tips__cta-title {
    font-size: 1.8em;
  }

  .page-game-guides-ev88-lottery-game-tips__cta-text {
    font-size: 1em;
  }

  .page-game-guides-ev88-lottery-game-tips__related-articles {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-game-guides-ev88-lottery-game-tips__hero-title {
    font-size: 2em;
  }

  .page-game-guides-ev88-lottery-game-tips__hero-subtitle {
    font-size: 1em;
  }

  .page-game-guides-ev88-lottery-game-tips__btn {
    display: block;
    width: 80%;
    margin: 10px auto;
  }
}