/* Base styles for the page-how-to-convert-gocoins-to-load-in-tongits-go */
.page-how-to-convert-gocoins-to-load-in-tongits-go {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__section-title {
  font-size: 2.5em;
  color: #0056b3; /* Darker blue for headings */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

/* Hero Section */
.page-how-to-convert-gocoins-to-load-in-tongits-go__hero-section {
  position: relative;
  height: 500px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding-top: 10px; /* Small decorative padding, body padding-top handles header offset */
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6); /* Darken image for better text contrast */
  max-width: 100%; /* Responsive image */
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__hero-content {
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
  border-radius: 10px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__hero-title {
  font-size: 3em;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__hero-cta-button {
  display: inline-block;
  background-color: #ffcc00; /* Gold/yellow for CTA */
  color: #333;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__hero-cta-button:hover {
  background-color: #e6b800;
}

/* Introduction Section */
.page-how-to-convert-gocoins-to-load-in-tongits-go__introduction-section {
  padding: 60px 0;
  background-color: #fff;
}

/* Quick Access Section */
.page-how-to-convert-gocoins-to-load-in-tongits-go__quick-access-section {
  padding: 60px 0;
  background-color: #f0f0f0;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__access-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__access-button {
  display: inline-block;
  background-color: #007bff; /* Blue for general buttons */
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__access-button:hover {
  background-color: #0056b3;
}

/* Games Section */
.page-how-to-convert-gocoins-to-load-in-tongits-go__games-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__game-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
  max-width: 100%; /* Responsive image */
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__game-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__game-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
  padding: 0 15px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__game-button {
  display: inline-block;
  background-color: #28a745; /* Green for game buttons */
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: auto; /* Push button to bottom */
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__game-button:hover {
  background-color: #218838;
}

/* Promotions Section */
.page-how-to-convert-gocoins-to-load-in-tongits-go__promotions-section {
  padding: 60px 0;
  background-color: #f0f0f0;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
  max-width: 100%; /* Responsive image */
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__promo-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__promo-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
  padding: 0 15px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__promo-button {
  display: inline-block;
  background-color: #ffcc00; /* Gold/yellow for promo buttons */
  color: #333;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: auto;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__promo-button:hover {
  background-color: #e6b800;
}

/* Security Section */
.page-how-to-convert-gocoins-to-load-in-tongits-go__security-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__feature-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  max-width: 100%; /* Responsive image */
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__feature-title {
  font-size: 1.6em;
  color: #0056b3;
  margin-bottom: 10px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__feature-text {
  font-size: 1em;
  color: #666;
}

/* FAQ Section */
.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-section {
  padding: 60px 0;
  background-color: #f0f0f0;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  user-select: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-question:hover {
  background-color: #0056b3;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-question-text {
  margin: 0;
  color: inherit; /* Inherit color from parent (.faq-question) */
  pointer-events: none; /* Crucial for click handler on parent */
  flex-grow: 1;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  pointer-events: none; /* Crucial for click handler on parent */
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-item.active .page-how-to-convert-gocoins-to-load-in-tongits-go__faq-toggle {
  transform: rotate(45deg); /* Change '+' to 'x' or '-' */
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  opacity: 0;
  background-color: #fefefe;
  color: #333;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-item.active .page-how-to-convert-gocoins-to-load-in-tongits-go__faq-answer {
  max-height: 2000px !important; /* Sufficiently large to accommodate content */
  padding: 20px 25px !important;
  opacity: 1;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__faq-answer p {
  margin: 0;
}

/* Blog Section */
.page-how-to-convert-gocoins-to-load-in-tongits-go__blog-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__blog-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
  max-width: 100%; /* Responsive image */
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__blog-title {
  font-size: 1.5em;
  color: #0056b3;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__blog-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__blog-title a:hover {
  color: #007bff;
}

.page-how-to-convert-gocoins-to-load-in-tongits-go__blog-excerpt {
  font-size: 0.95em;
  color: #666;
  flex-grow: 1;
  padding: 0 15px 20px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .page-how-to-convert-gocoins-to-load-in-tongits-go__container {
    padding: 15px;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__section-title {
    font-size: 2em;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__hero-section {
    height: 400px;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__hero-title {
    font-size: 2.2em;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__hero-subtitle {
    font-size: 1.1em;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__hero-cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__access-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__access-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__game-grid,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__promo-grid,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__security-features,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__blog-grid {
    grid-template-columns: 1fr;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__game-card,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__promo-card,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__feature-item,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__blog-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__faq-answer {
    padding: 0 20px;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__faq-item.active .page-how-to-convert-gocoins-to-load-in-tongits-go__faq-answer {
    padding: 15px 20px !important;
  }

  /* Ensure text wrapping for all list-like items and general content */
  .page-how-to-convert-gocoins-to-load-in-tongits-go p,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__game-description,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__promo-description,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__feature-text,
  .page-how-to-convert-gocoins-to-load-in-tongits-go__blog-excerpt {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__blog-title a {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}

@media (max-width: 480px) {
  .page-how-to-convert-gocoins-to-load-in-tongits-go__hero-title {
    font-size: 1.8em;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__hero-subtitle {
    font-size: 1em;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__hero-cta-button {
    font-size: 1em;
    padding: 10px 20px;
  }

  .page-how-to-convert-gocoins-to-load-in-tongits-go__section-title {
    font-size: 1.8em;
  }
}