/* style/resources-how-to-choose-reliable-cockfighting-platform.css */
.page-resources-how-to-choose-reliable-cockfighting-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #ffffff);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  box-sizing: border-box;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary {
  display: inline-block;
  background: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary:hover {
  background-color: #1a7fb8;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary {
  display: inline-block;
  background: #ffffff;
  color: #26A9E0;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid #26A9E0;
  margin-left: 15px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  border-color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__section {
  padding: 60px 0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__dark-section .page-resources-how-to-choose-reliable-cockfighting-platform__section-title,
.page-resources-how-to-choose-reliable-cockfighting-platform__dark-section .page-resources-how-to-choose-reliable-cockfighting-platform__text-block {
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__dark-section .page-resources-how-to-choose-reliable-cockfighting-platform__inline-link {
  color: #ffffff;
  text-decoration: underline;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__card-text {
  font-size: 1em;
  line-height: 1.6;
  flex-grow: 1;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__benefit-list,
.page-resources-how-to-choose-reliable-cockfighting-platform__mistake-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__benefit-item,
.page-resources-how-to-choose-reliable-cockfighting-platform__mistake-item {
  background: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__mistake-item {
  border-left-color: #EA7C07; /* Orange for warning */
}

.page-resources-how-to-choose-reliable-cockfighting-platform__benefit-item strong,
.page-resources-how-to-choose-reliable-cockfighting-platform__mistake-item strong {
  color: #26A9E0;
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__mistake-item strong {
  color: #EA7C07;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__cta-buttons {
  text-align: center;
  margin-top: 40px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-section {
  padding: 60px 0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-item {
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #26A9E0;
  color: #ffffff;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-question:hover {
  background-color: #1a7fb8;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-item.active .page-resources-how-to-choose-reliable-cockfighting-platform__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-item.active .page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px !important;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__conclusion-section {
  text-align: center;
  padding: 80px 0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__conclusion-section .page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__conclusion-section .page-resources-how-to-choose-reliable-cockfighting-platform__text-block {
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__inline-link {
  color: #26A9E0;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__inline-link:hover {
  color: #1a7fb8;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__dark-bg .page-resources-how-to-choose-reliable-cockfighting-platform__inline-link {
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__dark-bg .page-resources-how-to-choose-reliable-cockfighting-platform__inline-link:hover {
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
    font-size: 2.5em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-reliable-cockfighting-platform {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary,
  .page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary {
    padding: 12px 20px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__card {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__card-image {
    height: 200px;
    min-width: 200px !important;
    min-height: 200px !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section,
  .page-resources-how-to-choose-reliable-cockfighting-platform__card,
  .page-resources-how-to-choose-reliable-cockfighting-platform__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
    padding: 0 15px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__faq-item.active .page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
    padding: 15px !important;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-section {
    height: 400px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__card-title {
    font-size: 1.3em;
  }
}

/* Contrast Fixes */
.page-resources-how-to-choose-reliable-cockfighting-platform__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}