/* style/resources-nohu90-download-guide.css */
.page-resources-nohu90-download-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Inherited from shared.css body */
}

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

.page-resources-nohu90-download-guide__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-nohu90-download-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-nohu90-download-guide__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-nohu90-download-guide__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}