/* style/resources-m88-game-strategy-sharing.css */

.page-resources-m88-game-strategy-sharing {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light text for dark background */
  background-color: #0A1931; /* Main background color */
}

.page-resources-m88-game-strategy-sharing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-m88-game-strategy-sharing .hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #30475E 100%); /* Darker gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-m88-game-strategy-sharing .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-m88-game-strategy-sharing .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-m88-game-strategy-sharing .cta-button {
  display: inline-block;
  background-color: #FFD700; /* Accent color for buttons */
  color: #0A1931; /* Dark text on accent button */
  padding: 15px 30px;
  border-radius: 5px;
  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-m88-game-strategy-sharing .cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-m88-game-strategy-sharing .cta-button.small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-m88-game-strategy-sharing .cta-button.large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-m88-game-strategy-sharing .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Accent color for section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-resources-m88-game-strategy-sharing .introduction-section, 
.page-resources-m88-game-strategy-sharing .game-strategies-section, 
.page-resources-m88-game-strategy-sharing .tips-section, 
.page-resources-m88-game-strategy-sharing .cta-section, 
.page-resources-m88-game-strategy-sharing .faq-section, 
.page-resources-m88-game-strategy-sharing .responsible-gambling-section {
  padding: 60px 0;
}

.page-resources-m88-game-strategy-sharing .introduction-section p, 
.page-resources-m88-game-strategy-sharing .strategy-article p, 
.page-resources-m88-game-strategy-sharing .tip-card p, 
.page-resources-m88-game-strategy-sharing .faq-answer {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-m88-game-strategy-sharing .image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-m88-game-strategy-sharing .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-m88-game-strategy-sharing .strategy-article {
  background-color: #1A2E4B; /* Slightly lighter dark background */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-m88-game-strategy-sharing .article-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-m88-game-strategy-sharing .sub-article-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-m88-game-strategy-sharing ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-m88-game-strategy-sharing ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-m88-game-strategy-sharing .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-m88-game-strategy-sharing .tip-card {
  background-color: #1A2E4B;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-resources-m88-game-strategy-sharing .tip-card:hover {
  transform: translateY(-10px);
}

.page-resources-m88-game-strategy-sharing .tip-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-m88-game-strategy-sharing .tip-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-m88-game-strategy-sharing .tip-card a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-m88-game-strategy-sharing .tip-card a:hover {
  color: #e6c200;
}

.page-resources-m88-game-strategy-sharing .cta-section p {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}

.page-resources-m88-game-strategy-sharing .cta-section .cta-button {
  margin-top: 30px;
}

.page-resources-m88-game-strategy-sharing .disclaimer {
  font-size: 0.9em;
  color: #999;
  margin-top: 30px;
  text-align: center;
}

.page-resources-m88-game-strategy-sharing .faq-item {
  background-color: #1A2E4B;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-m88-game-strategy-sharing .faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-m88-game-strategy-sharing .faq-answer {
  color: #E0E0E0;
}

.page-resources-m88-game-strategy-sharing .faq-answer a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-m88-game-strategy-sharing .faq-answer a:hover {
  color: #e6c200;
}

.page-resources-m88-game-strategy-sharing .responsible-gambling-section {
  text-align: center;
}

.page-resources-m88-game-strategy-sharing .responsible-gambling-section p {
  max-width: 800px;
  margin: 20px auto 40px auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-m88-game-strategy-sharing .hero-title {
    font-size: 2.5em;
  }

  .page-resources-m88-game-strategy-sharing .hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-m88-game-strategy-sharing .section-title {
    font-size: 2em;
  }

  .page-resources-m88-game-strategy-sharing .article-title {
    font-size: 1.8em;
  }

  .page-resources-m88-game-strategy-sharing .sub-article-title {
    font-size: 1.4em;
  }

  .page-resources-m88-game-strategy-sharing .grid-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-m88-game-strategy-sharing .hero-title {
    font-size: 2em;
  }

  .page-resources-m88-game-strategy-sharing .hero-subtitle {
    font-size: 1em;
  }

  .page-resources-m88-game-strategy-sharing .cta-button.large {
    font-size: 1em;
    padding: 15px 25px;
  }

  .page-resources-m88-game-strategy-sharing .section-title {
    font-size: 1.8em;
  }

  .page-resources-m88-game-strategy-sharing .article-title {
    font-size: 1.6em;
  }

  .page-resources-m88-game-strategy-sharing .sub-article-title {
    font-size: 1.2em;
  }

  .page-resources-m88-game-strategy-sharing .introduction-section, 
  .page-resources-m88-game-strategy-sharing .game-strategies-section, 
  .page-resources-m88-game-strategy-sharing .tips-section, 
.page-resources-m88-game-strategy-sharing .cta-section, 
.page-resources-m88-game-strategy-sharing .faq-section, 
.page-resources-m88-game-strategy-sharing .responsible-gambling-section {
    padding: 40px 0;
  }
}