/* style/cockfighting-live-event-previews.css */
.page-cockfighting-live-event-previews {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f5f5f5;
}

.page-cockfighting-live-event-previews__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfighting-live-event-previews__hero-section {
  background: linear-gradient(135deg, #B22222 0%, #FFD700 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-cockfighting-live-event-previews__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-cockfighting-live-event-previews__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-cockfighting-live-event-previews__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-cockfighting-live-event-previews__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-live-event-previews__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-cockfighting-live-event-previews__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-live-event-previews__btn--primary {
  background-color: #FFD700; /* Auxiliary color */
  color: #B22222; /* Primary color for text */
  border: 2px solid #FFD700;
}

.page-cockfighting-live-event-previews__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-cockfighting-live-event-previews__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-cockfighting-live-event-previews__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-cockfighting-live-event-previews__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-cockfighting-live-event-previews__section--schedule {
  background-color: #fcfcfc;
}

.page-cockfighting-live-event-previews__section-title {
  font-size: 2.5em;
  color: #B22222; /* Primary color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-cockfighting-live-event-previews__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Auxiliary color */
  border-radius: 2px;
}

.page-cockfighting-live-event-previews__description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-cockfighting-live-event-previews__schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-cockfighting-live-event-previews__event-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.page-cockfighting-live-event-previews__event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-live-event-previews__event-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-cockfighting-live-event-previews__event-title {
  font-size: 1.5em;
  color: #B22222; /* Primary color */
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-cockfighting-live-event-previews__event-detail {
  font-size: 1em;
  color: #666;
  margin-bottom: 5px;
  padding: 0 15px;
}

.page-cockfighting-live-event-previews__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-top: 15px;
  background-color: #B22222;
  color: #fff;
  border: none;
}

.page-cockfighting-live-event-previews__btn--small:hover {
  background-color: #8c1a1a;
}

.page-cockfighting-live-event-previews__more-info {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #444;
}

.page-cockfighting-live-event-previews__text-link {
  color: #B22222;
  text-decoration: none;
  font-weight: bold;
}

.page-cockfighting-live-event-previews__text-link:hover {
  text-decoration: underline;
  color: #8c1a1a;
}

.page-cockfighting-live-event-previews__sports-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-cockfighting-live-event-previews__sports-item {
  background-color: #fcfcfc;
  border-left: 5px solid #FFD700;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.page-cockfighting-live-event-previews__sports-title {
  font-size: 1.6em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-cockfighting-live-event-previews__sports-detail {
  color: #555;
  margin-bottom: 10px;
}

.page-cockfighting-live-event-previews__sports-time {
  font-weight: bold;
  color: #777;
  margin-bottom: 15px;
}

.page-cockfighting-live-event-previews__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-live-event-previews__feature-item {
  text-align: center;
  padding: 30px;
  background-color: #fcfcfc;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-cockfighting-live-event-previews__feature-item:hover {
  transform: translateY(-5px);
}

.page-cockfighting-live-event-previews__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-cockfighting-live-event-previews__feature-title {
  font-size: 1.4em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-cockfighting-live-event-previews__feature-description {
  color: #666;
  font-size: 0.95em;
}

.page-cockfighting-live-event-previews__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-cockfighting-live-event-previews__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-live-event-previews__step-item {
  text-align: center;
  padding: 30px;
  background-color: #fcfcfc;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.page-cockfighting-live-event-previews__step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-cockfighting-live-event-previews__step-title {
  font-size: 1.6em;
  color: #B22222;
  margin-bottom: 15px;
}

.page-cockfighting-live-event-previews__step-description {
  color: #666;
  margin-bottom: 20px;
}

.page-cockfighting-live-event-previews__btn--link {
  background-color: #FFD700;
  color: #B22222;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.page-cockfighting-live-event-previews__btn--link:hover {
  background-color: #e6c200;
}

.page-cockfighting-live-event-previews__final-cta {
  text-align: center;
  font-size: 1.2em;
  color: #B22222;
  margin-top: 50px;
  font-weight: bold;
}

.page-cockfighting-live-event-previews__faq-item {
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-cockfighting-live-event-previews__faq-question {
  font-size: 1.4em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-cockfighting-live-event-previews__faq-answer {
  color: #555;
  font-size: 1em;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-cockfighting-live-event-previews__main-title {
    font-size: 2.8em;
  }
  .page-cockfighting-live-event-previews__subtitle {
    font-size: 1.2em;
  }
  .page-cockfighting-live-event-previews__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-live-event-previews__hero-section {
    padding: 60px 0;
  }
  .page-cockfighting-live-event-previews__main-title {
    font-size: 2.2em;
  }
  .page-cockfighting-live-event-previews__subtitle {
    font-size: 1.1em;
  }
  .page-cockfighting-live-event-previews__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-cockfighting-live-event-previews__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-cockfighting-live-event-previews__section {
    padding: 40px 0;
  }
  .page-cockfighting-live-event-previews__section-title {
    font-size: 1.8em;
  }
  .page-cockfighting-live-event-previews__description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-cockfighting-live-event-previews__schedule-grid,
  .page-cockfighting-live-event-previews__feature-grid,
  .page-cockfighting-live-event-previews__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-cockfighting-live-event-previews__event-card,
  .page-cockfighting-live-event-previews__sports-item,
  .page-cockfighting-live-event-previews__feature-item,
  .page-cockfighting-live-event-previews__step-item,
  .page-cockfighting-live-event-previews__faq-item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-live-event-previews__main-title {
    font-size: 1.8em;
  }
  .page-cockfighting-live-event-previews__subtitle {
    font-size: 0.95em;
  }
  .page-cockfighting-live-event-previews__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-cockfighting-live-event-previews__section-title {
    font-size: 1.5em;
  }
  .page-cockfighting-live-event-previews__event-title,
  .page-cockfighting-live-event-previews__sports-title,
  .page-cockfighting-live-event-previews__feature-title,
  .page-cockfighting-live-event-previews__step-title,
  .page-cockfighting-live-event-previews__faq-question {
    font-size: 1.2em;
  }
}