
    /* Base styles for the page */
    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding: 20px;
      padding-top: 10px; /* For fixed header on desktop */
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__container {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__hero-section {
      background: linear-gradient(135deg, #1a2a6c 0%, #b21f1f 100%);
      color: #ffffff;
      padding: 60px 30px;
      text-align: center;
      border-radius: 8px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      padding-top: 70px; /* Adjust for fixed header */
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('[GALLERY:background:the_thao,ca_cuoc,hero,pattern]');
        background-size: cover;
        opacity: 0.1;
        z-index: 0;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__hero-content {
        position: relative;
        z-index: 1;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      line-height: 1.2;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px;
      opacity: 0.9;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__cta-button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 12px 28px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 80px;
      height: 4px;
      background-color: #b21f1f;
      border-radius: 2px;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__subsection-title {
      font-size: 1.8em;
      color: #b21f1f;
      margin-top: 30px;
      margin-bottom: 15px;
      border-bottom: 2px solid #eee;
      padding-bottom: 8px;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__sub-subsection-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-top: 25px;
      margin-bottom: 10px;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__content-paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
      color: #555;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__image-wrapper {
      margin: 30px 0;
      text-align: center;
      background-color: #f0f0f0;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__image {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
      display: block;
      margin: 0 auto;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 20px;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__list-item {
      background-color: #e9ecef;
      margin-bottom: 10px;
      padding: 12px 20px;
      border-radius: 6px;
      display: flex;
      align-items: flex-start;
      font-size: 1.05em;
      color: #333;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__list-item::before {
      content: '✓';
      color: #b21f1f;
      font-weight: bold;
      margin-right: 10px;
      font-size: 1.2em;
      line-height: 1;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__info-box {
      background-color: #fff3cd;
      border-left: 5px solid #ffc107;
      padding: 20px;
      margin: 30px 0;
      border-radius: 8px;
      color: #664d03;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__info-box-title {
      color: #664d03;
      font-size: 1.3em;
      margin-top: 0;
      margin-bottom: 10px;
    }

    /* FAQ Section Styles */
    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-section {
      margin-top: 40px;
      background-color: #f0f4f7;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-item {
      background-color: #ffffff;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      background-color: #eef1f4;
      border-bottom: 1px solid #dee2e6;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-question:hover {
      background-color: #e2e6ea;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #b21f1f;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      transform: rotate(45deg); /* Change + to X or a dash visually */
      color: #1a2a6c;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      opacity: 0;
      color: #555;
      font-size: 1.05em;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Floating Ad Menu */
    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__floating-ad {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #ffc107;
        color: #333;
        padding: 15px 20px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        text-align: center;
        max-width: 250px;
        transition: transform 0.3s ease;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__floating-ad:hover {
        transform: translateY(-5px);
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__floating-ad-title {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
        color: #1a2a6c;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__floating-ad-button {
        display: block;
        background-color: #b21f1f;
        color: #ffffff;
        padding: 10px 15px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__floating-ad-button:hover {
        background-color: #8e1a1a;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners {
        padding: 10px;
        padding-top: 10px !important; /* For fixed header on mobile */
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__container {
        padding: 15px;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__hero-section {
        padding: 40px 15px;
        padding-top: 50px !important; /* Adjust for fixed header */
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__hero-title {
        font-size: 2em;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__subsection-title {
        font-size: 1.5em;
        margin-top: 25px;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__sub-subsection-title {
        font-size: 1.2em;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__content-paragraph,
      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__list-item,
      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__info-box {
        font-size: 0.95em;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__image-wrapper {
        margin: 20px 0;
        padding: 10px;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-question {
        padding: 15px 20px;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-question h3 {
        font-size: 1.1em;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-toggle {
        font-size: 1.5em;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__faq-answer {
        padding: 15px 20px !important;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__floating-ad {
          bottom: 10px;
          right: 10px;
          max-width: 200px;
          padding: 10px 15px;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__floating-ad-title {
          font-size: 1em;
      }

      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__floating-ad-button {
          padding: 8px 12px;
          font-size: 0.9em;
      }

      /* Ensure images are responsive */
      .page-resources-how-to-play-nohu52-sports-betting-quick-start-guide-for-beginners__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  