/* style/resources-vietnam-online-entertainment-guide.css */

/* Base styles for the page */
.page-resources-vietnam-online-entertainment-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Default text color for dark body background */
  background-color: var(--dark-bg-1); /* Inherited from shared.css, assuming dark */
}

/* Fixed navigation bar spacing */
.page-resources-vietnam-online-entertainment-guide__hero-section-placeholder {
  padding-top: 120px; /* Adjust for fixed header on desktop */
  background: linear-gradient(135deg, #CC0000, #FFD700);
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .page-resources-vietnam-online-entertainment-guide__hero-section-placeholder {
    padding-top: 100px; /* Adjust for fixed header on mobile */
    padding-bottom: 40px;
  }
}

.page-resources-vietnam-online-entertainment-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-vietnam-online-entertainment-guide__section {
  padding: 60px 0;
  background-color: var(--dark-bg-1); /* Default background, will be overridden for dark/light sections */
}

.page-resources-vietnam-online-entertainment-guide__dark-bg {
  background-color: #1a1a1a; /* Darker background for contrast sections */
  color: #ffffff;
}

.page-resources-vietnam-online-entertainment-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-vietnam-online-entertainment-guide__main-title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #ffffff; /* White text on hero gradient */
  margin-bottom: 20px;
}

.page-resources-vietnam-online-entertainment-guide__intro-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #f0f0f0;
}