/* style/resources-777bet-industry-news-update.css */

/* Variables for consistency */
:root {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #1E90FF; /* Dodger Blue */
  --dark-text-color: #333333;
  --light-text-color: #FFFFFF;
  --background-light: #F8F8F8; /* A light grey for contrast */
  --background-dark: #1A202C; /* A very dark background for contrast */
  --card-background: #FFFFFF;
  --border-color: #e0e0e0;
}

.page-resources-777bet-industry-news-update {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--dark-text-color);
  background-color: var(--background-light);
}

.page-resources-777bet-industry-news-update__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-777bet-industry-news-update__hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: var(--light-text-color);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-777bet-industry-news-update__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: var(--light-text-color); /* Ensure contrast */
}

.page-resources-777bet-industry-news-update__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--light-text-color); /* Ensure contrast */
}

.page-resources-777bet-industry-news-update__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

/* General Section Styling */
.page-resources-777bet-industry-news-update__intro-section,
.page-resources-777bet-industry-news-update__news-grid-section,
.page-resources-777bet-industry-news-update__market-analysis-section,
.page-resources-777bet-industry-news-update__regulatory-section,
.page-resources-777bet-industry-news-update__expert-insights-section,
.page-resources-777bet-industry-news-update__conclusion-section {
  padding: 60px 0;
  background-color: var(--card-background);
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-777bet-industry-news-update__section-title {
  font-size: 2.5em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-777bet-industry-news-update__subsection-title {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-777bet-industry-news-update__text-content {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: var(--dark-text-color);
}

.page-resources-777bet-industry-news-update__text-content strong {
  color: var(--secondary-color);
}

.page-resources-777bet-industry-news-update__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: var(--dark-text-color);
}

.page-resources-777bet-industry-news-update__list li {
  margin-bottom: 10px;
}

/* News Grid Section */
.page-resources-777bet-industry-news-update__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-777bet-industry-news-update__news-card {
  background-color: var(--card-background);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-777bet-industry-news-update__news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-777bet-industry-news-update__news-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-resources-777bet-industry-news-update__news-card-content {
  padding: 25px;
}

.page-resources-777bet-industry-news-update__news-card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--secondary-color);
  font-weight: bold;
}

.page-resources-777bet-industry-news-update__news-card-excerpt {
  font-size: 1em;
  color: var(--dark-text-color);
  margin-bottom: 20px;
}

/* Buttons */
.page-resources-777bet-industry-news-update__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-size: 1em;
  text-align: center;
}

.page-resources-777bet-industry-news-update__btn--primary {
  background-color: var(--primary-color);
  color: var(--dark-text-color);
  border: 2px solid var(--primary-color);
}

.page-resources-777bet-industry-news-update__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-777bet-industry-news-update__btn--secondary {
  background-color: var(--secondary-color);
  color: var(--light-text-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-777bet-industry-news-update__btn--secondary:hover {
  background-color: #1a7ae0;
  border-color: #1a7ae0;
}

/* Content with Image Blocks */
.page-resources-777bet-industry-news-update__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.page-resources-777bet-industry-news-update__text-block,
.page-resources-777bet-industry-news-update__image-block {
  flex: 1;
  min-width: 300px;
}

.page-resources-777bet-industry-news-update__market-chart-image,
.page-resources-777bet-industry-news-update__regulatory-icon {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Expert Insights Section */
.page-resources-777bet-industry-news-update__insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-777bet-industry-news-update__insight-card {
  background-color: var(--background-light);
  border-left: 5px solid var(--primary-color);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-resources-777bet-industry-news-update__insight-title {
  font-size: 1.3em;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-resources-777bet-industry-news-update__insight-text {
  font-style: italic;
  color: var(--dark-text-color);
}

/* CTA Section */
.page-resources-777bet-industry-news-update__cta-section {
  background: linear-gradient(45deg, var(--secondary-color) 0%, #1565b3 100%);
  color: var(--light-text-color);
  padding: 80px 0;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.page-resources-777bet-industry-news-update__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: var(--light-text-color); /* Ensure contrast */
}

.page-resources-777bet-industry-news-update__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--light-text-color); /* Ensure contrast */
}

.page-resources-777bet-industry-news-update__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-resources-777bet-industry-news-update__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-777bet-industry-news-update__hero-title {
    font-size: 2.8em;
  }
  .page-resources-777bet-industry-news-update__hero-subtitle {
    font-size: 1.3em;
  }
  .page-resources-777bet-industry-news-update__section-title {
    font-size: 2em;
  }
  .page-resources-777bet-industry-news-update__cta-title {
    font-size: 2.5em;
  }
  .page-resources-777bet-industry-news-update__content-wrapper {
    flex-direction: column;
  }
  .page-resources-777bet-industry-news-update__image-block {
    order: -1; /* Image appears above text on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-resources-777bet-industry-news-update__hero-section,
  .page-resources-777bet-industry-news-update__cta-section {
    padding: 60px 0;
  }
  .page-resources-777bet-industry-news-update__hero-title {
    font-size: 2.2em;
  }
  .page-resources-777bet-industry-news-update__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-777bet-industry-news-update__section-title {
    font-size: 1.8em;
  }
  .page-resources-777bet-industry-news-update__news-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-777bet-industry-news-update__cta-title {
    font-size: 2em;
  }
  .page-resources-777bet-industry-news-update__cta-text {
    font-size: 1em;
  }
  .page-resources-777bet-industry-news-update__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-777bet-industry-news-update__btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-resources-777bet-industry-news-update__hero-title {
    font-size: 1.8em;
  }
  .page-resources-777bet-industry-news-update__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-777bet-industry-news-update__section-title {
    font-size: 1.5em;
  }
  .page-resources-777bet-industry-news-update__cta-title {
    font-size: 1.6em;
  }
  .page-resources-777bet-industry-news-update__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}