/* style/expert-predictions-upcoming-events.css */
.page-expert-predictions-upcoming-events {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f5e6d0; /* Light text for dark background */
  background-color: #0A192F;
}

.page-expert-predictions-upcoming-events a {
  color: #FFD700;
  text-decoration: none;
}

.page-expert-predictions-upcoming-events a:hover {
  text-decoration: underline;
  color: #e6c200;
}

.page-expert-predictions-upcoming-events .highlight {
  color: #FFD700;
}

.page-expert-predictions-upcoming-events__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-expert-predictions-upcoming-events__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%);
  padding: 100px 0 60px;
  text-align: center;
  color: #FFFFFF;
  border-bottom: 5px solid #FFD700;
}

.page-expert-predictions-upcoming-events__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-expert-predictions-upcoming-events__subtitle {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f5e6d0;
}

.page-expert-predictions-upcoming-events__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-expert-predictions-upcoming-events__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  text-decoration: none;
}

.page-expert-predictions-upcoming-events__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-expert-predictions-upcoming-events__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-expert-predictions-upcoming-events__content-section {
  padding: 60px 0;
  background-color: #0A192F;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-expert-predictions-upcoming-events__content-section:last-of-type {
  border-bottom: none;
}

.page-expert-predictions-upcoming-events__section-title {
  font-size: 2em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-expert-predictions-upcoming-events__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #FFD700;
}

.page-expert-predictions-upcoming-events__sub-section-title {
  font-size: 1.6em;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-expert-predictions-upcoming-events__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-expert-predictions-upcoming-events__list li {
  background-color: #1a3a60;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.page-expert-predictions-upcoming-events__list li::before {
  content: '✔';
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
}

.page-expert-predictions-upcoming-events__image-wrapper {
  margin: 40px auto;
  max-width: 900px;
  text-align: center;
}

.page-expert-predictions-upcoming-events__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  object-fit: cover;
}

.page-expert-predictions-upcoming-events__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  background-color: #1a3a60;
  border-radius: 8px;
  overflow: hidden;
}

.page-expert-predictions-upcoming-events__table th,
.page-expert-predictions-upcoming-events__table td {
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 12px 15px;
  text-align: left;
  color: #f5e6d0;
}

.page-expert-predictions-upcoming-events__table th {
  background-color: #FFD700;
  color: #0A192F;
  font-weight: bold;
  text-transform: uppercase;
}

.page-expert-predictions-upcoming-events__table tbody tr:nth-child(odd) {
  background-color: #0A192F;
}

.page-expert-predictions-upcoming-events__table tbody tr:hover {
  background-color: #2a4a70;
}

.page-expert-predictions-upcoming-events__table a {
  color: #FFD700;
  font-weight: bold;
}

.page-expert-predictions-upcoming-events__note {
  font-style: italic;
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #aaa;
}

.page-expert-predictions-upcoming-events__prediction-card {
  background-color: #1a3a60;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-expert-predictions-upcoming-events__card-title {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-expert-predictions-upcoming-events__step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-expert-predictions-upcoming-events__step-list li {
  background-color: #1a3a60;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.page-expert-predictions-upcoming-events__step-list li p {
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-expert-predictions-upcoming-events__step-title {
  color: #FFD700;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-expert-predictions-upcoming-events__faq-item {
  background-color: #1a3a60;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-expert-predictions-upcoming-events__faq-question {
  color: #FFFFFF;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-expert-predictions-upcoming-events__faq-question:hover {
  color: #FFD700;
}

.page-expert-predictions-upcoming-events__faq-answer {
  color: #f5e6d0;
  font-size: 0.95em;
  display: none; /* Hidden by default, toggled by JS */
  margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-expert-predictions-upcoming-events__main-title {
    font-size: 2em;
  }

  .page-expert-predictions-upcoming-events__subtitle {
    font-size: 1em;
  }

  .page-expert-predictions-upcoming-events__section-title {
    font-size: 1.7em;
  }

  .page-expert-predictions-upcoming-events__sub-section-title {
    font-size: 1.4em;
  }

  .page-expert-predictions-upcoming-events__table th,
  .page-expert-predictions-upcoming-events__table td {
    padding: 8px 10px;
    font-size: 0.9em;
  }

  .page-expert-predictions-upcoming-events__step-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-expert-predictions-upcoming-events__hero-section {
    padding: 80px 0 40px;
  }

  .page-expert-predictions-upcoming-events__main-title {
    font-size: 1.8em;
  }

  .page-expert-predictions-upcoming-events__cta-button {
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-expert-predictions-upcoming-events__table thead {
    display: none; /* Hide header on small screens */
  }

  .page-expert-predictions-upcoming-events__table, 
  .page-expert-predictions-upcoming-events__table tbody, 
  .page-expert-predictions-upcoming-events__table tr, 
  .page-expert-predictions-upcoming-events__table td {
    display: block;
    width: 100%;
  }

  .page-expert-predictions-upcoming-events__table tr {
    margin-bottom: 15px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
  }

  .page-expert-predictions-upcoming-events__table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .page-expert-predictions-upcoming-events__table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #FFD700;
  }
}