.page-blog-guide-for-newbies-39go99-game {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-guide-for-newbies-39go99-game__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding for visual spacing, body handles header offset */
  overflow: hidden;
  background-color: #08160F; /* Background */
}

.page-blog-guide-for-newbies-39go99-game__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-guide-for-newbies-39go99-game__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-guide-for-newbies-39go99-game__hero-content {
  max-width: 900px;
  position: relative; /* Ensure content is above image if needed, but not overlaying */
  z-index: 1;
}

.page-blog-guide-for-newbies-39go99-game__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-guide-for-newbies-39go99-game__intro-text {
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-guide-for-newbies-39go99-game__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-guide-for-newbies-39go99-game__btn-primary,
.page-blog-guide-for-newbies-39go99-game__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-guide-for-newbies-39go99-game__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-guide-for-newbies-39go99-game__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-blog-guide-for-newbies-39go99-game__btn-secondary {
  background: #11271B; /* Card BG */
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E; /* Gold */
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.2);
}

.page-blog-guide-for-newbies-39go99-game__btn-secondary:hover {
  background: #F2C14E; /* Gold */
  color: #11271B; /* Card BG */
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.4);
}

.page-blog-guide-for-newbies-39go99-game__section {
  padding: 50px 0;
}

.page-blog-guide-for-newbies-39go99-game__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-guide-for-newbies-39go99-game__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #57E38D; /* Glow */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-guide-for-newbies-39go99-game__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #F2C14E; /* Gold */
  border-radius: 2px;
}

.page-blog-guide-for-newbies-39go99-game__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #22C768; /* Auxiliary Color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-guide-for-newbies-39go99-game p {
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-guide-for-newbies-39go99-game p a {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

.page-blog-guide-for-newbies-39go99-game p a:hover {
  color: #F2C14E; /* Gold */
}

.page-blog-guide-for-newbies-39go99-game__ordered-list,
.page-blog-guide-for-newbies-39go99-game__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-blog-guide-for-newbies-39go99-game__ordered-list li,
.page-blog-guide-for-newbies-39go99-game__unordered-list li {
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-guide-for-newbies-39go99-game__ordered-list li strong,
.page-blog-guide-for-newbies-39go99-game__unordered-list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-guide-for-newbies-39go99-game__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-guide-for-newbies-39go99-game__card-bg {
  background-color: #11271B; /* Card BG */
}

.page-blog-guide-for-newbies-39go99-game__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-guide-for-newbies-39go99-game__light-bg {
  background-color: #0A4B2C; /* Deep Green for contrast */
  color: #F2FFF6; /* Text Main */
}

/* FAQ Section */
.page-blog-guide-for-newbies-39go99-game__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-guide-for-newbies-39go99-game__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  list-style: none; /* Remove default marker */
  color: #F2C14E; /* Gold */
  transition: background-color 0.3s ease;
}

.page-blog-guide-for-newbies-39go99-game__faq-item summary::-webkit-details-marker {
  display: none; /* Hide Chrome/Safari default marker */
}

.page-blog-guide-for-newbies-39go99-game__faq-item summary:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-guide-for-newbies-39go99-game__faq-qtext {
  flex-grow: 1;
}

.page-blog-guide-for-newbies-39go99-game__faq-toggle {
  margin-left: 15px;
  font-size: 1.5em;
  line-height: 1;
}

.page-blog-guide-for-newbies-39go99-game__faq-item[open] .page-blog-guide-for-newbies-39go99-game__faq-toggle {
  content: '−'; /* Change to minus when open */
}

.page-blog-guide-for-newbies-39go99-game__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1.0em;
  color: #A7D9B8; /* Text Secondary */
  background-color: #0A4B2C; /* Deep Green */
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-guide-for-newbies-39go99-game__faq-answer p {
  margin-bottom: 0;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-guide-for-newbies-39go99-game {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-guide-for-newbies-39go99-game__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-blog-guide-for-newbies-39go99-game__main-title {
    font-size: 2em;
  }

  .page-blog-guide-for-newbies-39go99-game__intro-text {
    font-size: 1em;
  }

  .page-blog-guide-for-newbies-39go99-game__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-guide-for-newbies-39go99-game__btn-primary,
  .page-blog-guide-for-newbies-39go99-game__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-guide-for-newbies-39go99-game__section-title {
    font-size: 1.8em;
  }

  .page-blog-guide-for-newbies-39go99-game__sub-title {
    font-size: 1.5em;
  }

  .page-blog-guide-for-newbies-39go99-game__content-area {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-guide-for-newbies-39go99-game img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important; /* Ensure minimum size */
    min-height: 200px !important;
  }
  
  .page-blog-guide-for-newbies-39go99-game__hero-image-wrapper {
    max-height: 300px;
  }

  .page-blog-guide-for-newbies-39go99-game__faq-item summary {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-guide-for-newbies-39go99-game__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-guide-for-newbies-39go99-game__ordered-list,
  .page-blog-guide-for-newbies-39go99-game__unordered-list {
    padding-left: 20px;
  }
}