
    :root {
      --primary-color: #e44d26; /* Màu cam đỏ đậm */
      --secondary-color: #333333; /* Xám đậm */
      --accent-color: #f7b731; /* Vàng cam */
      --text-color: #333333;
      --light-text-color: #ffffff;
      --background-color: #f8f8f8;
      --card-background: #ffffff;
      --border-color: #e0e0e0;
      --shadow-color: rgba(0, 0, 0, 0.1);
    }

    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-color);
      margin: 0;
      padding: 0;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__hero-section {
      position: relative;
      width: 100%;
      height: 350px;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--light-text-color);
      padding-top: 10px; /* Fixed nav spacing */
      box-sizing: border-box;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
      z-index: -1;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
      max-width: 800px;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--light-text-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__hero-description {
      font-size: 1.2em;
      line-height: 1.5;
      color: #e0e0e0;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__section {
      background-color: var(--card-background);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px var(--shadow-color);
      margin-bottom: 30px;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__section-title {
      color: var(--primary-color);
      font-size: 2em;
      margin-top: 0;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--accent-color);
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__subsection-title {
      color: var(--secondary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__content-paragraph {
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 20px 0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__list {
      list-style: disc;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__list-item {
      margin-bottom: 8px;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background-color: var(--primary-color);
      color: var(--light-text-color);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__call-to-action-text {
      font-size: 1.5em;
      margin-bottom: 20px;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__button {
      display: inline-block;
      background-color: var(--accent-color);
      color: var(--secondary-color);
      padding: 15px 30px;
      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-fabet-sports-betting-quick-start-guide-for-beginners__button:hover {
      background-color: #ffc107;
      transform: translateY(-2px);
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-section {
      margin-top: 40px;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-item {
      background-color: var(--card-background);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px var(--shadow-color);
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f0f0f0;
      border-bottom: 1px solid var(--border-color);
      transition: background-color 0.3s ease;
    }

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

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--primary-color);
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      transform: rotate(45deg);
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: var(--card-background);
    }

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

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--accent-color);
      color: var(--secondary-color);
      padding: 15px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      display: flex;
      align-items: center;
      gap: 15px;
      animation: page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__float 2s ease-in-out infinite;
      transition: transform 0.3s ease-in-out;
    }

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

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad-close {
      position: absolute;
      top: 5px;
      right: 10px;
      font-size: 1.2em;
      cursor: pointer;
      color: var(--secondary-color);
      opacity: 0.7;
      transition: opacity 0.2s ease;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad-close:hover {
      opacity: 1;
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad-text {
      font-weight: bold;
      font-size: 1.1em;
      margin: 0;
      color: var(--secondary-color);
    }

    .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad-button {
      background-color: var(--primary-color);
      color: var(--light-text-color);
      padding: 10px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

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

    @keyframes page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
      100% { transform: translateY(0px); }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners {
        padding: 15px;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__hero-section {
        height: 250px;
        margin-bottom: 30px;
        padding-top: 10px; /* Fixed nav spacing */
      }

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

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__hero-description {
        font-size: 1em;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__section-title {
        font-size: 1.8em;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__subsection-title {
        font-size: 1.3em;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__call-to-action {
        padding: 20px;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__call-to-action-text {
        font-size: 1.2em;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__button {
        padding: 12px 25px;
        font-size: 1em;
      }

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

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

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__faq-answer {
        padding: 0 15px;
      }

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

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad {
        bottom: 15px;
        right: 15px;
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: calc(100% - 30px);
        max-width: 300px;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad-close {
        top: 8px;
        right: 8px;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad-text {
        font-size: 0.95em;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__floating-ad-button {
        width: 100%;
        text-align: center;
      }

      /* Image responsive */
      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-resources-how-to-play-fabet-sports-betting-quick-start-guide-for-beginners__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  