.page-tongits-star {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }
    .page-tongits-star__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    .page-tongits-star__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }
    .page-tongits-star__section-dark {
      background-color: #2c3e50;
      color: #ecf0f1;
      padding: 40px 30px;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .page-tongits-star__section-dark h2,
    .page-tongits-star__section-dark h3 {
      color: #ecf0f1;
    }
    .page-tongits-star__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      background-size: cover;
      background-position: center;
      border-radius: 0 0 8px 8px;
      overflow: hidden;
      padding-top: calc(10px + var(--header-offset, 0px)); /* Small top padding + header offset fallback */
    }
    .page-tongits-star__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }
    .page-tongits-star__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }
    .page-tongits-star__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 20px;
      line-height: 1.2;
    }
    .page-tongits-star__hero-content p {
      font-size: 1.3em;
      margin-bottom: 30px;
    }
    .page-tongits-star__btn {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 14px 28px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin: 10px;
      font-size: 1.1em;
    }
    .page-tongits-star__btn:hover {
      background-color: #c0392b;
    }
    .page-tongits-star__btn-secondary {
      background-color: #3498db;
    }
    .page-tongits-star__btn-secondary:hover {
      background-color: #2980b9;
    }
    .page-tongits-star__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }
    .page-tongits-star__grid-item {
      text-align: center;
      padding: 20px;
      background-color: #fdfdfd;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }
    .page-tongits-star__grid-item img {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
      min-width: 200px;
      min-height: 200px;
    }
    .page-tongits-star__grid-item h3 {
      font-size: 1.3em;
      margin-bottom: 10px;
      color: #2c3e50;
    }
    .page-tongits-star__grid-item p {
      font-size: 0.95em;
      color: #555;
    }
    .page-tongits-star__list-item {
      margin-bottom: 15px;
      padding-left: 25px;
      position: relative;
    }
    .page-tongits-star__list-item::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: #27ae60;
      font-weight: bold;
    }
    .page-tongits-star__quick-links-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }
    .page-tongits-star__quick-link-btn {
      display: block;
      background-color: #27ae60;
      color: #fff;
      padding: 15px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      transition: background-color 0.3s ease;
      font-size: 1em;
    }
    .page-tongits-star__quick-link-btn:hover {
      background-color: #229a54;
    }
    .page-tongits-star__game-category-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }
    .page-tongits-star__game-category-item {
      text-align: center;
      padding: 15px;
      border-radius: 8px;
      background-color: #fdfdfd;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
      transition: transform 0.2s ease;
    }
    .page-tongits-star__game-category-item:hover {
      transform: translateY(-5px);
    }
    .page-tongits-star__game-category-item img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 10px;
      min-width: 100px; /* Ensure minimum size */
      min-height: 100px;
    }
    .page-tongits-star__game-category-item h3 {
      font-size: 1.1em;
      color: #2c3e50;
    }
    .page-tongits-star__promo-list {
      list-style: none;
      padding: 0;
    }
    .page-tongits-star__promo-list li {
      background-color: #fdfdfd;
      border-left: 5px solid #e74c3c;
      padding: 15px 20px;
      margin-bottom: 15px;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
      font-size: 1.05em;
    }
    .page-tongits-star__promo-list li strong {
      color: #e74c3c;
    }
    .page-tongits-star__faq-item {
      background-color: #fdfdfd;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
      overflow: hidden;
    }
    .page-tongits-star__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #ecf0f1;
      border-bottom: 1px solid #e0e0e0;
      transition: background-color 0.3s ease;
    }
    .page-tongits-star__faq-question:hover {
      background-color: #dcdcdc;
    }
    .page-tongits-star__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #2c3e50;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }
    .page-tongits-star__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #34495e;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }
    .page-tongits-star__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }
    .page-tongits-star__faq-answer p {
      padding-bottom: 20px;
      margin: 0;
      color: #555;
    }
    .page-tongits-star__faq-item.active .page-tongits-star__faq-question {
      background-color: #dcdcdc;
    }
    .page-tongits-star__faq-item.active .page-tongits-star__faq-toggle {
      transform: rotate(45deg);
    }
    .page-tongits-star__faq-item.active .page-tongits-star__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }
    .page-tongits-star__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }
    .page-tongits-star__blog-card {
      background-color: #fdfdfd;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
      overflow: hidden;
      transition: transform 0.2s ease;
    }
    .page-tongits-star__blog-card:hover {
      transform: translateY(-5px);
    }
    .page-tongits-star__blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      min-width: 200px;
      min-height: 200px;
    }
    .page-tongits-star__blog-content {
      padding: 20px;
    }
    .page-tongits-star__blog-content h3 {
      font-size: 1.25em;
      margin-top: 0;
      margin-bottom: 10px;
      color: #2c3e50;
    }
    .page-tongits-star__blog-content h3 a {
      text-decoration: none;
      color: inherit;
    }
    .page-tongits-star__blog-content h3 a:hover {
      color: #e74c3c;
    }
    .page-tongits-star__blog-content p {
      font-size: 0.9em;
      color: #555;
      margin-bottom: 15px;
    }
    .page-tongits-star__blog-date {
      font-size: 0.85em;
      color: #7f8c8d;
      text-align: right;
    }
    .page-tongits-star__h2 {
      font-size: 2em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }
    .page-tongits-star__h2::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 60px;
      height: 4px;
      background-color: #e74c3c;
      border-radius: 2px;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .page-tongits-star__container {
        padding: 15px;
      }
      .page-tongits-star__hero-content h1 {
        font-size: 2em;
      }
      .page-tongits-star__hero-content p {
        font-size: 1em;
      }
      .page-tongits-star__btn {
        padding: 12px 20px;
        font-size: 0.9em;
        margin: 5px;
      }
      .page-tongits-star__h2 {
        font-size: 1.7em;
        margin-bottom: 20px;
      }
      .page-tongits-star__grid {
        grid-template-columns: 1fr;
      }
      .page-tongits-star__quick-links-grid {
        grid-template-columns: 1fr;
      }
      .page-tongits-star__game-category-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .page-tongits-star__blog-grid {
        grid-template-columns: 1fr;
      }
      .page-tongits-star__section {
        padding: 20px;
      }
      .page-tongits-star__section-dark {
        padding: 30px 20px;
      }
      .page-tongits-star__list-item {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 25px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-tongits-star__promo-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-tongits-star__faq-answer {
        padding: 0 10px !important; /* Adjusted for smaller screens */
      }
      .page-tongits-star__faq-answer p {
        padding-bottom: 15px !important;
      }
      .page-tongits-star__faq-question h3 {
        font-size: 1em;
      }
      .page-tongits-star__faq-question {
        padding: 15px;
      }
      .page-tongits-star__blog-card img,
      .page-tongits-star__grid-item img {
        max-width: 100% !important;
        height: auto !important;
        min-width: unset !important;
        min-height: unset !important;
        box-sizing: border-box !important;
      }
    }
    @media (max-width: 480px) {
      .page-tongits-star__hero-content h1 {
        font-size: 1.8em;
      }
      .page-tongits-star__hero-content p {
        font-size: 0.9em;
      }
      .page-tongits-star__h2 {
        font-size: 1.5em;
      }
    }