
    /* CSS Styles for the page */
    :root {
      --primary-color: #e44d26; /* A strong, engaging color */
      --secondary-color: #f7f7f7; /* Light background */
      --text-color: #333;
      --heading-color: #222;
      --border-color: #ddd;
      --accent-color: #5cb85c; /* For success/highlights */
      --danger-color: #d9534f; /* For warnings/risks */
    }

    body {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: #f0f2f5; /* Lighter background for the whole site */
      margin: 0;
      padding: 0;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      overflow: hidden;
    }

    /* Hero Section */
    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-section {
      position: relative;
      padding-top: 10px; /* For fixed header */
      margin-bottom: 30px;
      text-align: center;
      color: #fff;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      position: relative;
      height: 350px; /* Fixed height for hero image */
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-title {
      font-size: 2.8em;
      margin-bottom: 10px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-subtitle {
      font-size: 1.3em;
      max-width: 800px;
      line-height: 1.4;
      color: #eee;
    }

    /* General Content Styling */
    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__section {
      padding: 20px 0;
      margin-bottom: 20px;
      border-bottom: 1px solid var(--border-color);
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__section:last-of-type {
      border-bottom: none;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__heading-2 {
      font-size: 2em;
      color: var(--heading-color);
      margin-bottom: 20px;
      border-left: 5px solid var(--primary-color);
      padding-left: 15px;
      line-height: 1.2;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__heading-3 {
      font-size: 1.5em;
      color: var(--heading-color);
      margin-top: 25px;
      margin-bottom: 15px;
      line-height: 1.3;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__paragraph {
      margin-bottom: 15px;
      line-height: 1.7;
      font-size: 1.05em;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__image-wrapper {
      margin: 25px 0;
      text-align: center;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
      font-size: 1.05em;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__list-item {
      margin-bottom: 8px;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__highlight {
      background-color: #fff3cd;
      padding: 10px 15px;
      border-left: 4px solid var(--primary-color);
      margin: 20px 0;
      border-radius: 4px;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__call-to-action {
      text-align: center;
      margin: 40px 0;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--primary-color);
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__button:hover {
      background-color: #c7401f;
    }

    /* FAQ Section */
    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-section {
      margin-top: 40px;
      background-color: var(--secondary-color);
      padding: 30px;
      border-radius: 8px;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-item {
      border: 1px solid var(--border-color);
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
      background-color: #fff;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background-color: #f9f9f9;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: var(--heading-color);
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-question:hover {
      background-color: #eee;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
      content: "−"; /* Visually change to minus sign */
    }

    .page-resources-how-to-play-33win01-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;
      color: var(--text-color);
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-item.active .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Summary and Risk Section */
    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__summary,
    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__risk-warning {
      background-color: #fdfdfd;
      border: 1px solid var(--border-color);
      padding: 20px;
      border-radius: 8px;
      margin-top: 30px;
      line-height: 1.7;
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__risk-warning {
      background-color: #fef8f8;
      border-left: 5px solid var(--danger-color);
    }

    .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__risk-warning strong {
      color: var(--danger-color);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained {
        padding: 15px;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-section {
        padding-top: 10px; /* For fixed header on mobile */
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-image-container {
        height: 250px; /* Adjust height for mobile */
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-title {
        font-size: 2em;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__heading-2 {
        font-size: 1.6em;
        padding-left: 10px;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__heading-3 {
        font-size: 1.3em;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__paragraph,
      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__list-item,
      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-question {
        font-size: 0.95em;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__faq-section {
        padding: 20px;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__content-image {
        max-width: 100% !important; /* Ensure responsive images */
        height: auto !important;
      }

      .page-resources-how-to-play-33win01-cockfighting-rules-and-process-explained__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  