/* style/resources-nohu90-security-privacy-guide.css */
/* 页面完整样式代码 - 注意：所有选择器必须使用BEM命名规则（双下划线__连接） */

/* General Styles for the Page Content */
.page-resources-nohu90-security-privacy-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-nohu90-security-privacy-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-nohu90-security-privacy-guide__section {
  padding: 60px 0;
}

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