.page-daily-match-predictions {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark background */
  background-color: #000000; /* Main background color */
  line-height: 1.6;
}

.page-daily-match-predictions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-daily-match-predictions__hero-section {
  background: linear-gradient(135deg, #000000, #333333);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-daily-match-predictions__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

.page-daily-match-predictions__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-daily-match-predictions__hero-description {
  font-size: 1.3em;
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-daily-match-predictions__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text on gold button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-daily-match-predictions__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-daily-match-predictions__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-daily-match-predictions__cta-button--highlight {
  background-color: #e60000; /* Red highlight */
  color: #ffffff;
}

.page-daily-match-predictions__cta-button--highlight:hover {
  background-color: #cc0000;
}

.page-daily-match-predictions__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-daily-match-predictions__section {
  padding: 80px 0;
  text-align: center;
}

.page-daily-match-predictions__section--dark {
  background-color: #1a1a1a;
}

.page-daily-match-predictions__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 40px;
  position: relative;
}

.page-daily-match-predictions__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-daily-match-predictions__sub-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page-daily-match-predictions__paragraph {
  font-size: 1.1em;
  color: #cccccc;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-daily-match-predictions__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-daily-match-predictions__feature-item {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-daily-match-predictions__feature-item:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.page-daily-match-predictions__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-daily-match-predictions__feature-item p {
  color: #b0b0b0;
  font-size: 1em;
}

.page-daily-match-predictions__image-fullwidth {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-daily-match-predictions__match-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-daily-match-predictions__match-card {
  background-color: #0a0a0a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-daily-match-predictions__match-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-daily-match-predictions__match-description {
  color: #cccccc;
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-daily-match-predictions__list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 900px;
  margin: 30px auto;
  color: #cccccc;
}

.page-daily-match-predictions__list li {
  background-color: #1a1a1a;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid #FFD700;
  font-size: 1.1em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-daily-match-predictions__list li strong {
  color: #FFD700;
}

.page-daily-match-predictions__list--ordered {
  list-style-type: decimal;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
}

.page-daily-match-predictions__list--ordered li {
  list-style-position: inside;
  background-color: #1a1a1a;
  padding-left: 0;
  border-left: none;
}

.page-daily-match-predictions__list--checked li {
  position: relative;
  padding-left: 40px;
  border-left: none;
}

.page-daily-match-predictions__list--checked li::before {
  content: '✔';
  position: absolute;
  left: 10px;
  color: #FFD700;
  font-weight: bold;
}

.page-daily-match-predictions__image-responsive {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-daily-match-predictions__section--promo {
  background: linear-gradient(90deg, #000000, #333333);
  border-top: 5px solid #FFD700;
  border-bottom: 5px solid #FFD700;
}

.page-daily-match-predictions__promo-content {
  padding: 40px 20px;
}

.page-daily-match-predictions__article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
  text-align: left;
}

.page-daily-match-predictions__article-card {
  background-color: #0a0a0a;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-daily-match-predictions__article-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-daily-match-predictions__article-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-daily-match-predictions__article-title a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-daily-match-predictions__article-description {
  color: #cccccc;
  font-size: 0.95em;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-daily-match-predictions__link-text {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.page-daily-match-predictions__link-text:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-daily-match-predictions__call-to-action {
  background-color: #0a0a0a;
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #333333;
}

.page-daily-match-predictions__call-to-action-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

.page-daily-match-predictions__call-to-action-description {
  font-size: 1.2em;
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-daily-match-predictions__hero-title {
    font-size: 2.5em;
  }

  .page-daily-match-predictions__hero-description,
  .page-daily-match-predictions__paragraph,
  .page-daily-match-predictions__call-to-action-description {
    font-size: 1em;
  }

  .page-daily-match-predictions__section-title {
    font-size: 2em;
  }

  .page-daily-match-predictions__sub-title {
    font-size: 1.6em;
  }

  .page-daily-match-predictions__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-daily-match-predictions__section {
    padding: 60px 0;
  }

  .page-daily-match-predictions__features-grid,
  .page-daily-match-predictions__match-cards-grid,
  .page-daily-match-predictions__article-list {
    grid-template-columns: 1fr;
  }

  .page-daily-match-predictions__feature-item,
  .page-daily-match-predictions__match-card,
  .page-daily-match-predictions__article-card {
    padding: 20px;
  }

  .page-daily-match-predictions__list li {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-daily-match-predictions__list--ordered {
    padding-left: 20px;
  }

  .page-daily-match-predictions__list--checked li {
    padding-left: 35px;
  }

  .page-daily-match-predictions__hero-image,
  .page-daily-match-predictions__image-fullwidth,
  .page-daily-match-predictions__image-responsive {
    margin-top: 30px;
  }

  .page-daily-match-predictions__call-to-action-title {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-daily-match-predictions__hero-title {
    font-size: 2em;
  }

  .page-daily-match-predictions__section-title {
    font-size: 1.8em;
  }

  .page-daily-match-predictions__sub-title {
    font-size: 1.4em;
  }

  .page-daily-match-predictions__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-daily-match-predictions__call-to-action-title {
    font-size: 1.8em;
  }

  .page-daily-match-predictions__article-title,
  .page-daily-match-predictions__match-title {
    font-size: 1.3em;
  }
}