/* style/resources-secure-installation-tutorial.css */
.page-resources-secure-installation-tutorial {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background handled by shared.css */
  padding-top: 0; /* Handled by shared body padding or hero section */
}

/* Fixed header offset for the first content section if not handled by body padding */
.page-resources-secure-installation-tutorial__hero-section {
  padding-top: var(--header-offset, 120px);
  position: relative;
  background-color: #017439; /* Using brand primary color for hero */
  color: #ffffff;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-secure-installation-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}