
    .page-thomo-cockfighting {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 20px;
    }

    .page-thomo-cockfighting__hero-section {
      padding-top: 10px;
    }

    .page-thomo-cockfighting__section-title {
      font-size: 28px;
      color: #c00;
      text-align: center;
      margin-bottom: 25px;
      padding: 0 15px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-thomo-cockfighting__text-content {
      padding: 0 15px;
      margin-bottom: 20px;
      text-align: justify;
    }

    /* Hero Section */
    .page-thomo-cockfighting__hero-section {
      position: relative;
      overflow: hidden;
      background-color: #000;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      min-height: 400px;
    }

    .page-thomo-cockfighting__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.6;
      z-index: 1;
      max-width: 100%;
      height: auto;
    }

    .page-thomo-cockfighting__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      max-width: 90%;
    }

    .page-thomo-cockfighting__hero-title {
      font-size: 32px;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: bold;
      color: #ffcc00;
    }

    .page-thomo-cockfighting__hero-description {
      font-size: 18px;
      margin-bottom: 25px;
    }

    .page-thomo-cockfighting__hero-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-thomo-cockfighting__button {
      padding: 12px 25px;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      color: #fff;
    }

    .page-thomo-cockfighting__button--primary {
      background-color: #c00;
      color: #fff;
    }

    .page-thomo-cockfighting__button--primary:hover {
      background-color: #a00;
      transform: translateY(-2px);
    }

    .page-thomo-cockfighting__button--secondary {
      background-color: #007bff;
      color: #fff;
    }

    .page-thomo-cockfighting__button--secondary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-thomo-cockfighting__button--external {
      background-color: #28a745;
      color: #fff;
    }

    .page-thomo-cockfighting__button--external:hover {
      background-color: #218838;
      transform: translateY(-2px);
    }

    .page-thomo-cockfighting__button--large {
      padding: 15px 30px;
      font-size: 18px;
    }

    /* About Section */
    .page-thomo-cockfighting__about-section {
      padding: 30px 0;
      background-color: #fff;
      text-align: center;
    }

    .page-thomo-cockfighting__content-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    /* Features Section */
    .page-thomo-cockfighting__features-section {
      padding: 30px 0;
      background-color: #f1f1f1;
    }

    .page-thomo-cockfighting__feature-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 25px;
      padding: 0 15px;
    }

    .page-thomo-cockfighting__feature-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      text-align: center;
      box-sizing: border-box;
    }

    .page-thomo-cockfighting__feature-icon {
      width: 200px; /* Adjusted to meet min size requirement */
      height: 150px; /* Adjusted to meet min size requirement */
      object-fit: contain;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-thomo-cockfighting__feature-title {
      font-size: 22px;
      color: #c00;
      margin-bottom: 10px;
    }

    .page-thomo-cockfighting__feature-description {
      font-size: 15px;
      color: #555;
    }

    /* How-to-Play Section */
    .page-thomo-cockfighting__how-to-play-section {
      padding: 30px 0;
      background-color: #fff;
    }

    .page-thomo-cockfighting__steps-container {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 0 15px;
    }

    .page-thomo-cockfighting__step-item {
      background-color: #fdfdfd;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      text-align: center;
      box-sizing: border-box;
    }

    .page-thomo-cockfighting__step-image {
      max-width: 100%;
      height: auto;
      margin-bottom: 15px;
      border-radius: 5px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-thomo-cockfighting__step-title {
      font-size: 20px;
      color: #c00;
      margin-bottom: 10px;
    }

    .page-thomo-cockfighting__step-description {
      font-size: 15px;
      color: #555;
    }

    /* Promo Section */
    .page-thomo-cockfighting__promo-section {
      padding: 30px 0;
      background-color: #e6e6e6;
      text-align: center;
    }

    .page-thomo-cockfighting__promo-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 0 15px;
    }

    .page-thomo-cockfighting__promo-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-thomo-cockfighting__promo-text {
      text-align: justify;
    }

    /* FAQ Section */
    .page-thomo-cockfighting__faq-section {
      padding: 30px 0;
      background-color: #fff;
    }

    .page-thomo-cockfighting__faq-container {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-thomo-cockfighting__faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
      background-color: #fdfdfd;
      box-sizing: border-box;
    }

    .page-thomo-cockfighting__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #eee;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-thomo-cockfighting__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-thomo-cockfighting__faq-question h3 {
      margin: 0;
      font-size: 18px;
      color: #c00;
      pointer-events: none;
    }

    .page-thomo-cockfighting__faq-toggle {
      font-size: 24px;
      line-height: 1;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      pointer-events: none;
      color: #c00;
    }

    .page-thomo-cockfighting__faq-item.active .page-thomo-cockfighting__faq-toggle {
      transform: rotate(45deg);
    }

    .page-thomo-cockfighting__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: #555;
      text-align: justify;
    }

    .page-thomo-cockfighting__faq-item.active .page-thomo-cockfighting__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-thomo-cockfighting__faq-answer p {
      margin: 0;
    }

    /* CTA Section */
    .page-thomo-cockfighting__cta-section {
      padding: 40px 15px;
      background-color: #c00;
      color: #fff;
      text-align: center;
    }

    .page-thomo-cockfighting__cta-section .page-thomo-cockfighting__section-title {
      color: #ffcc00;
      margin-bottom: 20px;
    }

    .page-thomo-cockfighting__cta-section .page-thomo-cockfighting__text-content {
      color: #fff;
      font-size: 18px;
      margin-bottom: 30px;
    }

    /* Responsive Design */
    @media (min-width: 768px) {
      .page-thomo-cockfighting__section-title {
        font-size: 36px;
      }

      .page-thomo-cockfighting__hero-title {
        font-size: 48px;
      }

      .page-thomo-cockfighting__hero-description {
        font-size: 20px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
      }

      .page-thomo-cockfighting__text-content {
        padding: 0 50px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
      }

      .page-thomo-cockfighting__feature-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 50px;
      }

      .page-thomo-cockfighting__steps-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 50px;
      }

      .page-thomo-cockfighting__step-item {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
      }

      .page-thomo-cockfighting__promo-content {
        flex-direction: row;
        padding: 0 50px;
        text-align: left;
      }

      .page-thomo-cockfighting__promo-image {
        flex: 1;
        max-width: 50%;
        margin-right: 30px;
      }

      .page-thomo-cockfighting__promo-text {
        flex: 1;
        max-width: 50%;
      }
    }

    @media (min-width: 1024px) {
      .page-thomo-cockfighting__feature-grid {
        grid-template-columns: repeat(4, 1fr);
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
      }

      .page-thomo-cockfighting__steps-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
      }

      .page-thomo-cockfighting__step-item {
        flex: 0 0 calc(20% - 20px);
        max-width: calc(20% - 20px);
      }

      .page-thomo-cockfighting__promo-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
      }
    }

    /* Mobile specific overrides for list items (features, steps, faq) */
    @media (max-width: 768px) {
      .page-thomo-cockfighting__feature-item,
      .page-thomo-cockfighting__step-item,
      .page-thomo-cockfighting__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-thomo-cockfighting__feature-grid,
      .page-thomo-cockfighting__steps-container,
      .page-thomo-cockfighting__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-thomo-cockfighting__hero-buttons {
        flex-direction: column;
      }

      .page-thomo-cockfighting__button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
      }

      .page-thomo-cockfighting__promo-content {
        flex-direction: column;
      }
    }

    /* Ensure image responsiveness for all images */
    .page-thomo-cockfighting img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
      display: block;
    }

    /* Ensure all image containers are responsive */
    .page-thomo-cockfighting__hero-section,
    .page-thomo-cockfighting__about-section,
    .page-thomo-cockfighting__features-section,
    .page-thomo-cockfighting__how-to-play-section,
    .page-thomo-cockfighting__promo-section {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    /* Ensure good contrast for text */
    .page-thomo-cockfighting__hero-description,
    .page-thomo-cockfighting__cta-section .page-thomo-cockfighting__text-content {
      color: #fff;
    }
    .page-thomo-cockfighting__hero-title {
      color: #ffcc00;
    }
    .page-thomo-cockfighting__section-title,
    .page-thomo-cockfighting__feature-title,
    .page-thomo-cockfighting__step-title,
    .page-thomo-cockfighting__faq-question h3,
    .page-thomo-cockfighting__faq-toggle {
      color: #c00;
    }
    .page-thomo-cockfighting__text-content,
    .page-thomo-cockfighting__feature-description,
    .page-thomo-cockfighting__step-description,
    .page-thomo-cockfighting__faq-answer p {
      color: #333;
    }
    .page-thomo-cockfighting__faq-question {
      background-color: #eee;
    }
    .page-thomo-cockfighting__button--primary,
    .page-thomo-cockfighting__button--secondary,
    .page-thomo-cockfighting__button--external {
      color: #fff;
    }
  