.page-resources-betting-strategy-cockfighting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-betting-strategy-cockfighting a {
  color: #A80000;
  text-decoration: none;
}

.page-resources-betting-strategy-cockfighting a:hover {
  text-decoration: underline;
}

.page-resources-betting-strategy-cockfighting__hero {
  background: linear-gradient(135deg, #A80000 0%, #CC3333 100%);
  color: #fff;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-resources-betting-strategy-cockfighting__hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-resources-betting-strategy-cockfighting__back-link {
  display: inline-block;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 0.9em;
  transition: color 0.3s ease;
}

.page-resources-betting-strategy-cockfighting__back-link:hover {
  color: #fff;
}

.page-resources-betting-strategy-cockfighting__title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.page-resources-betting-strategy-cockfighting__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #eee;
}

.page-resources-betting-strategy-cockfighting__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #A80000;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-betting-strategy-cockfighting__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-betting-strategy-cockfighting__article-section {
  padding: 60px 20px;
  background-color: #fff;
}

.page-resources-betting-strategy-cockfighting__article-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.page-resources-betting-strategy-cockfighting__article-content {
  flex: 3;
  min-width: 300px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-betting-strategy-cockfighting__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
}

.page-resources-betting-strategy-cockfighting__heading {
  font-size: 2em;
  color: #A80000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
  font-weight: 700;
}

.page-resources-betting-strategy-cockfighting__sub-heading {
  font-size: 1.5em;
  color: #666;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-betting-strategy-cockfighting__article-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #555;
}

.page-resources-betting-strategy-cockfighting__article-content ul li {
  margin-bottom: 0.5em;
}

.page-resources-betting-strategy-cockfighting__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-betting-strategy-cockfighting__cta-block {
  background-color: #f2f2f2;
  border-left: 5px solid #A80000;
  padding: 30px;
  margin-top: 50px;
  border-radius: 8px;
  text-align: center;
}

.page-resources-betting-strategy-cockfighting__cta-block p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #333;
}

.page-resources-betting-strategy-cockfighting__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin-right: 15px;
}

.page-resources-betting-strategy-cockfighting__sidebar {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-resources-betting-strategy-cockfighting__sidebar-heading {
  font-size: 1.6em;
  color: #A80000;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFD700;
}

.page-resources-betting-strategy-cockfighting__related-posts {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-betting-strategy-cockfighting__related-posts li {
  margin-bottom: 15px;
}

.page-resources-betting-strategy-cockfighting__related-posts li a {
  display: block;
  color: #555;
  font-size: 1.05em;
  transition: color 0.3s ease;
}

.page-resources-betting-strategy-cockfighting__related-posts li a:hover {
  color: #A80000;
  text-decoration: none;
}

.page-resources-betting-strategy-cockfighting__sidebar-promo {
  background-color: #fff3e0;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  border: 1px dashed #FFD700;
}

.page-resources-betting-strategy-cockfighting__sidebar-promo p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #666;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-betting-strategy-cockfighting__article-container {
    flex-direction: column;
  }

  .page-resources-betting-strategy-cockfighting__article-content,
  .page-resources-betting-strategy-cockfighting__sidebar {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-resources-betting-strategy-cockfighting__hero {
    padding: 80px 15px;
  }

  .page-resources-betting-strategy-cockfighting__title {
    font-size: 2.5em;
  }

  .page-resources-betting-strategy-cockfighting__subtitle {
    font-size: 1.1em;
  }

  .page-resources-betting-strategy-cockfighting__cta-button--large {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .page-resources-betting-strategy-cockfighting__hero {
    padding: 60px 15px;
  }

  .page-resources-betting-strategy-cockfighting__title {
    font-size: 2em;
  }

  .page-resources-betting-strategy-cockfighting__heading {
    font-size: 1.8em;
  }

  .page-resources-betting-strategy-cockfighting__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-betting-strategy-cockfighting__article-content p,
  .page-resources-betting-strategy-cockfighting__article-content ul li {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-betting-strategy-cockfighting__cta-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .page-resources-betting-strategy-cockfighting__cta-button--large {
    margin-bottom: 10px;
  }
}