.page-resources-mobile-gambling-app-guide {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #121A26; /* Slightly lighter than primary for main background */
}

.page-resources-mobile-gambling-app-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-mobile-gambling-app-guide__hero-section {
  background: linear-gradient(135deg, #1A2C42 0%, #0F1D2B 100%); /* Dark gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-mobile-gambling-app-guide__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(224, 177, 71, 0.1) 0%, rgba(26, 44, 66, 0) 70%);
  opacity: 0.3;
  transform: rotate(45deg);
  z-index: 0;
}

.page-resources-mobile-gambling-app-guide__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-resources-mobile-gambling-app-guide__main-title {
  font-size: 3.2em;
  color: #E0B147; /* Accent color for title */
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-mobile-gambling-app-guide__subtitle {
  font-size: 1.3em;
  color: #C0C0C0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mobile-gambling-app-guide__content-section {
  padding: 60px 0;
  background-color: #1A2C42; /* Primary dark background for content */
}

.page-resources-mobile-gambling-app-guide__article-content {
  max-width: 800px;
  margin: 0 auto;
  background-color: #233752; /* Slightly lighter background for article body for contrast */
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-mobile-gambling-app-guide__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #D0D0D0;
}

.page-resources-mobile-gambling-app-guide__heading {
  font-size: 2.2em;
  color: #E0B147; /* Accent color for main headings */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(224, 177, 71, 0.5);
  padding-bottom: 10px;
  font-weight: 600;
}

.page-resources-mobile-gambling-app-guide__sub-heading {
  font-size: 1.6em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-resources-mobile-gambling-app-guide__article-content p {
  margin-bottom: 1em;
  color: #E0E0E0;
  font-size: 1em;
}

.page-resources-mobile-gambling-app-guide__list,
.page-resources-mobile-gambling-app-guide__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  color: #E0E0E0;
}

.page-resources-mobile-gambling-app-guide__ordered-list {
  list-style-type: decimal;
}

.page-resources-mobile-gambling-app-guide__list li,
.page-resources-mobile-gambling-app-guide__ordered-list li {
  margin-bottom: 0.5em;
  font-size: 1em;
}

.page-resources-mobile-gambling-app-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-mobile-gambling-app-guide__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mobile-gambling-app-guide__btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  margin: 10px;
}

.page-resources-mobile-gambling-app-guide__btn--primary {
  background-color: #E0B147; /* Accent color */
  color: #1A2C42; /* Primary dark color for text */
  box-shadow: 0 4px 10px rgba(224, 177, 71, 0.4);
}

.page-resources-mobile-gambling-app-guide__btn--primary:hover {
  background-color: #FFC75F; /* Lighter accent on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(224, 177, 71, 0.6);
}

.page-resources-mobile-gambling-app-guide__btn--secondary {
  background-color: #1A2C42; /* Primary dark color */
  color: #E0B147; /* Accent color for text */
  border: 2px solid #E0B147;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-mobile-gambling-app-guide__btn--secondary:hover {
  background-color: #2C425F; /* Slightly lighter primary on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.page-resources-mobile-gambling-app-guide__btn--accent {
  background-color: #E0B147;
  color: #1A2C42;
  border: 2px solid #E0B147;
}

.page-resources-mobile-gambling-app-guide__btn--accent:hover {
  background-color: #FFC75F;
  transform: translateY(-2px);
}

.page-resources-mobile-gambling-app-guide__cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-mobile-gambling-app-guide__link-in-text {
  color: #E0B147; /* Accent color for inline links */
  text-decoration: none;
  font-weight: 500;
}

.page-resources-mobile-gambling-app-guide__link-in-text:hover {
  text-decoration: underline;
  color: #FFC75F;
}

.page-resources-mobile-gambling-app-guide__highlight-box {
  background-color: #0F1D2B;
  border-left: 5px solid #E0B147;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
  font-style: italic;
  color: #D0D0D0;
  font-size: 1.05em;
}

.page-resources-mobile-gambling-app-guide__faq {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #1A2C42;
  border-radius: 5px;
  border: 1px solid #2C425F;
}

.page-resources-mobile-gambling-app-guide__faq-question {
  color: #E0B147;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  padding-right: 30px;
}

.page-resources-mobile-gambling-app-guide__faq-answer {
  color: #D0D0D0;
  margin-top: 0;
}

.page-resources-mobile-gambling-app-guide__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-mobile-gambling-app-guide__return-link {
  color: #E0B147;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #E0B147;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.page-resources-mobile-gambling-app-guide__return-link:hover {
  background-color: #E0B147;
  color: #1A2C42;
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-mobile-gambling-app-guide__main-title {
    font-size: 2.5em;
  }

  .page-resources-mobile-gambling-app-guide__subtitle {
    font-size: 1.1em;
  }

  .page-resources-mobile-gambling-app-guide__heading {
    font-size: 1.8em;
  }

  .page-resources-mobile-gambling-app-guide__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-mobile-gambling-app-guide__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }

  .page-resources-mobile-gambling-app-guide__article-content {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .page-resources-mobile-gambling-app-guide__main-title {
    font-size: 2em;
  }

  .page-resources-mobile-gambling-app-guide__subtitle {
    font-size: 1em;
  }

  .page-resources-mobile-gambling-app-guide__hero-section {
    padding: 70px 0;
  }

  .page-resources-mobile-gambling-app-guide__heading {
    font-size: 1.6em;
  }

  .page-resources-mobile-gambling-app-guide__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-mobile-gambling-app-guide__btn {
    padding: 10px 20px;
    font-size: 0.9em;
    margin: 5px;
  }

  .page-resources-mobile-gambling-app-guide__cta-group {
    flex-direction: column;
  }

  .page-resources-mobile-gambling-app-guide__article-content {
    padding: 20px;
  }
  .page-resources-mobile-gambling-app-guide__list,
  .page-resources-mobile-gambling-app-guide__ordered-list {
    margin-left: 15px;
  }
}