/* style/cockfighting-betting-tips.css */

/* Custom Colors */
:root {
  --page-cockfighting-betting-tips__primary-color: #11A84E;
  --page-cockfighting-betting-tips__secondary-color: #22C768;
  --page-cockfighting-betting-tips__bg-dark: #08160F;
  --page-cockfighting-betting-tips__card-bg: #11271B;
  --page-cockfighting-betting-tips__text-main: #F2FFF6;
  --page-cockfighting-betting-tips__text-secondary: #A7D9B8;
  --page-cockfighting-betting-tips__border-color: #2E7A4E;
  --page-cockfighting-betting-tips__glow-color: #57E38D;
  --page-cockfighting-betting-tips__gold-color: #F2C14E;
  --page-cockfighting-betting-tips__divider-color: #1E3A2A;
  --page-cockfighting-betting-tips__deep-green: #0A4B2C;
  --page-cockfighting-betting-tips__btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-cockfighting-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--page-cockfighting-betting-tips__text-main); /* Default text color for dark background */
  background-color: var(--page-cockfighting-betting-tips__bg-dark);
}

.page-cockfighting-betting-tips h1,
.page-cockfighting-betting-tips h2,
.page-cockfighting-betting-tips h3,
.page-cockfighting-betting-tips h4,
.page-cockfighting-betting-tips h5,
.page-cockfighting-betting-tips h6 {
  color: var(--page-cockfighting-betting-tips__text-main);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.page-cockfighting-betting-tips h1 {
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 900px;
}

.page-cockfighting-betting-tips h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--page-cockfighting-betting-tips__gold-color);
}

.page-cockfighting-betting-tips h3 {
  font-size: 1.8rem;
  color: var(--page-cockfighting-betting-tips__primary-color);
}

.page-cockfighting-betting-tips p {
  margin-bottom: 1rem;
  color: var(--page-cockfighting-betting-tips__text-secondary);
}

.page-cockfighting-betting-tips a {
  color: var(--page-cockfighting-betting-tips__glow-color);
  text-decoration: none;
}

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

.page-cockfighting-betting-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
  background-color: var(--page-cockfighting-betting-tips__bg-dark);
}

.page-cockfighting-betting-tips__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.page-cockfighting-betting-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-cockfighting-betting-tips__hero-content {
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-cockfighting-betting-tips__main-title {
  color: var(--page-cockfighting-betting-tips__gold-color);
  margin-bottom: 1rem;
}

.page-cockfighting-betting-tips__hero-description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: var(--page-cockfighting-betting-tips__text-secondary);
}

.page-cockfighting-betting-tips__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-cockfighting-betting-tips__cta-buttons--center {
  margin-top: 40px;
}

.page-cockfighting-betting-tips__btn-primary,
.page-cockfighting-betting-tips__btn-secondary,
.page-cockfighting-betting-tips__btn-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-cockfighting-betting-tips__btn-primary {
  background: var(--page-cockfighting-betting-tips__btn-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-cockfighting-betting-tips__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-cockfighting-betting-tips__btn-secondary {
  background: transparent;
  color: var(--page-cockfighting-betting-tips__glow-color);
  border: 2px solid var(--page-cockfighting-betting-tips__glow-color);
}

.page-cockfighting-betting-tips__btn-secondary:hover {
  background: var(--page-cockfighting-betting-tips__glow-color);
  color: var(--page-cockfighting-betting-tips__bg-dark);
}

.page-cockfighting-betting-tips__btn-inline {
  background: var(--page-cockfighting-betting-tips__deep-green);
  color: var(--page-cockfighting-betting-tips__text-main);
  border: none;
  font-size: 0.9em;
  padding: 8px 15px;
  margin-top: 10px;
}

.page-cockfighting-betting-tips__btn-inline:hover {
  background: var(--page-cockfighting-betting-tips__primary-color);
}

.page-cockfighting-betting-tips__content-section {
  padding: 60px 20px;
  background-color: var(--page-cockfighting-betting-tips__bg-dark);
}

.page-cockfighting-betting-tips__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-cockfighting-betting-tips__light-bg h2,
.page-cockfighting-betting-tips__light-bg h3 {
  color: var(--page-cockfighting-betting-tips__deep-green);
}

.page-cockfighting-betting-tips__light-bg p {
  color: #555555;
}

.page-cockfighting-betting-tips__light-bg a {
  color: var(--page-cockfighting-betting-tips__primary-color);
}

.page-cockfighting-betting-tips__dark-bg {
  background-color: var(--page-cockfighting-betting-tips__bg-dark);
  color: var(--page-cockfighting-betting-tips__text-main);
}

.page-cockfighting-betting-tips__dark-bg h2,
.page-cockfighting-betting-tips__dark-bg h3 {
  color: var(--page-cockfighting-betting-tips__gold-color);
}

.page-cockfighting-betting-tips__dark-bg p {
  color: var(--page-cockfighting-betting-tips__text-secondary);
}

.page-cockfighting-betting-tips__dark-bg a {
  color: var(--page-cockfighting-betting-tips__glow-color);
}

.page-cockfighting-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-cockfighting-betting-tips__section-title {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.page-cockfighting-betting-tips__paragraph {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.page-cockfighting-betting-tips__image-wrapper {
  margin: 30px auto;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-cockfighting-betting-tips__image-wrapper--center {
  display: flex;
  justify-content: center;
}

.page-cockfighting-betting-tips__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-cockfighting-betting-tips__grid-3-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-betting-tips__grid-2-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-betting-tips__card {
  background-color: var(--page-cockfighting-betting-tips__card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid var(--page-cockfighting-betting-tips__border-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--page-cockfighting-betting-tips__text-main);
}

.page-cockfighting-betting-tips__card-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--page-cockfighting-betting-tips__gold-color);
}

.page-cockfighting-betting-tips__card-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--page-cockfighting-betting-tips__text-secondary);
  flex-grow: 1;
}

.page-cockfighting-betting-tips__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-betting-tips__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-cockfighting-betting-tips__feature-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--page-cockfighting-betting-tips__primary-color);
}

.page-cockfighting-betting-tips__feature-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
}

.page-cockfighting-betting-tips__numbered-list {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin-top: 40px;
}

.page-cockfighting-betting-tips__list-item {
  counter-increment: item;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-cockfighting-betting-tips__list-item::before {
  content: counter(item);
  background: var(--page-cockfighting-betting-tips__btn-gradient);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(17, 168, 78, 0.4);
}

.page-cockfighting-betting-tips__list-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--page-cockfighting-betting-tips__deep-green);
}

.page-cockfighting-betting-tips__list-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555555;
}

.page-cockfighting-betting-tips__faq-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333333;
}

.page-cockfighting-betting-tips__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting-betting-tips__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-cockfighting-betting-tips__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--page-cockfighting-betting-tips__deep-green);
  background-color: #eaf7ed;
  border-bottom: 1px solid #d4edda;
}

.page-cockfighting-betting-tips__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-cockfighting-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-cockfighting-betting-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--page-cockfighting-betting-tips__primary-color);
}

.page-cockfighting-betting-tips__faq-answer {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
  border-top: 1px solid #f0f0f0;
}

.page-cockfighting-betting-tips__faq-answer p {
  margin-bottom: 0;
}

.page-cockfighting-betting-tips__conclusion-section {
  padding: 60px 20px;
  text-align: center;
  background-color: var(--page-cockfighting-betting-tips__bg-dark);
}

.page-cockfighting-betting-tips__conclusion-section .page-cockfighting-betting-tips__section-title {
  color: var(--page-cockfighting-betting-tips__gold-color);
}

.page-cockfighting-betting-tips__conclusion-section .page-cockfighting-betting-tips__paragraph {
  font-size: 1.15rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  color: var(--page-cockfighting-betting-tips__text-secondary);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-cockfighting-betting-tips h1 {
    font-size: 2.8rem;
  }

  .page-cockfighting-betting-tips h2 {
    font-size: 2rem;
  }

  .page-cockfighting-betting-tips h3 {
    font-size: 1.6rem;
  }

  .page-cockfighting-betting-tips__paragraph {
    font-size: 1rem;
  }

  .page-cockfighting-betting-tips__hero-section {
    padding: 40px 15px;
  }

  .page-cockfighting-betting-tips__content-section {
    padding: 40px 15px;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-cockfighting-betting-tips h1 {
    font-size: clamp(2rem, 5vw, 2.5rem); /* Clamp for H1 */
  }

  .page-cockfighting-betting-tips h2 {
    font-size: 1.8rem;
  }

  .page-cockfighting-betting-tips h3 {
    font-size: 1.4rem;
  }

  .page-cockfighting-betting-tips__hero-description,
  .page-cockfighting-betting-tips__conclusion-section .page-cockfighting-betting-tips__paragraph {
    font-size: 1rem;
  }

  .page-cockfighting-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-cockfighting-betting-tips__btn-primary,
  .page-cockfighting-betting-tips__btn-secondary,
  .page-cockfighting-betting-tips__btn-inline,
  .page-cockfighting-betting-tips a[class*="button"],
  .page-cockfighting-betting-tips a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-betting-tips__cta-buttons,
  .page-cockfighting-betting-tips__button-group,
  .page-cockfighting-betting-tips__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    overflow: hidden !important;
  }

  .page-cockfighting-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-cockfighting-betting-tips__section,
  .page-cockfighting-betting-tips__card,
  .page-cockfighting-betting-tips__container,
  .page-cockfighting-betting-tips__image-wrapper,
  .page-cockfighting-betting-tips__video-section,
  .page-cockfighting-betting-tips__video-container,
  .page-cockfighting-betting-tips__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-cockfighting-betting-tips__hero-section {
    padding-top: 10px !important;
  }

  .page-cockfighting-betting-tips__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  .page-cockfighting-betting-tips__grid-3-columns,
  .page-cockfighting-betting-tips__grid-2-columns,
  .page-cockfighting-betting-tips__feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-cockfighting-betting-tips__card,
  .page-cockfighting-betting-tips__feature-item {
    padding: 20px;
  }

  .page-cockfighting-betting-tips__faq-item summary {
    font-size: 1rem;
    padding: 15px;
  }

  .page-cockfighting-betting-tips__faq-answer {
    padding: 15px;
  }

  .page-cockfighting-betting-tips__list-item::before {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
  }

  .page-cockfighting-betting-tips__list-title {
    font-size: 1.3rem;
  }

  .page-cockfighting-betting-tips__list-text {
    font-size: 0.95rem;
  }
}

/* Ensure content images are not smaller than 200px in content area */
.page-cockfighting-betting-tips__content-section img,
.page-cockfighting-betting-tips__card img,
.page-cockfighting-betting-tips__feature-item img,
.page-cockfighting-betting-tips__faq-section img {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-cockfighting-betting-tips__content-section img,
  .page-cockfighting-betting-tips__card img,
  .page-cockfighting-betting-tips__feature-item img,
  .page-cockfighting-betting-tips__faq-section img {
    min-width: unset !important; /* Allow images to scale down on mobile */
    min-height: unset !important;
  }
}