.page-betting-news-insights-interviews-with-betting-companies {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-betting-news-insights-interviews-with-betting-companies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-news-insights-interviews-with-betting-companies__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for better contrast */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-news-insights-interviews-with-betting-companies__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,blue,gold]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-news-insights-interviews-with-betting-companies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffc107; /* Auxiliary color for emphasis */
  position: relative;
  z-index: 1;
}

.page-betting-news-insights-interviews-with-betting-companies__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-betting-news-insights-interviews-with-betting-companies__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-betting-news-insights-interviews-with-betting-companies__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
}

.page-betting-news-insights-interviews-with-betting-companies__btn--primary {
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  border: 2px solid #ffc107;
}

.page-betting-news-insights-interviews-with-betting-companies__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #003e92;
}

.page-betting-news-insights-interviews-with-betting-companies__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-betting-news-insights-interviews-with-betting-companies__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffc107;
  border-color: #ffc107;
}

.page-betting-news-insights-interviews-with-betting-companies__intro-section,
.page-betting-news-insights-interviews-with-betting-companies__interview-sections,
.page-betting-news-insights-interviews-with-betting-companies__related-articles {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-betting-news-insights-interviews-with-betting-companies__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #ffc107;
  padding-bottom: 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-news-insights-interviews-with-betting-companies__interview-subject {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-betting-news-insights-interviews-with-betting-companies__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333;
  text-align: justify;
}

.page-betting-news-insights-interviews-with-betting-companies__text-content strong {
  color: #007bff;
}

.page-betting-news-insights-interviews-with-betting-companies__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-news-insights-interviews-with-betting-companies__call-to-action {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-betting-news-insights-interviews-with-betting-companies__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-news-insights-interviews-with-betting-companies__article-card {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-betting-news-insights-interviews-with-betting-companies__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.page-betting-news-insights-interviews-with-betting-companies__article-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-betting-news-insights-interviews-with-betting-companies__article-title {
  font-size: 1.4em;
  color: #007bff;
  padding: 15px 20px 10px;
  margin-bottom: 0;
}

.page-betting-news-insights-interviews-with-betting-companies__article-title a {
  color: #007bff;
  text-decoration: none;
}

.page-betting-news-insights-interviews-with-betting-companies__article-title a:hover {
  text-decoration: underline;
}

.page-betting-news-insights-interviews-with-betting-companies__article-excerpt {
  font-size: 0.95em;
  color: #555;
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-betting-news-insights-interviews-with-betting-companies__read-more {
  display: block;
  padding: 10px 20px;
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border-top: 1px solid #ffc107;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-betting-news-insights-interviews-with-betting-companies__read-more:hover {
  background-color: #e0a800;
  color: #003e92;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-betting-news-insights-interviews-with-betting-companies__hero-title {
    font-size: 2.5em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__hero-subtitle {
    font-size: 1.2em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__hero-actions,
  .page-betting-news-insights-interviews-with-betting-companies__call-to-action {
    flex-direction: column;
    gap: 15px;
  }

  .page-betting-news-insights-interviews-with-betting-companies__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-betting-news-insights-interviews-with-betting-companies__section-title {
    font-size: 2em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__interview-subject {
    font-size: 1.5em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__articles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-betting-news-insights-interviews-with-betting-companies__hero-title {
    font-size: 2em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__hero-subtitle {
    font-size: 1em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__section-title {
    font-size: 1.8em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__interview-subject {
    font-size: 1.3em;
  }

  .page-betting-news-insights-interviews-with-betting-companies__text-content {
    font-size: 1em;
  }
}