.page-https-747-1-live-casino {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
      padding-top: 10px; /* Small padding, assuming body has header offset */
    }

    .page-https-747-1-live-casino__section-title {
      font-size: 2.5em;
      color: #e0b000; /* Gold/yellow accent */
      text-align: center;
      margin-bottom: 40px;
      padding-top: 20px;
      position: relative;
    }
    .page-https-747-1-live-casino__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #e0b000;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-https-747-1-live-casino__paragraph {
      max-width: 900px;
      margin: 0 auto 20px auto;
      text-align: center;
      font-size: 1.1em;
      color: #cccccc;
    }

    /* Hero Section */
    .page-https-747-1-live-casino__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)); /* Use gradient as overlay */
      background-size: cover;
      background-position: center;
      min-height: 500px;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-https-747-1-live-casino__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .page-https-747-1-live-casino__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.4);
    }

    .page-https-747-1-live-casino__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
    }

    .page-https-747-1-live-casino__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #fff;
      line-height: 1.2;
    }

    .page-https-747-1-live-casino__hero-subtitle {
      font-size: 1.4em;
      color: #eee;
      margin-bottom: 40px;
    }

    .page-https-747-1-live-casino__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-https-747-1-live-casino__hero-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-https-747-1-live-casino__hero-button--primary {
      background-color: #e0b000;
      color: #1a1a2e;
    }
    .page-https-747-1-live-casino__hero-button--primary:hover {
      background-color: #ffc107;
      transform: translateY(-3px);
    }

    .page-https-747-1-live-casino__hero-button--secondary {
      background-color: transparent;
      color: #e0b000;
      border: 2px solid #e0b000;
    }
    .page-https-747-1-live-casino__hero-button--secondary:hover {
      background-color: #e0b000;
      color: #1a1a2e;
      transform: translateY(-3px);
    }

    /* Payment Providers Section */
    .page-https-747-1-live-casino__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 40px 20px;
      background-color: #22253d; /* Slightly lighter dark background */
    }

    .page-https-747-1-live-casino__logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-https-747-1-live-casino__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
    }

    /* Introduction Section */
    .page-https-747-1-live-casino__introduction-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    /* Quick Access Section */
    .page-https-747-1-live-casino__quick-access-section {
      padding: 60px 20px;
      background-color: #22253d;
    }

    .page-https-747-1-live-casino__access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-https-747-1-live-casino__access-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      text-decoration: none;
      color: #f0f0f0;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }
    .page-https-747-1-live-casino__access-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-https-747-1-live-casino__access-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-https-747-1-live-casino__access-title {
      font-size: 1.5em;
      color: #e0b000;
      margin-bottom: 10px;
    }

    .page-https-747-1-live-casino__access-description {
      font-size: 1em;
      color: #cccccc;
    }

    /* Games Section */
    .page-https-747-1-live-casino__games-section {
      padding: 60px 20px;
    }

    .page-https-747-1-live-casino__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-https-747-1-live-casino__game-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }
    .page-https-747-1-live-casino__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-https-747-1-live-casino__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-https-747-1-live-casino__game-title {
      font-size: 1.8em;
      color: #e0b000;
      margin: 20px 15px 10px 15px;
    }

    .page-https-747-1-live-casino__game-description {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px 20px 15px;
    }

    .page-https-747-1-live-casino__game-button {
      display: inline-block;
      background-color: #e0b000;
      color: #1a1a2e;
      padding: 10px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }
    .page-https-747-1-live-casino__game-button:hover {
      background-color: #ffc107;
    }

    /* Promotions Section */
    .page-https-747-1-live-casino__promotions-section {
      padding: 60px 20px;
      background-color: #22253d;
    }

    .page-https-747-1-live-casino__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-https-747-1-live-casino__promo-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }
    .page-https-747-1-live-casino__promo-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-https-747-1-live-casino__promo-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-https-747-1-live-casino__promo-title {
      font-size: 1.6em;
      color: #e0b000;
      margin: 20px 15px 10px 15px;
    }

    .page-https-747-1-live-casino__promo-description {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px 20px 15px;
    }

    .page-https-747-1-live-casino__promo-button {
      display: inline-block;
      background-color: #e0b000;
      color: #1a1a2e;
      padding: 10px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }
    .page-https-747-1-live-casino__promo-button:hover {
      background-color: #ffc107;
    }

    /* Security & Support Section */
    .page-https-747-1-live-casino__security-support-section {
      padding: 60px 20px;
    }

    .page-https-747-1-live-casino__content-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-https-747-1-live-casino__security-item {
      background-color: #1a1a2e;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-https-747-1-live-casino__security-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-https-747-1-live-casino__security-title {
      font-size: 1.5em;
      color: #e0b000;
      margin-bottom: 10px;
    }

    .page-https-747-1-live-casino__security-description {
      font-size: 1em;
      color: #cccccc;
    }

    /* FAQ Section */
    .page-https-747-1-live-casino__faq-section {
      padding: 60px 20px;
      background-color: #22253d;
    }

    .page-https-747-1-live-casino__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-https-747-1-live-casino__faq-item {
      background-color: #1a1a2e;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-https-747-1-live-casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #2b2b4f;
      color: #f0f0f0;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
      box-sizing: border-box;
    }
    .page-https-747-1-live-casino__faq-question:hover {
      background-color: #3a3a60;
    }

    .page-https-747-1-live-casino__faq-title {
      margin: 0;
      color: #f0f0f0;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-https-747-1-live-casino__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e0b000;
      pointer-events: none; /* Prevent span from interfering with click event */
      transition: transform 0.3s ease;
    }

    .page-https-747-1-live-casino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #cccccc;
      background-color: #1a1a2e;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

    .page-https-747-1-live-casino__faq-answer p {
      margin: 0 0 15px 0;
      padding-top: 10px;
    }

    .page-https-747-1-live-casino__faq-item.active .page-https-747-1-live-casino__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-https-747-1-live-casino__faq-item.active .page-https-747-1-live-casino__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' visually */
    }

    /* Blog Section */
    .page-https-747-1-live-casino__blog-section {
      padding: 60px 20px;
    }

    .page-https-747-1-live-casino__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-https-747-1-live-casino__blog-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }
    .page-https-747-1-live-casino__blog-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-https-747-1-live-casino__blog-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-https-747-1-live-casino__blog-content {
      padding: 20px 15px;
    }

    .page-https-747-1-live-casino__blog-title {
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-https-747-1-live-casino__blog-title a {
      color: #e0b000;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .page-https-747-1-live-casino__blog-title a:hover {
      color: #ffc107;
    }

    .page-https-747-1-live-casino__blog-excerpt {
      font-size: 0.95em;
      color: #cccccc;
      margin-bottom: 15px;
    }

    .page-https-747-1-live-casino__blog-date {
      font-size: 0.85em;
      color: #888;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-https-747-1-live-casino__hero-title {
        font-size: 3em;
      }
      .page-https-747-1-live-casino__hero-subtitle {
        font-size: 1.2em;
      }
      .page-https-747-1-live-casino__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-https-747-1-live-casino__hero-section {
        padding: 40px 15px;
        min-height: 400px;
      }
      .page-https-747-1-live-casino__hero-title {
        font-size: 2.2em;
      }
      .page-https-747-1-live-casino__hero-subtitle {
        font-size: 1em;
      }
      .page-https-747-1-live-casino__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-https-747-1-live-casino__hero-button {
        width: 100%;
        max-width: 280px;
      }

      .page-https-747-1-live-casino__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-https-747-1-live-casino__payment-logo,
      .page-https-747-1-live-casino__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-https-747-1-live-casino__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-https-747-1-live-casino__paragraph {
        font-size: 1em;
        padding: 0 15px;
        text-align: left;
      }

      .page-https-747-1-live-casino__quick-access-section,
      .page-https-747-1-live-casino__games-section,
      .page-https-747-1-live-casino__promotions-section,
      .page-https-747-1-live-casino__security-support-section,
      .page-https-747-1-live-casino__faq-section,
      .page-https-747-1-live-casino__blog-section {
        padding: 40px 15px;
      }

      .page-https-747-1-live-casino__access-grid,
      .page-https-747-1-live-casino__game-categories,
      .page-https-747-1-live-casino__promo-grid,
      .page-https-747-1-live-casino__content-wrapper,
      .page-https-747-1-live-casino__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* List item responsive requirements - Apply to cards */
      .page-https-747-1-live-casino__access-card,
      .page-https-747-1-live-casino__game-card,
      .page-https-747-1-live-casino__promo-card,
      .page-https-747-1-live-casino__security-item,
      .page-https-747-1-live-casino__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
      }

      .page-https-747-1-live-casino__access-icon,
      .page-https-747-1-live-casino__game-image,
      .page-https-747-1-live-casino__promo-image,
      .page-https-747-1-live-casino__security-icon,
      .page-https-747-1-live-casino__blog-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
      }

      .page-https-747-1-live-casino__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-https-747-1-live-casino__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-https-747-1-live-casino__faq-answer {
        padding: 0 20px;
      }
      .page-https-747-1-live-casino__faq-item.active .page-https-747-1-live-casino__faq-answer {
        padding: 15px 20px !important;
      }
    }