/* style/resources-vn88-mobile-login-experience.css */

/* Base styles for the page content */
.page-resources-vn88-mobile-login-experience {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background #FFFFFF */
  background-color: #ffffff; /* Explicitly set for content area if not inherited */
}

/* Container for consistent content width */
.page-resources-vn88-mobile-login-experience__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Section styling */
.page-resources-vn88-mobile-login-experience__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-vn88-mobile-login-experience__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #017439; /* Brand primary color for titles */
  line-height: 1.2;
}

.page-resources-vn88-mobile-login-experience__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

/* Dark background sections */
.page-resources-vn88-mobile-login-experience__dark-bg {
  background-color: #017439; /* Primary brand color */
  color: #ffffff; /* White text for dark background */
}

.page-resources-vn88-mobile-login-experience__dark-bg .page-resources-vn88-mobile-login-experience__section-title,
.page-resources-vn88-mobile-login-experience__dark-bg .page-resources-vn88-mobile-login-experience__section-description {
  color: #ffffff;
}

/* Light background sections */
.page-resources-vn88-mobile-login-experience__light-bg {
  background-color: #ffffff; /* Auxiliary brand color */
  color: #333333; /* Dark text for light background */
}}