/* style/game-guides-red88-lottery-selection.css */
.page-game-guides-red88-lottery-selection {
  font-family: 'Arial', sans-serif;
  color: #36454F; /* Charcoal Grey for general text */
  line-height: 1.6;
}

.page-game-guides-red88-lottery-selection .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-red88-lottery-selection .hero-section {
  background: linear-gradient(135deg, #DC143C 0%, #36454F 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-guides-red88-lottery-selection .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-game-guides-red88-lottery-selection .hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-guides-red88-lottery-selection .hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-game-guides-red88-lottery-selection .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-game-guides-red88-lottery-selection .primary-btn {
  background-color: #DC143C; /* Crimson */
  color: #ffffff;
  border: 2px solid #DC143C;
}

.page-game-guides-red88-lottery-selection .primary-btn:hover {
  background-color: #a30f2c;
  border-color: #a30f2c;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-guides-red88-lottery-selection .secondary-btn {
  background-color: transparent;
  color: #DC143C;
  border: 2px solid #DC143C;
}

.page-game-guides-red88-lottery-selection .secondary-btn:hover {
  background-color: #DC143C;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-guides-red88-lottery-selection .large-btn {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-game-guides-red88-lottery-selection .content-section {
  padding: 60px 0;
}

.page-game-guides-red88-lottery-selection .content-section:nth-of-type(even) {
  background-color: #f8f8f8;
}

.page-game-guides-red88-lottery-selection .section-title {
  font-size: 2.5em;
  color: #DC143C; /* Crimson */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

.page-game-guides-red88-lottery-selection .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #DC143C;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-guides-red88-lottery-selection .sub-section-title {
  font-size: 1.8em;
  color: #36454F;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #DC143C;
  padding-left: 15px;
}

.page-game-guides-red88-lottery-selection p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #36454F;
}

.page-game-guides-red88-lottery-selection .highlight {
  color: #DC143C;
  font-weight: bold;
}

.page-game-guides-red88-lottery-selection ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #36454F;
}

.page-game-guides-red88-lottery-selection ol {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #36454F;
}

.page-game-guides-red88-lottery-selection li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-game-guides-red88-lottery-selection .list-style-check li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.page-game-guides-red88-lottery-selection .list-style-check li::before {
  content: '✔';
  color: #DC143C;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-game-guides-red88-lottery-selection .strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-game-guides-red88-lottery-selection .strategy-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-guides-red88-lottery-selection .strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-game-guides-red88-lottery-selection .card-title {
  font-size: 1.4em;
  color: #DC143C;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-guides-red88-lottery-selection .full-width-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-game-guides-red88-lottery-selection .article-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-game-guides-red88-lottery-selection .feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-guides-red88-lottery-selection .feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-game-guides-red88-lottery-selection .feature-item:hover {
  transform: translateY(-5px);
}

.page-game-guides-red88-lottery-selection .feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-game-guides-red88-lottery-selection .feature-title {
  font-size: 1.5em;
  color: #DC143C;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-game-guides-red88-lottery-selection .inline-link {
  color: #DC143C;
  text-decoration: underline;
  font-weight: bold;
}

.page-game-guides-red88-lottery-selection .inline-link:hover {
  color: #a30f2c;
  text-decoration: none;
}

.page-game-guides-red88-lottery-selection .floating-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.page-game-guides-red88-lottery-selection .floating-btn {
  background-color: #DC143C; /* Crimson */
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

.page-game-guides-red88-lottery-selection .floating-btn:hover {
  background-color: #a30f2c;
  transform: translateY(-3px) scale(1.05);
}

.page-game-guides-red88-lottery-selection .floating-icon {
  width: 30px;
  height: 30px;
  filter: invert(100%); /* Make icon white */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-guides-red88-lottery-selection .hero-title {
    font-size: 2.5em;
  }

  .page-game-guides-red88-lottery-selection .hero-description {
    font-size: 1em;
  }

  .page-game-guides-red88-lottery-selection .section-title {
    font-size: 2em;
  }

  .page-game-guides-red88-lottery-selection .sub-section-title {
    font-size: 1.5em;
  }

  .page-game-guides-red88-lottery-selection .strategy-grid,
  .page-game-guides-red88-lottery-selection .feature-list {
    grid-template-columns: 1fr;
  }

  .page-game-guides-red88-lottery-selection .floating-cta {
    bottom: 20px;
    right: 20px;
  }

  .page-game-guides-red88-lottery-selection .floating-btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-game-guides-red88-lottery-selection .floating-icon {
    width: 25px;
    height: 25px;
  }
}

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

  .page-game-guides-red88-lottery-selection .hero-section {
    padding: 60px 0;
  }

  .page-game-guides-red88-lottery-selection .btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-guides-red88-lottery-selection .large-btn {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-game-guides-red88-lottery-selection .section-title {
    font-size: 1.8em;
  }

  .page-game-guides-red88-lottery-selection p, .page-game-guides-red88-lottery-selection li {
    font-size: 0.95em;
  }
}