.page-cockfighting-betting-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light text for dark background */
  background-color: #0A203C; /* Main dark background */
}

.page-cockfighting-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfighting-betting-tips__container--narrow {
  max-width: 900px;
}

.page-cockfighting-betting-tips__hero {
  background: linear-gradient(135deg, #0A203C 0%, #304C6E 100%); /* Gradient from main to slightly lighter dark blue */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Auxiliary color for hero title/subtitle */
  border-bottom: 5px solid #FFD700;
}

.page-cockfighting-betting-tips__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-cockfighting-betting-tips__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #F0F0F0;
}

.page-cockfighting-betting-tips__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-cockfighting-betting-tips__section--intro {
  background-color: #1A3450;
  color: #E0E0E0;
}

.page-cockfighting-betting-tips__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-cockfighting-betting-tips__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-cockfighting-betting-tips__sub-heading {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-cockfighting-betting-tips p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #E0E0E0;
}

.page-cockfighting-betting-tips ul,
.page-cockfighting-betting-tips ol {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #E0E0E0;
}

.page-cockfighting-betting-tips ul li,
.page-cockfighting-betting-tips ol li {
  margin-bottom: 8px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-cockfighting-betting-tips strong {
  color: #FFD700;
}

.page-cockfighting-betting-tips__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.page-cockfighting-betting-tips__button--primary {
  background-color: #FFD700; /* Gold background */
  color: #0A203C; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-cockfighting-betting-tips__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #0A203C;
  transform: translateY(-2px);
}

.page-cockfighting-betting-tips__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-cockfighting-betting-tips__button--secondary:hover {
  background-color: #FFD700;
  color: #0A203C;
  transform: translateY(-2px);
}

.page-cockfighting-betting-tips__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-cockfighting-betting-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-betting-tips__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting-betting-tips__section--conclusion {
  text-align: center;
  background-color: #0A203C;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-cockfighting-betting-tips__title {
    font-size: 2.5em;
  }

  .page-cockfighting-betting-tips__subtitle {
    font-size: 1.2em;
  }

  .page-cockfighting-betting-tips__heading {
    font-size: 2em;
  }

  .page-cockfighting-betting-tips__sub-heading {
    font-size: 1.5em;
  }

  .page-cockfighting-betting-tips__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-cockfighting-betting-tips__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-cockfighting-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-betting-tips__title {
    font-size: 2em;
  }

  .page-cockfighting-betting-tips__subtitle {
    font-size: 1em;
  }

  .page-cockfighting-betting-tips__heading {
    font-size: 1.8em;
  }

  .page-cockfighting-betting-tips__sub-heading {
    font-size: 1.3em;
  }

  .page-cockfighting-betting-tips__button {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}