.page-resources-cockfighting-live-streaming-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.page-resources-cockfighting-live-streaming-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-cockfighting-live-streaming-guide__hero {
  background: linear-gradient(135deg, #A80000 0%, #FFD700 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-cockfighting-live-streaming-guide__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTIwMCAxMjAwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAgMEwyMDAgMEwyMDAgMTAwTDAgMTAwWiIgZmlsbD0iI0ZGRkZGRiIgb3BhY2l0eT0iMC4wNSIvPgogIDxwYXRoIGQ9Ik0wIDUwTDEwMCA1MEwxMDAgMTUwTDAgMTUwWiIgZmlsbD0iI0ZGRkZGRiIgb3BhY2l0eT0iMC4wNSIvPgogIDxwYXRoIGQ9Ik01MCAwTDE1MCAwTDE1MCAxMDBMNTAgMTAwWiIgZmlsbD0iI0ZGRkZGRiIgb3BhY2l0eT0iMC4wNSIvPgogIDxwYXRoIGQ9Ik01MCA1MEwxNTAgNTBMMTUwIDE1MEw1MCAxNTBaIiBmaWxsPSIjRkZGRkZGIiBvcGFjaXR5PSIwLjA1Ii8+CiAgPHBhdGggZD0iTTMwMCAwTDQwMCAwTDQwMCAxMDBMMzAwIDEwMFoiIGZpbGw9IiNGRkZGRkYiIG9vcGFjaXR5PSIwLjA1Ii8+CiAgPHBhdGggZD0iTTMwMCA1MEw0MDAgNTBMNDAwIDE1M0wzMDAgMTUzWiIgZmlsbD0iI0ZGRkZGRiIgb3BhY2l0eT0iMC4wNSIvPgogIDxwYXRoIGQ9Ik0zNTAgMEw0NTAgMEw0NTAgMTAwTDM1MCAxMDBaIiBmaWxsPSIjRkZGRkZGIiBvcGFjaXp0eT0iMC4wNSIvPgogIDxwYXRoIGQ9Ik0zNTAgNTBMMTQ1MCA1MEwxNDUwIDE1MEw1MCAxNTBaIiBmaWxsPSIjRkZGRkZGIiBvcGFjaXp0eT0iMC4wNSIvPgo8L3N2Zz4=') repeat;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-cockfighting-live-streaming-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-resources-cockfighting-live-streaming-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-cockfighting-live-streaming-guide__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-cockfighting-live-streaming-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
}

.page-resources-cockfighting-live-streaming-guide__btn--primary {
  background-color: #A80000; /* Main color */
  color: #fff;
  border: 2px solid #A80000;
}

.page-resources-cockfighting-live-streaming-guide__btn--primary:hover {
  background-color: #8c0000;
  border-color: #8c0000;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-live-streaming-guide__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Accent color */
  border: 2px solid #FFD700;
}

.page-resources-cockfighting-live-streaming-guide__btn--secondary:hover {
  background-color: #FFD700;
  color: #A80000;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-live-streaming-guide__btn--inline {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 15px;
  margin-right: 10px;
}

.page-resources-cockfighting-live-streaming-guide__article-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-cockfighting-live-streaming-guide__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-cockfighting-live-streaming-guide__intro-text {
  font-size: 1.15em;
  margin-bottom: 40px;
  color: #444;
  text-align: justify;
}

.page-resources-cockfighting-live-streaming-guide__h2 {
  font-size: 2.2em;
  color: #A80000;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  text-align: left;
}

.page-resources-cockfighting-live-streaming-guide__h3 {
  font-size: 1.6em;
  color: #A80000;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.page-resources-cockfighting-live-streaming-guide p {
  margin-bottom: 20px;
  text-align: justify;
  color: #555;
}

.page-resources-cockfighting-live-streaming-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-cockfighting-live-streaming-guide__list--ordered {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-cockfighting-live-streaming-guide__list li,
.page-resources-cockfighting-live-streaming-guide__list--ordered li {
  margin-bottom: 10px;
}

.page-resources-cockfighting-live-streaming-guide__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-cockfighting-live-streaming-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-cockfighting-live-streaming-guide__figcaption {
  font-style: italic;
  font-size: 0.9em;
  color: #777;
  margin-top: 10px;
}

.page-resources-cockfighting-live-streaming-guide__faq {
  margin-top: 40px;
}

.page-resources-cockfighting-live-streaming-guide__faq-item {
  background-color: #f0f0f0;
  border-left: 5px solid #A80000;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
}

.page-resources-cockfighting-live-streaming-guide__faq-question {
  font-size: 1.4em;
  color: #A80000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-cockfighting-live-streaming-guide__faq-answer {
  color: #555;
  margin-bottom: 0;
  text-align: justify;
}

.page-resources-cockfighting-live-streaming-guide__back-link {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-cockfighting-live-streaming-guide__hero-title {
    font-size: 2.5em;
  }
  .page-resources-cockfighting-live-streaming-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-cockfighting-live-streaming-guide__hero-actions {
    flex-direction: column;
  }
  .page-resources-cockfighting-live-streaming-guide__btn {
    width: 80%;
    margin: 0 auto 15px auto;
  }
  .page-resources-cockfighting-live-streaming-guide__h2 {
    font-size: 1.8em;
  }
  .page-resources-cockfighting-live-streaming-guide__h3 {
    font-size: 1.4em;
  }
  .page-resources-cockfighting-live-streaming-guide__article-content {
    padding: 0 15px;
  }
  .page-resources-cockfighting-live-streaming-guide__back-link {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-cockfighting-live-streaming-guide__btn--inline {
    width: auto;
    margin: 15px auto;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-resources-cockfighting-live-streaming-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-cockfighting-live-streaming-guide__hero-description {
    font-size: 0.9em;
  }
  .page-resources-cockfighting-live-streaming-guide__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-cockfighting-live-streaming-guide__h2 {
    font-size: 1.6em;
  }
  .page-resources-cockfighting-live-streaming-guide__h3 {
    font-size: 1.2em;
  }
  .page-resources-cockfighting-live-streaming-guide__faq-question {
    font-size: 1.2em;
  }
}