﻿/* ===== TechnicalColumn ===== */

body {
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f9f9f9;
    padding: 0;
    margin: 0;
}



h1 {
    font-size: 2.2em;
    color: #7B1113;
    margin-bottom: 10px;
    line-height: 1.3;
}

h2 {
    font-size: 1.6em;
    color: #0072CE;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 5px solid #0072CE;
    padding-left: 10px;
}

p {
    margin-bottom: 20px;
    font-size: 1em;
}

.glossary {
    margin-top: 40px;
    padding: 20px;
    background-color: #eef6ff;
    border-left: 5px solid #00539C;
}

    .glossary h3 {
        margin-top: 0;
    }

    .glossary dt {
        font-weight: bold;
        margin-top: 10px;
    }

    .glossary dd {
        margin-left: 20px;
        margin-bottom: 10px;
    }