/* style/resources-e88-app-download-guide.css */

/* Base styles for the page content */
.page-resources-e88-app-download-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--background-color, #ffffff); /* Inherit from shared, fallback to white */
  overflow-x: hidden; /* Prevent horizontal scroll on desktop */
}

/* Header offset for main content or first section */
.page-resources-e88-app-download-guide__hero-section {
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
}

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

.page-resources-e88-app-download-guide__section {
  padding: 60px 0;
}

.page-resources-e88-app-download-guide__section-title {
  font-size: 2.5em;
  color: #017439; /* Brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-e88-app-download-guide__text-block {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
  color: #333333;
}

/* Hero Section */
.page-resources-e88-app-download-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: #017439; /* Dark background for hero */
  padding-bottom: 40px;
}

.page-resources-e88-app-download-guide__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
  z-index: 1;
  padding: 0 20px;
}

.page-resources-e88-app-download-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-e88-app-download-guide__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #ffffff;
}