
    :root {
      --page-livecockfightingtotay__primary-color: #e44d26; /* Cam đỏ */
      --page-livecockfightingtotay__secondary-color: #f7931e; /* Cam */
      --page-livecockfightingtotay__background-dark: #1a1a1a; /* Nền tối */
      --page-livecockfightingtotay__text-light: #ffffff; /* Chữ sáng */
      --page-livecockfightingtotay__text-grey: #cccccc; /* Chữ xám */
      --page-livecockfightingtotay__accent-yellow: #ffc107; /* Vàng nhấn */
      --page-livecockfightingtotay__border-color: #333333; /* Màu viền */
    }

    .page-livecockfightingtotay {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: var(--page-livecockfightingtotay__text-light);
      background-color: var(--page-livecockfightingtotay__background-dark);
      overflow-x: hidden;
    }

    .page-livecockfightingtotay__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 15px;
    }

    .page-livecockfightingtotay__hero-section {
      position: relative;
      width: 100%;
      min-height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--page-livecockfightingtotay__text-light);
      overflow: hidden;
      padding-top: 10px; /* For fixed header */
    }

    .page-livecockfightingtotay__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      max-width: 100%; /* Ensure responsive image */
      height: auto; /* Ensure responsive image */
    }

    .page-livecockfightingtotay__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 2;
    }

    .page-livecockfightingtotay__hero-content {
      position: relative;
      z-index: 3;
      padding: 20px;
    }

    .page-livecockfightingtotay__hero-title {
      font-size: 2.5em;
      margin-bottom: 10px;
      color: var(--page-livecockfightingtotay__accent-yellow);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-livecockfightingtotay__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 20px;
      color: var(--page-livecockfightingtotay__text-light);
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-livecockfightingtotay__button {
      display: inline-block;
      background-color: var(--page-livecockfightingtotay__primary-color);
      color: var(--page-livecockfightingtotay__text-light);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-livecockfightingtotay__button:hover {
      background-color: var(--page-livecockfightingtotay__secondary-color);
      transform: translateY(-2px);
    }

    .page-livecockfightingtotay__section-title {
      font-size: 2em;
      color: var(--page-livecockfightingtotay__accent-yellow);
      text-align: center;
      margin: 40px 0 20px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-livecockfightingtotay__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: var(--page-livecockfightingtotay__primary-color);
    }

    .page-livecockfightingtotay__text-block {
      background-color: #222222;
      padding: 25px;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      color: var(--page-livecockfightingtotay__text-grey);
    }

    .page-livecockfightingtotay__text-block h2 {
      color: var(--page-livecockfightingtotay__accent-yellow);
      font-size: 1.8em;
      margin-top: 0;
      margin-bottom: 15px;
    }

    .page-livecockfightingtotay__text-block h3 {
      color: var(--page-livecockfightingtotay__primary-color);
      font-size: 1.4em;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .page-livecockfightingtotay__text-block p {
      margin-bottom: 15px;
    }

    .page-livecockfightingtotay__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-livecockfightingtotay__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-livecockfightingtotay__border-color);
    }

    .page-livecockfightingtotay__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-livecockfightingtotay__game-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .page-livecockfightingtotay__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }

    .page-livecockfishingtotay__game-card:hover .page-livecockfishingtotay__game-image {
      transform: scale(1.05);
    }

    .page-livecockfightingtotay__game-content {
      padding: 20px;
      text-align: center;
    }

    .page-livecockfightingtotay__game-title {
      font-size: 1.5em;
      color: var(--page-livecockfightingtotay__primary-color);
      margin-bottom: 10px;
    }

    .page-livecockfightingtotay__game-description {
      color: var(--page-livecockfightingtotay__text-grey);
      font-size: 0.95em;
      margin-bottom: 15px;
    }

    .page-livecockfightingtotay__cta-section {
      text-align: center;
      padding: 50px 20px;
      background-color: #222222;
      margin-top: 50px;
      border-top: 3px solid var(--page-livecockfightingtotay__primary-color);
    }

    .page-livecockfightingtotay__cta-title {
      font-size: 2.2em;
      color: var(--page-livecockfightingtotay__accent-yellow);
      margin-bottom: 20px;
    }

    .page-livecockfightingtotay__cta-description {
      font-size: 1.1em;
      color: var(--page-livecockfightingtotay__text-light);
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-livecockfightingtotay__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-livecockfightingtotay__primary-color);
      color: var(--page-livecockfightingtotay__text-light);
      padding: 15px 25px;
      border-radius: 50px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      font-weight: bold;
      font-size: 1.1em;
      text-decoration: none;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease, transform 0.2s ease;
      animation: page-livecockfightingtotay__pulse 2s infinite;
    }

    .page-livecockfightingtotay__floating-button:hover {
      background-color: var(--page-livecockfightingtotay__secondary-color);
      transform: scale(1.05);
    }

    @keyframes page-livecockfightingtotay__pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.03); }
      100% { transform: scale(1); }
    }

    /* FAQ Section Styles */
    .page-livecockfightingtotay__faq-section {
      margin-top: 50px;
      padding-bottom: 50px;
    }

    .page-livecockfightingtotay__faq-list {
      max-width: 800px;
      margin: 30px auto 0;
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

    .page-livecockfightingtotay__faq-item {
      border-bottom: 1px solid var(--page-livecockfightingtotay__border-color);
    }

    .page-livecockfightingtotay__faq-item:last-child {
      border-bottom: none;
    }

    .page-livecockfightingtotay__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #333333;
      transition: background-color 0.3s ease;
    }

    .page-livecockfightingtotay__faq-question:hover {
      background-color: #444444;
    }

    .page-livecockfightingtotay__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-livecockfightingtotay__text-light);
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-livecockfightingtotay__faq-toggle {
      font-size: 1.5em;
      color: var(--page-livecockfightingtotay__primary-color);
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-livecockfightingtotay__faq-item.active .page-livecockfightingtotay__faq-toggle {
      transform: rotate(45deg);
      color: var(--page-livecockfightingtotay__accent-yellow);
    }

    .page-livecockfightingtotay__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2a2a2a;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--page-livecockfightingtotay__text-grey);
    }

    .page-livecockfightingtotay__faq-item.active .page-livecockfightingtotay__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-livecockfightingtotay__faq-answer p {
      margin-bottom: 10px;
    }

    .page-livecockfightingtotay__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 20px 0;
      text-align: center;
    }

    .page-livecockfightingtotay__image-wrapper img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; /* Center images */
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-livecockfightingtotay__container {
        padding: 15px;
      }

      .page-livecockfightingtotay__hero-title {
        font-size: 1.8em;
      }

      .page-livecockfightingtotay__hero-subtitle {
        font-size: 1em;
      }

      .page-livecockfightingtotay__section-title {
        font-size: 1.8em;
        margin-top: 30px;
      }

      .page-livecockfightingtotay__text-block {
        padding: 20px;
      }

      .page-livecockfightingtotay__text-block h2 {
        font-size: 1.5em;
      }

      .page-livecockfightingtotay__text-block h3 {
        font-size: 1.2em;
      }

      .page-livecockfightingtotay__game-grid {
        grid-template-columns: 1fr;
      }

      .page-livecockfightingtotay__game-image-wrapper {
        height: 180px;
      }

      .page-livecockfightingtotay__game-title {
        font-size: 1.3em;
      }

      .page-livecockfightingtotay__cta-title {
        font-size: 1.8em;
      }

      .page-livecockfightingtotay__cta-description {
        font-size: 1em;
      }

      .page-livecockfightingtotay__floating-button {
        padding: 12px 20px;
        font-size: 1em;
        bottom: 15px;
        right: 15px;
      }

      .page-livecockfightingtotay__faq-question {
        padding: 15px 20px;
      }

      .page-livecockfightingtotay__faq-question h3 {
        font-size: 1em;
      }

      .page-livecockfightingtotay__faq-toggle {
        font-size: 1.3em;
      }

      .page-livecockfightingtotay__faq-answer {
        padding: 0 20px;
      }

      .page-livecockfightingtotay__faq-item.active .page-livecockfightingtotay__faq-answer {
        padding: 15px 20px !important;
      }

      .page-livecockfightingtotay__image-wrapper img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  