
    /* Reset và cơ bản */
    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
      padding: 20px 0;
    }

    /* Fixed header spacing */
    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__hero-section {
      padding-top: 10px; /* Desktop */
      background-color: #0d47a1; /* Dark blue for hero */
      color: #fff;
      text-align: center;
      padding-bottom: 40px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__hero-section h1 {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #fff;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__hero-section p {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__container {
      max-width: 1200px;
      margin: 20px auto;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section h2 {
      color: #1a237e; /* Darker blue for section titles */
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section h3 {
      color: #283593; /* Medium blue for sub-titles */
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section p {
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section ul {
      list-style: disc inside;
      margin-bottom: 15px;
      padding-left: 20px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section ol {
      list-style: decimal inside;
      margin-bottom: 15px;
      padding-left: 20px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section li {
      margin-bottom: 8px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__image-wrapper img {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__summary {
      background-color: #e3f2fd; /* Light blue for summary */
      border-left: 5px solid #2196f3;
      padding: 20px;
      border-radius: 8px;
      margin-top: 30px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__summary p {
      font-style: italic;
      color: #1a237e;
    }

    /* FAQ Section */
    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-section {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-section h2 {
      color: #1a237e;
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-item {
      margin-bottom: 15px;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #f5f5f5;
      padding: 15px;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #0d47a1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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: #ffffff;
      color: #555;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__disclaimer {
      background-color: #fff3e0; /* Light orange for disclaimer */
      border-left: 5px solid #ff9800;
      padding: 20px;
      border-radius: 8px;
      margin-top: 30px;
      color: #e65100;
      font-size: 0.95em;
    }

    .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__disclaimer strong {
      color: #ff5722;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__hero-section {
        padding-top: 10px !important; /* Mobile */
        padding-bottom: 30px;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__hero-section h1 {
        font-size: 2em;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__hero-section p {
        font-size: 1em;
        padding: 0 15px;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__container {
        margin: 15px auto;
        padding: 0 15px;
        gap: 20px;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section {
        padding: 20px;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section h2 {
        font-size: 1.7em;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__section h3 {
        font-size: 1.3em;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__image-wrapper {
        margin: 20px 0;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__image-wrapper img {
        max-width: 100% !important; /* Important for images */
        height: auto !important; /* Important for images */
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-question {
        padding: 12px;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-how-to-play-3win-cockfighting-rules-and-process-explained__faq-answer {
        padding: 15px !important;
      }
    }
  