/* style/resources-sv388-cockfighting-latest-news.css */

/* Root styling for the page content, ensuring light text on dark body background */
.page-resources-sv388-cockfighting-latest-news {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Inherit from body or shared.css */
  padding-top: var(--header-offset, 120px); /* Fixed header spacing for desktop */
}

/* General container for content sections */
.page-resources-sv388-cockfighting-latest-news__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Section base styling */
.page-resources-sv388-cockfighting-latest-news__hero-section,
.page-resources-sv388-cockfighting-latest-news__intro-section,
.page-resources-sv388-cockfighting-latest-news__tournaments-section,
.page-resources-sv388-cockfighting-latest-news__news-section,
.page-resources-sv388-cockfighting-latest-news__video-section,
.page-resources-sv388-cockfighting-latest-news__guide-section,
.page-resources-sv388-cockfighting-latest-news__promotions-section,
.page-resources-sv388-cockfighting-latest-news__faq-section,
.page-resources-sv388-cockfighting-latest-news__contact-cta-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Dark background sections */
.page-resources-sv388-cockfighting-latest-news__dark-bg {
  background-color: #0A246A; /* Primary brand color for dark sections */
  color: #ffffff;
}

/* Light background sections (for contrast) */
.page-resources-sv388-cockfighting-latest-news__intro-section,
.page-resources-sv388-cockfighting-latest-news__news-section,
.page-resources-sv388-cockfighting-latest-news__guide-section,
.page-resources-sv388-cockfighting-latest-news__faq-section {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}


/* Headings */
.page-resources-sv388-cockfighting-latest-news__section-title {
  font-size: 2.8em;
  color: #E0B11E; /* Secondary brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sv388-cockfighting-latest-news__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B11E;
  border-radius: 2px;
}

.page-resources-sv388-cockfighting-latest-news__card-title,
.page-resources-sv388-cockfighting-latest-news__news-title,
.page-resources-sv388-cockfighting-latest-news__guide-title,
.page-resources-sv388-cockfighting-latest-news__faq-title {
  font-size: 1.5em;
  color: #E0B11E;
  margin-bottom: 15px;
}

.page-resources-sv388-cockfighting-latest-news__card-title a,
.page-resources-sv388-cockfighting-latest-news__news-title a,
.page-resources-sv388-cockfighting-latest-news__guide-title a {
  color: #E0B11E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-sv388-cockfighting-latest-news__card-title a:hover,
.page-resources-sv388-cockfighting-latest-news__news-title a:hover,
.page-resources-sv388-cockfighting-latest-news__guide-title a:hover {
  color: #ffffff;
}

/* Paragraphs */
.page-resources-sv388-cockfighting-latest-news__paragraph,
.page-resources-sv388-cockfighting-latest-news__card-text,
.page-resources-sv388-cockfighting-latest-news__news-excerpt,
.page-resources-sv388-cockfighting-latest-news__guide-text {
  font-size: 1.1em;
  color: #f0f0f0; /* Slightly off-white for body text */
  margin-bottom: 20px;
}

/* Hero Section */
.page-resources-sv388-cockfighting-latest-news__hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 100px 0;
  padding-top: var(--header-offset, 120px); /* Ensures content is below header */
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #0A246A; /* Primary brand color */
}

.page-resources-sv388-cockfighting-latest-news__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Subtle background image */
  filter: none; /* Ensure no filter changes image color */
}

.page-resources-sv388-cockfighting-latest-news__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-sv388-cockfighting-latest-news__hero-title {
  font-size: 3.5em;
  color: #E0B11E;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-sv388-cockfighting-latest-news__hero-description {
  font-size: 1.4em;
  color: #ffffff;
  margin-bottom: 40px;
}

.page-resources-sv388-cockfighting-latest-news__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}