/* style/resources-latest-gambling-trends.css */
.page-resources-latest-gambling-trends {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light grey for text on dark background */
  background-color: #1A1A1A;
  line-height: 1.6;
}

.page-resources-latest-gambling-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-latest-gambling-trends__hero {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
  text-align: center;
  overflow: hidden;
}

.page-resources-latest-gambling-trends__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-latest-gambling-trends__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-latest-gambling-trends__hero .page-resources-latest-gambling-trends__container {
  position: relative;
  z-index: 1;
}

.page-resources-latest-gambling-trends__title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-latest-gambling-trends__subtitle {
  font-size: 1.4em;
  color: #CCCCCC;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-latest-gambling-trends__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A1A1A;
  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-resources-latest-gambling-trends__cta-button:hover {
  background-color: #E5C100;
  transform: translateY(-3px);
}

.page-resources-latest-gambling-trends__cta-button--secondary {
  background-color: #333333;
  color: #FFD700;
  border: 1px solid #FFD700;
  margin-left: 20px;
}

.page-resources-latest-gambling-trends__cta-button--secondary:hover {
  background-color: #444444;
  color: #FFD700;
}

.page-resources-latest-gambling-trends__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-latest-gambling-trends__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-latest-gambling-trends__section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-latest-gambling-trends__section:last-of-type {
  border-bottom: none;
}

.page-resources-latest-gambling-trends__section--intro {
  background-color: #222222;
  text-align: center;
  padding: 60px 0;
}

.page-resources-latest-gambling-trends__section--alt {
  background-color: #151515;
}

.page-resources-latest-gambling-trends__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.page-resources-latest-gambling-trends__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-latest-gambling-trends__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #FFD700;
  padding-left: 15px;
}

.page-resources-latest-gambling-trends__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-resources-latest-gambling-trends__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-resources-latest-gambling-trends__text-content {
  flex: 1;
}

.page-resources-latest-gambling-trends__text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E5E5E5;
}

.page-resources-latest-gambling-trends__image-wrapper {
  flex: 1;
  min-width: 400px;
}

.page-resources-latest-gambling-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-latest-gambling-trends__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-latest-gambling-trends__keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-latest-gambling-trends__action-buttons {
  text-align: center;
  margin-top: 60px;
}

.page-resources-latest-gambling-trends__section--cta-banner {
  background: linear-gradient(90deg, #FFD700, #E5C100);
  padding: 60px 0;
  text-align: center;
}

.page-resources-latest-gambling-trends__cta-content {
  color: #1A1A1A;
}

.page-resources-latest-gambling-trends__cta-title {
  font-size: 2.8em;
  color: #1A1A1A;
  margin-bottom: 15px;
}

.page-resources-latest-gambling-trends__cta-title::after {
  background-color: #1A1A1A;
}

.page-resources-latest-gambling-trends__cta-description {
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 30px;
}

.page-resources-latest-gambling-trends__section--conclusion {
  text-align: center;
  padding-bottom: 100px;
}

.page-resources-latest-gambling-trends__final-cta {
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-latest-gambling-trends__title {
    font-size: 2.8em;
  }

  .page-resources-latest-gambling-trends__subtitle {
    font-size: 1.2em;
  }

  .page-resources-latest-gambling-trends__section-title {
    font-size: 2em;
  }

  .page-resources-latest-gambling-trends__sub-title {
    font-size: 1.5em;
  }

  .page-resources-latest-gambling-trends__content-grid {
    flex-direction: column;
  }

  .page-resources-latest-gambling-trends__content-grid--reverse {
    flex-direction: column;
  }

  .page-resources-latest-gambling-trends__image-wrapper {
    min-width: unset;
    width: 100%;
    margin-top: 30px;
  }

  .page-resources-latest-gambling-trends__cta-title {
    font-size: 2.2em;
  }

  .page-resources-latest-gambling-trends__cta-description {
    font-size: 1.1em;
  }

  .page-resources-latest-gambling-trends__cta-button--secondary {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-latest-gambling-trends__hero {
    padding: 80px 0 60px;
  }

  .page-resources-latest-gambling-trends__title {
    font-size: 2.2em;
  }

  .page-resources-latest-gambling-trends__subtitle {
    font-size: 1em;
  }

  .page-resources-latest-gambling-trends__section {
    padding: 60px 0;
  }

  .page-resources-latest-gambling-trends__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-resources-latest-gambling-trends__sub-title {
    font-size: 1.3em;
  }

  .page-resources-latest-gambling-trends__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-latest-gambling-trends__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-latest-gambling-trends__action-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-resources-latest-gambling-trends__cta-button--secondary {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-gambling-trends__title {
    font-size: 1.8em;
  }

  .page-resources-latest-gambling-trends__subtitle {
    font-size: 0.9em;
  }

  .page-resources-latest-gambling-trends__section-title {
    font-size: 1.5em;
  }

  .page-resources-latest-gambling-trends__sub-title {
    font-size: 1.1em;
  }

  .page-resources-latest-gambling-trends__cta-button {
    width: 100%;
    max-width: 280px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-resources-latest-gambling-trends__action-buttons .page-resources-latest-gambling-trends__cta-button {
    margin-bottom: 15px;
  }
}