/* style/resources-user-experiences-with-789bet.css */
.page-resources-user-experiences-with-789bet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background #121212 (dark), so use light text */
  background-color: transparent; /* Main content background handled by sections */
}

.page-resources-user-experiences-with-789bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-user-experiences-with-789bet__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
  text-align: center;
  background-color: #017439; /* Brand primary color for hero */
  color: #ffffff;
}

.page-resources-user-experiences-with-789bet__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-user-experiences-with-789bet__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-user-experiences-with-789bet__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-resources-user-experiences-with-789bet__btn-primary,
.page-resources-user-experiences-with-789bet__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-user-experiences-with-789bet__btn-primary {
  background-color: #C30808; /* Custom color for registration/login */
  color: #FFFF00; /* Custom font color for registration/login */
  border: 2px solid #C30808;
}

.page-resources-user-experiences-with-789bet__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-resources-user-experiences-with-789bet__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #ffffff;
}

.page-resources-user-experiences-with-789bet__btn-secondary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.page-resources-user-experiences-with-789bet__video-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}

.page-resources-user-experiences-with-789bet__video-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-resources-user-experiences-with-789bet__video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%; /* Ensure video is responsive */
}

/* Content Area */
.page-resources-user-experiences-with-789bet__content-area {
  padding: 60px 0;
  background-color: #ffffff; /* Light background for content area */
  color: #333333; /* Dark text for contrast */
}

.page-resources-user-experiences-with-789bet__subtitle {
  font-size: 2em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-user-experiences-with-789bet p {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-user-experiences-with-789bet__image-text-block {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 40px;
}

.page-resources-user-experiences-with-789bet__image-text-block.page-resources-user-experiences-with-789bet__reverse-layout {
  flex-direction: row-reverse;
}

.page-resources-user-experiences-with-789bet__content-image {
  flex: 1;
  min-width: 200px; /* Minimum size requirement */
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.page-resources-user-experiences-with-789bet__text-content {
  flex: 1;
}

.page-resources-user-experiences-with-789bet__text-content .page-resources-user-experiences-with-789bet__subtitle {
  text-align: left;
  font-size: 1.8em;
  margin-top: 0;
}

.page-resources-user-experiences-with-789bet__sub-sub-title {
  font-size: 1.4em;
  color: #017439;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-user-experiences-with-789bet__game-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-user-experiences-with-789bet__game-list li {
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

/* FAQ Section */
.page-resources-user-experiences-with-789bet__faq-section {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-user-experiences-with-789bet__faq-image {
  flex: 0 0 40%;
  max-width: 40%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
}

.page-resources-user-experiences-with-789bet__faq-list {
  flex: 1;
}