
      .page-50tg88 {
        font-family: 'Arial', sans-serif;
        color: #333333;
        line-height: 1.6;
        background-color: #f8f9fa;
      }
      .page-50tg88__hero-section {
        background-color: #2563eb;
        color: #ffffff;
        padding: 10px 0 40px 0;
        text-align: center;
        overflow: hidden;
      }
      .page-50tg88__hero-image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
      }
      .page-50tg88__hero-image {
        width: 100%;
        height: auto;
        display: block;
      }
      .page-50tg88__hero-content {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px;
      }
      .page-50tg88__main-title {
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
        color: #ffffff;
      }
      .page-50tg88__description {
        font-size: 1.15em;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
      }
      .page-50tg88__cta-button {
        display: inline-block;
        background-color: #f0f0f0;
        color: #2563eb;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, color 0.3s ease;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }
      .page-50tg88__cta-button:hover {
        background-color: #64748b;
        color: #ffffff;
      }
      .page-50tg88__section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
      }
      .page-50tg88__section--light-bg {
        background-color: #ffffff;
      }
      .page-50tg88__section-title {
        font-size: 2.5em;
        color: #2563eb;
        margin-bottom: 30px;
        text-align: center;
        font-weight: bold;
      }
      .page-50tg88__section-subtitle {
        font-size: 1.8em;
        color: #64748b;
        margin-bottom: 20px;
        text-align: center;
      }
      .page-50tg88__content-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 30px;
      }
      .page-50tg88__card {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        padding: 30px;
        text-align: left;
        transition: transform 0.3s ease;
        color: #333333;
        box-sizing: border-box;
      }
      .page-50tg88__card:hover {
        transform: translateY(-5px);
      }
      .page-50tg88__card-icon {
        font-size: 2.5em;
        color: #2563eb;
        margin-bottom: 15px;
      }
      .page-50tg88__card-title {
        font-size: 1.5em;
        color: #2563eb;
        margin-bottom: 10px;
        font-weight: bold;
      }
      .page-50tg88__card-text {
        font-size: 1em;
        color: #555555;
      }
      .page-50tg88__image-full-width {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
        margin-bottom: 30px;
      }
      .page-50tg88__game-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
        margin-top: 40px;
      }
      .page-50tg88__game-card {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        text-align: center;
        transition: transform 0.3s ease;
        box-sizing: border-box;
      }
      .page-50tg88__game-card:hover {
        transform: translateY(-5px);
      }
      .page-50tg88__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
      }
      .page-50tg88__game-info {
        padding: 20px;
      }
      .page-50tg88__game-title {
        font-size: 1.3em;
        color: #2563eb;
        margin-bottom: 10px;
        font-weight: bold;
      }
      .page-50tg88__game-description {
        font-size: 0.95em;
        color: #555555;
        margin-bottom: 15px;
      }
      .page-50tg88__game-button {
        display: inline-block;
        background-color: #64748b;
        color: #ffffff;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.9em;
        transition: background-color 0.3s ease;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }
      .page-50tg88__game-button:hover {
        background-color: #2563eb;
      }
      .page-50tg88__list {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .page-50tg88__list-item {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 20px;
        box-sizing: border-box;
      }
      .page-50tg88__list-item-icon {
        font-size: 1.8em;
        color: #2563eb;
        flex-shrink: 0;
      }
      .page-50tg88__list-item-text {
        font-size: 1.05em;
        color: #333333;
      }
      .page-50tg88__faq-section {
        background-color: #f0f8ff;
        padding: 60px 20px;
        max-width: 1000px;
        margin: 0 auto;
        border-radius: 12px;
      }
      .page-50tg88__faq-item {
        background-color: #ffffff;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
      }
      .page-50tg88__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        font-size: 1.15em;
        font-weight: bold;
        color: #2563eb;
        cursor: pointer;
        user-select: none;
        background-color: #e6f0ff;
        transition: background-color 0.3s ease;
      }
      .page-50tg88__faq-question:hover {
        background-color: #d0e0ff;
      }
      .page-50tg88__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        pointer-events: none;
      }
      .page-50tg88__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        color: #2563eb;
        margin-left: 15px;
        pointer-events: none;
        transition: transform 0.3s ease;
      }
      .page-50tg88__faq-item.active .page-50tg88__faq-toggle {
        transform: rotate(45deg);
      }
      .page-50tg88__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;
        color: #555555;
      }
      .page-50tg88__faq-item.active .page-50tg88__faq-answer {
        max-height: 2000px !important;
        padding: 20px !important;
        opacity: 1;
      }
      .page-50tg88__link {
        color: #2563eb;
        text-decoration: underline;
      }
      .page-50tg88__text-center {
        text-align: center;
      }
      .page-50tg88__button-group {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
      }
      .page-50tg88__button-group .page-50tg88__cta-button {
        flex-grow: 1;
        max-width: 250px;
        text-align: center;
      }

      @media (max-width: 1024px) {
        .page-50tg88__section-title {
          font-size: 2em;
        }
        .page-50tg88__hero-content {
          padding: 0 15px;
        }
        .page-50tg88__main-title {
          font-size: clamp(2em, 5vw, 3.5em);
        }
        .page-50tg88__description {
          font-size: 1em;
        }
      }

      @media (max-width: 768px) {
        .page-50tg88__hero-section {
          padding-top: 10px !important;
          padding-bottom: 30px;
        }
        .page-50tg88__hero-image-container {
          margin-bottom: 20px;
        }
        .page-50tg88__hero-image {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
        }
        .page-50tg88__main-title {
          font-size: clamp(1.8em, 7vw, 2.5em);
          margin-bottom: 15px;
        }
        .page-50tg88__description {
          font-size: 0.95em;
          margin-bottom: 25px;
        }
        .page-50tg88__cta-button {
          padding: 12px 20px;
          font-size: 1em;
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          white-space: normal !important;
          word-wrap: break-word !important;
        }
        .page-50tg88__button-group {
          flex-direction: column;
          gap: 15px;
          padding: 0 15px;
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          overflow: hidden !important;
        }
        .page-50tg88__button-group .page-50tg88__cta-button {
          max-width: 100% !important;
          width: 100% !important;
        }
        .page-50tg88__section {
          padding: 40px 15px;
        }
        .page-50tg88__section-title {
          font-size: 1.8em;
          margin-bottom: 20px;
        }
        .page-50tg88__section-subtitle {
          font-size: 1.3em;
          margin-bottom: 15px;
        }
        .page-50tg88__content-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }
        .page-50tg88__card {
          padding: 20px;
        }
        .page-50tg88__game-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }
        .page-50tg88__game-image {
          height: 180px;
        }
        .page-50tg88__game-title {
          font-size: 1.2em;
        }
        .page-50tg88__game-description {
          font-size: 0.9em;
        }
        .page-50tg88__game-button {
          padding: 8px 15px;
          font-size: 0.85em;
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          white-space: normal !important;
          word-wrap: break-word !important;
        }
        .page-50tg88__list-item {
          flex-direction: column;
          align-items: flex-start;
          padding: 15px;
          gap: 10px;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
        }
        .page-50tg88__list-item-icon {
          margin-bottom: 5px;
        }
        .page-50tg88__list-item-text {
          font-size: 1em;
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
        }
        .page-50tg88__list {
          padding: 0 15px;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
        }
        .page-50tg88__faq-section {
          padding: 40px 15px;
        }
        .page-50tg88__faq-question {
          font-size: 1em;
          padding: 15px;
        }
        .page-50tg88__faq-answer {
          padding: 15px !important;
        }
      }
    