.page-how-to-play-tongits-go-with-2-players {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-how-to-play-tongits-go-with-2-players__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-how-to-play-tongits-go-with-2-players__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 20px;
      padding-top: 20px;
    }

    .page-how-to-play-tongits-go-with-2-players__section-description {
      font-size: 1.1em;
      color: #cccccc;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    /* Hero Section */
    .page-how-to-play-tongits-go-with-2-players__hero-section {
      position: relative;
      height: 80vh;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-top: 10px; /* To avoid double header offset, just a small decorative padding */
      overflow: hidden;
      margin-bottom: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-how-to-play-tongits-go-with-2-players__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 2;
    }

    .page-how-to-play-tongits-go-with-2-players__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      padding: 20px;
    }

    .page-how-to-play-tongits-go-with-2-players__hero-title {
      font-size: 3.5em;
      color: #ffffff;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-how-to-play-tongits-go-with-2-players__highlight {
      color: #ffcc00;
    }

    .page-how-to-play-tongits-go-with-2-players__hero-subtitle {
      font-size: 1.4em;
      color: #cccccc;
      margin-bottom: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__hero-button {
      display: inline-block;
      background-color: #007bff;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      transition: background-color 0.3s ease;
    }

    .page-how-to-play-tongits-go-with-2-players__hero-button:hover {
      background-color: #0056b3;
    }

    /* Intro Section */
    .page-how-to-play-tongits-go-with-2-players__intro-section {
      padding: 60px 0;
      background-color: #222222;
      margin-bottom: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__feature-item {
      background-color: #333333;
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-how-to-play-tongits-go-with-2-players__feature-item:hover {
      transform: translateY(-10px);
    }

    .page-how-to-play-tongits-go-with-2-players__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 5px;
      object-fit: cover;
    }

    .page-how-to-play-tongits-go-with-2-players__feature-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-how-to-play-tongits-go-with-2-players__feature-text {
      color: #cccccc;
      font-size: 1em;
    }

    /* Quick Access Section */
    .page-how-to-play-tongits-go-with-2-players__quick-access-section {
      padding: 60px 0;
      background-color: #1a1a1a;
      margin-bottom: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__access-button {
      display: inline-block;
      background-color: #ff6600;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      min-width: 200px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-how-to-play-tongits-go-with-2-players__access-button:hover {
      background-color: #cc5200;
    }

    /* Games Section */
    .page-how-to-play-tongits-go-with-2-players__games-section {
      padding: 60px 0;
      background-color: #222222;
      margin-bottom: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__game-card {
      background-color: #333333;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-how-to-play-tongits-go-with-2-players__game-card:hover {
      transform: translateY(-10px);
    }

    .page-how-to-play-tongits-go-with-2-players__game-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-how-to-play-tongits-go-with-2-players__game-title {
      font-size: 1.4em;
      color: #ffcc00;
      padding: 15px;
      margin-bottom: 0;
    }

    .page-how-to-play-tongits-go-with-2-players__game-text {
      color: #cccccc;
      font-size: 0.95em;
      padding: 0 15px 15px;
    }

    .page-how-to-play-tongits-go-with-2-players__game-button {
      display: block;
      background-color: #007bff;
      color: #ffffff;
      padding: 10px 15px;
      text-align: center;
      text-decoration: none;
      font-size: 1em;
      transition: background-color 0.3s ease;
      border-radius: 0 0 8px 8px;
    }

    .page-how-to-play-tongits-go-with-2-players__game-button:hover {
      background-color: #0056b3;
    }

    /* Promotions Section */
    .page-how-to-play-tongits-go-with-2-players__promo-section {
      padding: 60px 0;
      background-color: #1a1a1a;
      margin-bottom: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__promo-card {
      background-color: #333333;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-how-to-play-tongits-go-with-2-players__promo-card:hover {
      transform: translateY(-10px);
    }

    .page-how-to-play-tongits-go-with-2-players__promo-image {
      width: 100%;
      height: 220px; /* Fixed height for consistency */
      object-fit: cover;
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-how-to-play-tongits-go-with-2-players__promo-title {
      font-size: 1.4em;
      color: #ffcc00;
      padding: 15px;
      margin-bottom: 0;
    }

    .page-how-to-play-tongits-go-with-2-players__promo-text {
      color: #cccccc;
      font-size: 0.95em;
      padding: 0 15px 15px;
    }

    .page-how-to-play-tongits-go-with-2-players__promo-button {
      display: block;
      background-color: #ff6600;
      color: #ffffff;
      padding: 10px 15px;
      text-align: center;
      text-decoration: none;
      font-size: 1em;
      transition: background-color 0.3s ease;
      border-radius: 0 0 8px 8px;
    }

    .page-how-to-play-tongits-go-with-2-players__promo-button:hover {
      background-color: #cc5200;
    }

    /* Security Section */
    .page-how-to-play-tongits-go-with-2-players__security-section {
      padding: 60px 0;
      background-color: #222222;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__security-item {
      background-color: #333333;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-how-to-play-tongits-go-with-2-players__security-icon {
      width: 100%;
      max-width: 180px; /* Reduced max-width for icons */
      height: auto;
      margin-bottom: 20px;
      object-fit: cover;
    }

    .page-how-to-play-tongits-go-with-2-players__security-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-how-to-play-tongits-go-with-2-players__security-text {
      color: #cccccc;
      font-size: 1em;
    }

    .page-how-to-play-tongits-go-with-2-players__contact-button {
      display: inline-block;
      background-color: #007bff;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      margin-top: 40px;
      transition: background-color 0.3s ease;
    }

    .page-how-to-play-tongits-go-with-2-players__contact-button:hover {
      background-color: #0056b3;
    }

    /* FAQ Section */
    .page-how-to-play-tongits-go-with-2-players__faq-section {
      padding: 60px 0;
      background-color: #1a1a1a;
      margin-bottom: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-how-to-play-tongits-go-with-2-players__faq-item {
      background-color: #333333;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .page-how-to-play-tongits-go-with-2-players__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #444444;
      border-bottom: 1px solid #555555;
    }

    .page-how-to-play-tongits-go-with-2-players__faq-question:hover {
      background-color: #555555;
    }

    .page-how-to-play-tongits-go-with-2-players__faq-title {
      font-size: 1.2em;
      color: #ffcc00;
      margin: 0;
      pointer-events: none; /* Prevent title text from interfering with click event */
    }

    .page-how-to-play-tongits-go-with-2-players__faq-toggle {
      font-size: 1.5em;
      color: #ffffff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-how-to-play-tongits-go-with-2-players__faq-item.active .page-how-to-play-tongits-go-with-2-players__faq-toggle {
      transform: rotate(45deg);
    }

    .page-how-to-play-tongits-go-with-2-players__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-how-to-play-tongits-go-with-2-players__faq-item.active .page-how-to-play-tongits-go-with-2-players__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    .page-how-to-play-tongits-go-with-2-players__faq-answer p {
      color: #cccccc;
      margin: 0;
      font-size: 1em;
    }

    /* Blog Section */
    .page-how-to-play-tongits-go-with-2-players__blog-section {
      padding: 60px 0;
      background-color: #222222;
    }

    .page-how-to-play-tongits-go-with-2-players__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-to-play-tongits-go-with-2-players__blog-card {
      background-color: #333333;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-how-to-play-tongits-go-with-2-players__blog-card:hover {
      transform: translateY(-10px);
    }

    .page-how-to-play-tongits-go-with-2-players__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-how-to-play-tongits-go-with-2-players__blog-content {
      padding: 15px;
    }

    .page-how-to-play-tongits-go-with-2-players__blog-title {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-how-to-play-tongits-go-with-2-players__blog-excerpt {
      color: #cccccc;
      font-size: 0.9em;
      margin-bottom: 15px;
    }

    .page-how-to-play-tongits-go-with-2-players__blog-link {
      display: inline-block;
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-how-to-play-tongits-go-with-2-players__blog-link:hover {
      color: #0056b3;
    }

    .page-how-to-play-tongits-go-with-2-players__blog-date {
      display: block;
      font-size: 0.8em;
      color: #888888;
      margin-top: 10px;
    }

    /* General Link Styling */
    .page-how-to-play-tongits-go-with-2-players a {
      text-decoration: none;
      color: #ffcc00; /* Default link color */
    }

    .page-how-to-play-tongits-go-with-2-players a:hover {
      text-decoration: underline;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-how-to-play-tongits-go-with-2-players__hero-title {
        font-size: 2.5em;
      }

      .page-how-to-play-tongits-go-with-2-players__hero-subtitle {
        font-size: 1.1em;
      }

      .page-how-to-play-tongits-go-with-2-players__section-title {
        font-size: 2em;
      }

      .page-how-to-play-tongits-go-with-2-players__section-description {
        font-size: 1em;
      }

      .page-how-to-play-tongits-go-with-2-players__features-grid,
      .page-how-to-play-tongits-go-with-2-players__game-grid,
      .page-how-to-play-tongits-go-with-2-players__promo-grid,
      .page-how-to-play-tongits-go-with-2-players__security-grid,
      .page-how-to-play-tongits-go-with-2-players__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-how-to-play-tongits-go-with-2-players__access-buttons {
        flex-direction: column;
        align-items: center;
      }

      .page-how-to-play-tongits-go-with-2-players__access-button {
        width: 100% !important;
        max-width: 300px !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 20px;
        font-size: 1em;
      }

      /* Image responsiveness */
      .page-how-to-play-tongits-go-with-2-players img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-how-to-play-tongits-go-with-2-players__feature-icon,
      .page-how-to-play-tongits-go-with-2-players__security-icon {
        max-width: 150px; /* Adjust for smaller screens */
      }

      /* List items responsiveness (general for any grid/flex based lists) */
      .page-how-to-play-tongits-go-with-2-players__features-grid > div,
      .page-how-to-play-tongits-go-with-2-players__game-grid > div,
      .page-how-to-play-tongits-go-with-2-players__promo-grid > div,
      .page-how-to-play-tongits-go-with-2-players__security-grid > div,
      .page-how-to-play-tongits-go-with-2-players__blog-grid > article {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-how-to-play-tongits-go-with-2-players__container {
        padding: 15px;
      }

      .page-how-to-play-tongits-go-with-2-players__faq-question,
      .page-how-to-play-tongits-go-with-2-players__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }
      .page-how-to-play-tongits-go-with-2-players__faq-item.active .page-how-to-play-tongits-go-with-2-players__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-how-to-play-tongits-go-with-2-players__hero-title {
        font-size: 2em;
      }
      .page-how-to-play-tongits-go-with-2-players__hero-subtitle {
        font-size: 1em;
      }
      .page-how-to-play-tongits-go-with-2-players__hero-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-how-to-play-tongits-go-with-2-players__section-title {
        font-size: 1.8em;
      }
      .page-how-to-play-tongits-go-with-2-players__faq-title {
        font-size: 1.1em;
      }
    }