#innew-container { width: 100%; max-width: 100%; background-color: #ffffff; padding: 50px; box-sizing: border-box; box-shadow: 0 0 20px rgba(0,0,0,0.1); color: #333333; font-family: "Microsoft JhengHei","PingFang TC",sans-serif; margin: 0 auto; }
#innew-container #content-header { margin-bottom: 30px; }
#innew-container .main-title { font-size: 26px; font-weight: 900; color: #1a1a1a; line-height: 1.4; margin-bottom: 15px; }
#innew-container .intro-text { font-size: 14px; color: #555555; line-height: 1.8; margin-bottom: 25px; }
#innew-container .section-block { margin-bottom: 40px; }
#innew-container .section-title { font-size: 20px; font-weight: 700; color: #d32f2f; margin-bottom: 15px; border-left: 5px solid #d32f2f; padding-left: 12px; }
#innew-container .sub-section-title { font-size: 17px; font-weight: 700; color: #222222; margin: 20px 0 10px 0; }
#innew-container .list-item { font-size: 14px; margin-bottom: 8px; line-height: 1.6; list-style: none; padding-left: 20px; position: relative; }
#innew-container .list-item::before { content: "•"; position: absolute; left: 0; color: #d32f2f; font-weight: bold; }
#innew-container .bold-text { font-weight: 700; color: #000000; }
#innew-container #table-section { width: 100%; overflow-x: auto; margin-top: 25px; }
#innew-container .data-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-bottom: 20px; }
#innew-container .data-table th { background-color: #f8f8f8; border: 1px solid #dddddd; padding: 10px; font-weight: 700; text-align: center; }
#innew-container .data-table td { border: 1px solid #dddddd; padding: 8px; text-align: center; line-height: 1.4; }
#innew-container .table-caption { font-size: 13px; font-weight: 700; margin-bottom: 8px; color: #444444; }
#innew-container .example-box { background-color: #fafafa; border: 1px solid #eeeeee; padding: 20px; margin-top: 15px; border-radius: 4px; }
#innew-container .highlight-blue { color: #01579b; font-weight: 700; }
@media screen and (max-width:768px) {
  #innew-container { padding: 20px 15px; }
  #innew-container .main-title { font-size: 24px; }
}
