* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
}

/* uc0u9472 u9472  Header / Logo bar u9472 u9472  */
#header {
  background: #fff;
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
}

#header a img {
  display: block;
  max-height: 70px;
  width: auto;
}

/* uc0u9472 u9472  Main content u9472 u9472  */
#main {
  max-width: 80%;
  margin: 30px auto;
  padding: 0 20px 60px;
  line-height: 1.8;
  font-size: large;
  font-family: Arial, Helvetica, sans-serif;
}

#main p {
  margin-bottom: 16px;
}

#main a {
  color: #005a9e;
  text-decoration: none;
}

#main a:hover {
  text-decoration: underline;
}

/* uc0u9472 u9472  Footer u9472 u9472  */
#footer {
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 14px 20px;
  font-size: 14px;
  color: #666;
}

#footer a {
  color: #005a9e;
  text-decoration: none;
  margin-left: 12px;
}

#footer a:hover {
  text-decoration: underline;
}

/* ── Questionaires  content ── */
#canhelp {
  max-width: 80%;
  margin: 30px auto;
  padding: 0 20px 60px;
  line-height: 1.8;
}

#canhelp p {
  font-size: 16px;
  margin-bottom: 16px;
}

#canhelp a {
  color: #005a9e;
  text-decoration: none;
}

#canhelp a:hover {
  text-decoration: underline;
}

#canhelp h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 28px 0 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

#canhelp h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 22px 0 8px;
}

#canhelp ol {
  margin: 10px 0 16px 22px;
}

#canhelp ol > li {
  margin-bottom: 14px;
}

#canhelp ul {
  margin: 8px 0 12px 22px;
}

#canhelp ul li {
  margin-bottom: 6px;
  list-style-type: disc;
}

/* ── Download tables ── */
.dl-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 16px;
  font-size: 15px;
}

.dl-table td {
  padding: 6px 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.dl-table td:first-child {
  width: 60%;
  background: #f9f9f9;
}

.dl-table td:not(:first-child) {
  width: 20%;
  text-align: center;
}

.dl-table a {
  color: #005a9e;
  text-decoration: none;
  font-weight: bold;
}

.dl-table a:hover {
  text-decoration: underline;
}

.note {
  font-style: italic;
  color: #555;
  font-size: 16px;
  margin: 8px 0 16px;
}

.section-label {
  font-weight: bold;
  margin: 14px 0 6px;
}
/*------publications'97'97*/
.pub-wrapper {
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 15px 40px;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.pub-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.pub-list {
  margin: 0;
  padding: 0 0 0 20px;
}

.pub-list li {
  margin-bottom: 14px;
  padding-left: 4px;
}
