.page-resources-new88-mobile-jackpot {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-new88-mobile-jackpot__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-new88-mobile-jackpot__hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #000080 100%);
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-new88-mobile-jackpot__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-new88-mobile-jackpot__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-new88-mobile-jackpot__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #000080; /* Dark Blue */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-new88-mobile-jackpot__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
}

.page-resources-new88-mobile-jackpot__cta-button--secondary {
  background-color: #000080; /* Dark Blue */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-new88-mobile-jackpot__cta-button--secondary:hover {
  background-color: #000066; /* Slightly darker blue */
  border-color: #e6c200;
}

.page-resources-new88-mobile-jackpot__cta-button--center {
  display: block;
  margin: 30px auto;
  width: fit-content;
}

.page-resources-new88-mobile-jackpot__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-new88-mobile-jackpot__section-title {
  font-size: 2.2em;
  color: #000080; /* Dark Blue */
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-new88-mobile-jackpot__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-resources-new88-mobile-jackpot__subsection-title {
  font-size: 1.6em;
  color: #000080;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-new88-mobile-jackpot__text-image-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-resources-new88-mobile-jackpot__text-image-block--reversed {
  flex-direction: row-reverse;
}

.page-resources-new88-mobile-jackpot__text-image-block p {
  flex: 1;
  font-size: 1.1em;
  color: #444;
}

.page-resources-new88-mobile-jackpot__image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-new88-mobile-jackpot__image--full-width {
  max-width: 100%;
  margin: 40px 0;
}

.page-resources-new88-mobile-jackpot__list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-new88-mobile-jackpot__list li {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #333;
}

.page-resources-new88-mobile-jackpot__list li strong {
  color: #000080;
}

.page-resources-new88-mobile-jackpot__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-new88-mobile-jackpot__game-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

.page-resources-new88-mobile-jackpot__game-card:hover {
  transform: translateY(-5px);
}

.page-resources-new88-mobile-jackpot__game-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 5px solid #FFD700;
}

.page-resources-new88-mobile-jackpot__game-title {
  font-size: 1.4em;
  color: #000080;
  margin: 20px 0 10px;
}

.page-resources-new88-mobile-jackpot__game-description {
  font-size: 0.95em;
  color: #555;
  padding: 0 15px;
}

.page-resources-new88-mobile-jackpot__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-new88-mobile-jackpot__strategy-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-top: 5px solid #FFD700;
}

.page-resources-new88-mobile-jackpot__strategy-card .page-resources-new88-mobile-jackpot__subsection-title {
  margin-top: 0;
  color: #000080;
}

.page-resources-new88-mobile-jackpot__strategy-card p {
  color: #444;
  font-size: 1.05em;
}

.page-resources-new88-mobile-jackpot__callout-text {
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  margin: 40px 0;
  color: #000080;
  font-weight: bold;
}

.page-resources-new88-mobile-jackpot__numbered-list {
  list-style: none;
  counter-reset: my-counter;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-new88-mobile-jackpot__numbered-list li {
  counter-increment: my-counter;
  background-color: #f9f9f9;
  padding: 20px 20px 20px 60px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  position: relative;
  font-size: 1.05em;
  color: #333;
}

.page-resources-new88-mobile-jackpot__numbered-list li::before {
  content: counter(my-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFD700;
  color: #000080;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-new88-mobile-jackpot__button-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-new88-mobile-jackpot__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-resources-new88-mobile-jackpot__faq-question {
  font-size: 1.3em;
  color: #000080;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-new88-mobile-jackpot__faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-resources-new88-mobile-jackpot__call-to-action-bottom {
  background-color: #000080;
  color: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

.page-resources-new88-mobile-jackpot__call-to-action-bottom .page-resources-new88-mobile-jackpot__section-title {
  color: #FFD700;
}

.page-resources-new88-mobile-jackpot__call-to-action-bottom .page-resources-new88-mobile-jackpot__section-title::after {
  background-color: #FFFFFF;
}

.page-resources-new88-mobile-jackpot__call-to-action-bottom p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-resources-new88-mobile-jackpot .highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-new88-mobile-jackpot__hero-title {
    font-size: 2.2em;
  }

  .page-resources-new88-mobile-jackpot__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-new88-mobile-jackpot__section-title {
    font-size: 1.8em;
  }

  .page-resources-new88-mobile-jackpot__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-new88-mobile-jackpot__text-image-block {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-new88-mobile-jackpot__text-image-block--reversed {
    flex-direction: column;
  }

  .page-resources-new88-mobile-jackpot__image {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-resources-new88-mobile-jackpot__hero-section {
    padding: 60px 0;
  }

  .page-resources-new88-mobile-jackpot__hero-title {
    font-size: 1.8em;
  }

  .page-resources-new88-mobile-jackpot__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-new88-mobile-jackpot__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-new88-mobile-jackpot__section-title {
    font-size: 1.6em;
  }

  .page-resources-new88-mobile-jackpot__game-grid, 
  .page-resources-new88-mobile-jackpot__strategy-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-new88-mobile-jackpot__button-group {
    flex-direction: column;
  }

  .page-resources-new88-mobile-jackpot__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}