
    .page-55chat-com {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-55chat-com__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-55chat-com__section:first-of-type {
        padding-top: calc(40px + 10px); /* Adjust for header offset */
    }

    .page-55chat-com__title {
      font-size: 2.5em;
      color: #007bff;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-55chat-com__subtitle {
      font-size: 1.8em;
      color: #007bff;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-55chat-com__subtitle::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #007bff;
      border-radius: 2px;
    }

    .page-55chat-com__text-center {
      text-align: center;
      margin-bottom: 20px;
    }

    .page-55chat-com__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 30px;
      display: block;
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-55chat-com__hero-image img {
      max-width: 100% !important;
      height: auto !important;
      display: block;
      box-sizing: border-box;
    }

    .page-55chat-com__button-group {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-55chat-com__button {
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border: none;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      font-weight: bold;
    }

    .page-55chat-com__button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-55chat-com__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: #007bff;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
    }

    .page-55chat-com__floating-button {
      flex: 1;
      margin: 0 5px;
      background-color: #28a745;
      color: #fff;
      padding: 12px 0;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-align: center;
      font-weight: bold;
    }

    .page-55chat-com__floating-button--login {
      background-color: #ffc107;
      color: #333;
    }

    .page-55chat-com__floating-button:hover {
      opacity: 0.9;
    }

    .page-55chat-com__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
      text-align: center;
    }

    .page-55chat-com__game-card {
      background-color: #f4f4f4;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 15px;
    }

    .page-55chat-com__game-card:hover {
      transform: translateY(-5px);
    }

    .page-55chat-com__game-card-image {
      width: 100%;
      max-width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-55chat-com__game-card-image img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      display: block;
      box-sizing: border-box;
    }

    .page-55chat-com__game-card-title {
      font-size: 1.3em;
      color: #007bff;
      margin: 15px 10px 5px;
      text-align: center;
      font-weight: bold;
    }

    .page-55chat-com__game-card-description {
      font-size: 0.9em;
      color: #666;
      padding: 0 15px;
      text-align: center;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-55chat-com__promo-card {
      display: flex;
      flex-direction: column;
      background-color: #e9f5ff;
      border-left: 5px solid #007bff;
      padding: 25px;
      border-radius: 8px;
      margin-bottom: 20px;
      align-items: center;
      text-align: center;
    }

    .page-55chat-com__promo-card-title {
      font-size: 1.5em;
      color: #007bff;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-55chat-com__promo-card-description {
      font-size: 1em;
      color: #555;
      margin-bottom: 20px;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-55chat-com__promo-link {
      background-color: #28a745;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      display: inline-block;
    }

    .page-55chat-com__promo-link:hover {
      background-color: #218838;
    }

    .page-55chat-com__feature-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-55chat-com__feature-item {
      background-color: #f4f9ff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
      width: 100%;
    }

    .page-55chat-com__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      border-radius: 50%;
      background-color: #e0f7fa;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2em;
      color: #00bcd4;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-55chat-com__feature-icon img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        box-sizing: border-box;
    }

    .page-55chat-com__feature-title {
      font-size: 1.2em;
      color: #007bff;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-55chat-com__feature-description {
      font-size: 0.95em;
      color: #555;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-55chat-com__payment-grid, .page-55chat-com__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-55chat-com__logo-item {
      text-align: center;
      transition: transform 0.2s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-55chat-com__logo-item:hover {
      transform: translateY(-3px);
    }

    .page-55chat-com__logo-image {
      width: 100px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 8px;
      display: block;
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-55chat-com__logo-image img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        box-sizing: border-box;
    }

    .page-55chat-com__logo-name {
      font-size: 0.9em;
      color: #333;
      font-weight: bold;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-55chat-com__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-55chat-com__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

    .page-55chat-com__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-55chat-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      background-color: #f9f9f9;
      border-radius: 5px;
      padding-left: 15px;
      padding-right: 15px;
      transition: background-color 0.3s ease;
    }

    .page-55chat-com__faq-question:hover {
      background-color: #eef;
    }

    .page-55chat-com__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none;
      font-weight: bold;
    }

    .page-55chat-com__faq-toggle {
      font-size: 1.5em;
      color: #007bff;
      font-weight: bold;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-55chat-com__faq-item.active .page-55chat-com__faq-toggle {
      transform: rotate(45deg);
    }

    .page-55chat-com__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;
      color: #555;
      font-size: 0.95em;
      background-color: #fefefe;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-55chat-com__faq-item.active .page-55chat-com__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-55chat-com__social-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-55chat-com__social-item {
      text-align: center;
      transition: transform 0.2s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #333;
    }

    .page-55chat-com__social-item:hover {
      transform: translateY(-3px);
      color: #007bff;
    }

    .page-55chat-com__social-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 8px;
      border-radius: 50%;
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-55chat-com__social-icon img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        box-sizing: border-box;
    }

    .page-55chat-com__social-name {
      font-size: 0.9em;
      font-weight: bold;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    @media (max-width: 768px) {
      .page-55chat-com__title {
        font-size: 2em;
      }

      .page-55chat-com__subtitle {
        font-size: 1.5em;
      }

      .page-55chat-com__section {
        padding: 30px 15px;
      }

      .page-55chat-com__button-group {
        flex-direction: column;
        gap: 10px;
      }

      .page-55chat-com__button {
        width: 100%;
      }

      .page-55chat-com__game-grid {
        grid-template-columns: 1fr;
      }

      .page-55chat-com__feature-list {
        grid-template-columns: 1fr;
      }

      .page-55chat-com__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-55chat-com__feature-description {
          font-size: 0.9em;
      }

      .page-55chat-com__payment-grid, .page-55chat-com__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
      }

      .page-55chat-com__logo-image {
        width: 80px;
        height: 50px;
      }

      .page-55chat-com__logo-name {
        font-size: 0.8em;
      }

      .page-55chat-com__faq-question h3 {
        font-size: 1em;
      }

      .page-55chat-com__faq-answer {
        padding: 15px 10px !important;
      }

      .page-55chat-com__social-icon {
        width: 40px;
        height: 40px;
      }

      .page-55chat-com__social-name {
        font-size: 0.8em;
      }
    }
  