
    :root {
      --page-cockfightingtoday-primary-color: #e44d26; /* Cam đỏ */
      --page-cockfightingtoday-secondary-color: #333; /* Xám đậm */
      --page-cockfightingtoday-accent-color: #f7a800; /* Vàng cam */
      --page-cockfightingtoday-text-color: #333; /* Xám đậm */
      --page-cockfightingtoday-light-text-color: #666; /* Xám nhạt */
      --page-cockfightingtoday-background-color: #f8f8f8; /* Nền sáng */
      --page-cockfightingtoday-white: #ffffff;
      --page-cockfightingtoday-border-color: #ddd;
    }

    .page-cockfightingtoday {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: var(--page-cockfightingtoday-text-color);
      background-color: var(--page-cockfightingtoday-background-color);
      padding: 20px 0;
    }

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

    .page-cockfightingtoday h1,
    .page-cockfightingtoday h2,
    .page-cockfightingtoday h3 {
      color: var(--page-cockfightingtoday-primary-color);
      margin-bottom: 15px;
      font-weight: 700;
    }

    .page-cockfightingtoday h1 {
      font-size: 2.5em;
      text-align: center;
      margin-bottom: 30px;
      color: var(--page-cockfightingtoday-secondary-color);
    }

    .page-cockfightingtoday h2 {
      font-size: 2em;
      border-bottom: 2px solid var(--page-cockfightingtoday-primary-color);
      padding-bottom: 10px;
      margin-top: 40px;
    }

    .page-cockfightingtoday h3 {
      font-size: 1.5em;
      color: var(--page-cockfightingtoday-accent-color);
      margin-top: 30px;
    }

    .page-cockfightingtoday p {
      margin-bottom: 15px;
      font-size: 1.05em;
    }

    .page-cockfightingtoday ul {
      list-style: disc;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .page-cockfightingtoday ol {
      list-style: decimal;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .page-cockfightingtoday li {
      margin-bottom: 8px;
    }

    .page-cockfightingtoday a {
      color: var(--page-cockfightingtoday-primary-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-cockfightingtoday a:hover {
      color: var(--page-cockfightingtoday-accent-color);
      text-decoration: underline;
    }

    .page-cockfightingtoday .section-highlight {
      background-color: var(--page-cockfightingtoday-white);
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin-bottom: 30px;
    }

    .page-cockfightingtoday .button-primary {
      display: inline-block;
      background-color: var(--page-cockfightingtoday-primary-color);
      color: var(--page-cockfightingtoday-white);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      font-size: 1.1em;
      margin-top: 20px;
    }

    .page-cockfightingtoday .button-primary:hover {
      background-color: var(--page-cockfightingtoday-accent-color);
      transform: translateY(-2px);
      text-decoration: none;
    }

    .page-cockfightingtoday .image-full-width {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin: 25px 0;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

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

    .page-cockfightingtoday .card {
      background-color: var(--page-cockfightingtoday-white);
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-cockfightingtoday .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .page-cockfightingtoday .card img {
      max-width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 5px;
      margin-bottom: 15px;
    }

    .page-cockfightingtoday .card h4 {
      color: var(--page-cockfightingtoday-secondary-color);
      font-size: 1.25em;
      margin-bottom: 10px;
    }

    .page-cockfightingtoday .card p {
      font-size: 0.95em;
      color: var(--page-cockfightingtoday-light-text-color);
    }

    .page-cockfightingtoday .call-to-action-banner {
      background: linear-gradient(90deg, var(--page-cockfightingtoday-primary-color) 0%, var(--page-cockfightingtoday-accent-color) 100%);
      color: var(--page-cockfightingtoday-white);
      padding: 40px 20px;
      text-align: center;
      border-radius: 8px;
      margin-top: 40px;
    }

    .page-cockfightingtoday .call-to-action-banner h2 {
      color: var(--page-cockfightingtoday-white);
      font-size: 2.2em;
      margin-bottom: 15px;
      border-bottom: none;
      padding-bottom: 0;
    }

    .page-cockfightingtoday .call-to-action-banner p {
      font-size: 1.2em;
      margin-bottom: 25px;
      color: var(--page-cockfightingtoday-white);
    }

    .page-cockfightingtoday .faq-item {
      background-color: var(--page-cockfightingtoday-white);
      border: 1px solid var(--page-cockfightingtoday-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-cockfightingtoday .faq-question {
      padding: 15px 20px;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--page-cockfightingtoday-secondary-color);
      background-color: #f0f0f0;
      transition: background-color 0.3s ease;
    }

    .page-cockfightingtoday .faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-cockfightingtoday .faq-question::after {
      content: '+';
      font-size: 1.5em;
      transition: transform 0.3s ease;
    }

    .page-cockfightingtoday .faq-question.active::after {
      content: '-';
      transform: rotate(180deg);
    }

    .page-cockfightingtoday .faq-answer {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-out, padding 0.4s ease-out;
      color: var(--page-cockfightingtoday-text-color);
    }

    .page-cockfightingtoday .faq-answer.active {
      max-height: 200px; /* Adjust as needed */
      padding: 15px 20px;
    }

    .page-cockfightingtoday .floating-promotion-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-cockfightingtoday-primary-color);
      color: var(--page-cockfightingtoday-white);
      padding: 15px 20px;
      border-radius: 50px;
      text-align: center;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      animation: page-cockfightingtoday-pulse 2s infinite;
    }

    .page-cockfightingtoday .floating-promotion-button:hover {
      background-color: var(--page-cockfightingtoday-accent-color);
      transform: scale(1.05);
      animation: none;
    }

    @keyframes page-cockfightingtoday-pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-cockfightingtoday h1 {
        font-size: 2em;
      }
      .page-cockfightingtoday h2 {
        font-size: 1.7em;
      }
      .page-cockfightingtoday h3 {
        font-size: 1.3em;
      }
      .page-cockfightingtoday .grid-3-col {
        grid-template-columns: 1fr;
      }
      .page-cockfightingtoday .call-to-action-banner h2 {
        font-size: 1.8em;
      }
      .page-cockfightingtoday .call-to-action-banner p {
        font-size: 1em;
      }
      .page-cockfightingtoday .floating-promotion-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 18px;
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-cockfightingtoday h1 {
        font-size: 1.8em;
      }
      .page-cockfightingtoday h2 {
        font-size: 1.5em;
      }
      .page-cockfightingtoday .section-highlight,
      .page-cockfightingtoday .card,
      .page-cockfightingtoday .call-to-action-banner {
        padding: 20px;
      }
    }
  