
    /* CSS for page-555win55 */
    .page-555win55 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f5f5;
      overflow-x: hidden; /* Prevent horizontal scroll from floating buttons */
    }

    /* Floating Buttons */
    .page-555win55__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-555win55__floating-button {
      background-color: #FFD700; /* Gold */
      color: #333;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 16px;
      border: none; /* Ensure it looks like a button */
      cursor: pointer;
    }

    .page-555win55__floating-button:hover {
      background-color: #E6B800; /* Darker Gold */
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      .page-555win55__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row; /* Arrange horizontally on mobile */
        width: calc(100% - 30px);
        justify-content: center;
      }
      .page-555win55__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 14px;
      }
    }

    /* Hero Section */
    .page-555win55__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:gaming,casino,vietnam,555win55]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px 80px; /* Adjusted padding-top for fixed header offset */
      position: relative;
    }

    .page-555win55__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: 700;
      color: #FFD700; /* Gold for brand */
    }

    .page-555win55__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-555win55__hero-cta-button {
      background-color: #FFD700;
      color: #333;
      padding: 15px 40px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: inline-block;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-555win55__hero-cta-button:hover {
      background-color: #E6B800;
      transform: translateY(-3px);
    }

    @media (max-width: 768px) {
      .page-555win55__hero-section {
        padding: 80px 15px 60px;
      }
      .page-555win55__hero-title {
        font-size: 2.5em;
      }
      .page-555win55__hero-subtitle {
        font-size: 1.2em;
      }
      .page-555win55__hero-cta-button {
        padding: 12px 30px;
        font-size: 1em;
      }
    }

    /* Section General Styles */
    .page-555win55__section {
      padding: 60px 20px;
      text-align: center;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-555win55__section--dark {
      background-color: #222;
      color: #eee;
    }

    .page-555win55__section-title {
      font-size: 2.5em;
      color: #333;
      margin-bottom: 40px;
      font-weight: 700;
    }

    .page-555win55__section--dark .page-555win55__section-title {
      color: #FFD700;
    }

    @media (max-width: 768px) {
      .page-555win55__section {
        padding: 40px 15px;
      }
      .page-555win55__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }
    }

    /* Game Categories */
    .page-555win55__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-555win55__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
    }

    .page-555win55__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-555win55__game-card-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-555win55__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-555win55__game-card-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-555win55__game-card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-555win55__game-card-button {
      background-color: #FFD700;
      color: #333;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
      margin-top: auto; /* Push button to bottom */
    }

    .page-555win55__game-card-button:hover {
      background-color: #E6B800;
    }

    @media (max-width: 768px) {
      .page-555win55__game-categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-555win55__game-card-image {
        height: 180px;
      }
      .page-555win55__game-card-title {
        font-size: 1.3em;
      }
      .page-555win55__game-card-description {
        font-size: 0.9em;
      }
    }

    /* Promotions */
    .page-555win55__promotions-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      list-style: none; /* Remove default list styling */
      padding: 0; /* Remove default padding */
    }

    .page-555win55__promotion-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: left;
      flex: 1 1 calc(33% - 40px); /* 3 items per row, considering gap */
      min-width: 280px;
      box-sizing: border-box; /* Crucial for responsive lists */
      transition: transform 0.3s ease;
    }

    .page-555win55__promotion-item:hover {
      transform: translateY(-5px);
    }

    .page-555win55__promotion-title {
      color: #FFD700;
      font-size: 1.4em;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-555win55__promotion-description {
      color: #555;
      font-size: 0.95em;
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-555win55__promotion-button {
      background-color: #FFD700;
      color: #333;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
    }

    .page-555win55__promotion-button:hover {
      background-color: #E6B800;
    }

    @media (max-width: 768px) {
      .page-555win55__promotions-list {
        flex-direction: column;
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-555win55__promotion-item {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-555win55__promotion-title {
        font-size: 1.2em;
      }
      .page-555win55__promotion-description {
        font-size: 0.9em;
      }
    }

    /* Why Choose Us */
    .page-555win55__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-555win55__feature-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      transition: transform 0.3s ease;
      text-align: center;
      box-sizing: border-box;
    }

    .page-555win55__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-555win55__feature-icon {
      width: 200px; /* Enforce minimum size */
      height: 200px; /* Enforce minimum size */
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      object-fit: contain;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }


    .page-555win55__feature-title {
      font-size: 1.3em;
      color: #FFD700;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-555win55__feature-description {
      font-size: 0.95em;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    @media (max-width: 768px) {
      .page-555win55__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-555win55__feature-item {
        padding: 25px 15px;
      }
      .page-555win55__feature-title {
        font-size: 1.2em;
      }
      .page-555win55__feature-description {
        font-size: 0.9em;
      }
    }

    /* Payment and Provider Logos */
    .page-555win55__logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
      padding: 0;
      list-style: none;
    }

    .page-555win55__logo-item {
      flex: 0 0 auto; /* Don't grow or shrink, maintain size */
      text-align: center;
      width: 150px; /* Adjust as needed for logo size */
      height: 100px; /* Adjust as needed */
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f0f0f0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease;
      box-sizing: border-box;
    }

    .page-555win55__logo-item:hover {
      transform: translateY(-3px);
    }

    .page-555win55__logo-image {
      max-width: 100px; /* Max width for the actual logo image */
      max-height: 70px; /* Max height for the actual logo image */
      object-fit: contain;
      width: 200px; /* Enforce minimum size */
      height: 200px; /* Enforce minimum size */
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }


    @media (max-width: 768px) {
      .page-555win55__logo-grid {
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-555win55__logo-item {
        width: calc(33% - 10px) !important; /* 3 items per row on mobile */
        height: 80px !important;
        min-width: unset !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
      .page-555win55__logo-image {
        max-width: 80px !important;
        max-height: 50px !important;
      }
    }


    /* FAQ Section */
    .page-555win55__faq-container {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-555win55__faq-item {
      background-color: #f9f9f9;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-555win55__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      font-size: 1.1em;
      font-weight: 600;
      color: #333;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-555win55__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-555win55__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-555win55__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #FFD700;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-555win55__faq-item.active .page-555win55__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-555win55__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      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;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-555win55__faq-item.active .page-555win55__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    @media (max-width: 768px) {
      .page-555win55__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }
      .page-555win55__faq-question h3 {
        font-size: 1em;
      }
      .page-555win55__faq-toggle {
        font-size: 1.2em;
      }
      .page-555win55__faq-answer {
        padding: 0 20px;
        font-size: 0.9em;
      }
      .page-555win55__faq-item.active .page-555win55__faq-answer {
        padding: 15px 20px !important;
      }
    }

    /* General responsive for images */
    .page-555win55 img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }
    @media (max-width: 768px) {
        .page-555win55 img {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
    }

  