.page-747-bet-live {
      font-family: 'Arial', sans-serif;
      color: #fff;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 50px; /* Space for floating buttons */
    }
    .page-747-bet-live__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .page-747-bet-live__section--dark {
      background-color: #222;
    }
    .page-747-bet-live__heading {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #ffcc00;
      text-transform: uppercase;
    }
    .page-747-bet-live__subheading {
      font-size: 1.8em;
      margin-bottom: 15px;
      color: #00e676;
    }
    .page-747-bet-live__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #ccc;
    }
    .page-747-bet-live__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }
    .page-747-bet-live__button:hover {
      background-color: #ffe066;
      transform: translateY(-2px);
    }
    .page-747-bet-live__button--primary {
      background-color: #00e676;
      color: #1a1a1a;
    }
    .page-747-bet-live__button--primary:hover {
      background-color: #69f0ae;
    }

    /* Hero Section */
    .page-747-bet-live__hero-section {
      position: relative;
      height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small top padding, assuming body has header offset */
    }
    .page-747-bet-live__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.6);
    }
    .page-747-bet-live__hero-content {
      z-index: 1;
      max-width: 900px;
      padding: 20px;
    }
    .page-747-bet-live__hero-title {
      font-size: 3.5em;
      color: #fff;
      margin-bottom: 15px;
      line-height: 1.1;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }
    .page-747-bet-live__hero-description {
      font-size: 1.4em;
      color: #eee;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

    /* Introduction Section */
    .page-747-bet-live__intro-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }
    .page-747-bet-live__intro-item {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    .page-747-bet-live__intro-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
    }
    .page-747-bet-live__intro-title {
      font-size: 1.5em;
      color: #00e676;
      margin-bottom: 10px;
    }
    .page-747-bet-live__intro-text {
      font-size: 1em;
      color: #bbb;
    }

    /* Quick Access Section */
    .page-747-bet-live__access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }
    .page-747-bet-live__access-item {
      background-color: #333;
      padding: 20px;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }
    .page-747-bet-live__access-item:hover {
      transform: translateY(-5px);
    }
    .page-747-bet-live__access-link {
      color: #ffcc00;
      font-weight: bold;
      text-decoration: none;
      font-size: 1.1em;
      display: block;
    }
    .page-747-bet-live__access-link:hover {
      text-decoration: underline;
    }

    /* Game Categories */
    .page-747-bet-live__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }
    .page-747-bet-live__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      transition: transform 0.3s ease;
    }
    .page-747-bet-live__game-card:hover {
      transform: translateY(-5px);
    }
    .page-747-bet-live__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }
    .page-747-bet-live__game-content {
      padding: 20px;
    }
    .page-747-bet-live__game-title {
      font-size: 1.4em;
      color: #00e676;
      margin-bottom: 10px;
    }
    .page-747-bet-live__game-description {
      font-size: 0.95em;
      color: #bbb;
      margin-bottom: 15px;
    }

    /* Promotions Section */
    .page-747-bet-live__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }
    .page-747-bet-live__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      text-align: left;
    }
    .page-747-bet-live__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .page-747-bet-live__promo-content {
      padding: 20px;
    }
    .page-747-bet-live__promo-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }
    .page-747-bet-live__promo-text {
      font-size: 1em;
      color: #bbb;
      margin-bottom: 15px;
    }

    /* Security & Support Section */
    .page-747-bet-live__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }
    .page-747-bet-live__security-item {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    .page-747-bet-live__security-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
    }
    .page-747-bet-live__security-title {
      font-size: 1.5em;
      color: #00e676;
      margin-bottom: 10px;
    }
    .page-747-bet-live__security-text {
      font-size: 1em;
      color: #bbb;
    }

    /* FAQ Section */
    .page-747-bet-live__faq-list {
      margin-top: 30px;
      text-align: left;
    }
    .page-747-bet-live__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }
    .page-747-bet-live__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #333;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }
    .page-747-bet-live__faq-question:hover {
      background-color: #444;
    }
    .page-747-bet-live__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click */
    }
    .page-747-bet-live__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #00e676;
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
    }
    .page-747-bet-live__faq-item.active .page-747-bet-live__faq-toggle {
      transform: rotate(45deg);
    }
    .page-747-bet-live__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      color: #bbb;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }
    .page-747-bet-live__faq-item.active .page-747-bet-live__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    /* Blog Section */
    .page-747-bet-live__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }
    .page-747-bet-live__blog-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      text-align: left;
    }
    .page-747-bet-live__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .page-747-bet-live__blog-content {
      padding: 20px;
    }
    .page-747-bet-live__blog-title {
      font-size: 1.4em;
      color: #00e676;
      margin-bottom: 10px;
    }
    .page-747-bet-live__blog-excerpt {
      font-size: 0.95em;
      color: #bbb;
      margin-bottom: 15px;
    }
    .page-747-bet-live__blog-link {
      color: #ffcc00;
      text-decoration: none;
      font-weight: bold;
    }
    .page-747-bet-live__blog-link:hover {
      text-decoration: underline;
    }

    /* Floating Buttons */
    .page-747-bet-live__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }
    .page-747-bet-live__floating-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
    }
    .page-747-bet-live__floating-button:hover {
      background-color: #ffe066;
      transform: scale(1.05);
    }
    .page-747-bet-live__floating-button--register {
      background-color: #00e676;
    }
    .page-747-bet-live__floating-button--register:hover {
      background-color: #69f0ae;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-747-bet-live__section {
        padding: 30px 15px;
      }
      .page-747-bet-live__hero-title {
        font-size: 2.5em;
      }
      .page-747-bet-live__hero-description {
        font-size: 1.2em;
      }
      .page-747-bet-live__heading {
        font-size: 2em;
      }
      .page-747-bet-live__subheading {
        font-size: 1.5em;
      }
      .page-747-bet-live__button {
        padding: 10px 20px;
        font-size: 1em;
      }

      /* List item responsive styles */
      .page-747-bet-live__intro-grid,
      .page-747-bet-live__access-grid,
      .page-747-bet-live__game-grid,
      .page-747-bet-live__promo-grid,
      .page-747-bet-live__security-grid,
      .page-747-bet-live__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-747-bet-live__intro-item,
      .page-747-bet-live__access-item,
      .page-747-bet-live__game-card,
      .page-747-bet-live__promo-card,
      .page-747-bet-live__security-item,
      .page-747-bet-live__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-747-bet-live__faq-list {
        padding: 0;
      }
      .page-747-bet-live__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-747-bet-live__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-747-bet-live__floating-buttons {
        flex-direction: row;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #333;
        background-color: #1a1a1a;
        padding: 10px;
        justify-content: space-around;
        gap: 5px;
        border-radius: 0;
      }
      .page-747-bet-live__floating-button {
        flex: 1;
        margin: 0;
        padding: 8px 10px;
        font-size: 0.9em;
        border-radius: 20px;
      }
    }

    /* Images responsive styles */
    .page-747-bet-live img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }
    .page-747-bet-live__game-image-container,
    .page-747-bet-live__promo-image-container,
    .page-747-bet-live__blog-image-container {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }