/* ================================================
   our_services.css - 我們的服務頁專用樣式

   目標：讓 our_services.aspx 呈現與 our_services.aspx 完全一致。
   共用樣式（.dynamic_page_header、.headings 等）已在 style.css 定義，
   此檔案只放原 HTML 版 inline style 轉出的頁面專屬樣式。
   ================================================ */

/* ── section#content：HTML 版 inline padding-top/bottom:0 !important ── */
section#content.os-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* ── 外層列：HTML 版 inline margin-bottom:100px ── */
.os-content .os-outer-row {
    margin-bottom: 100px;
}

/* ── 標題（原 inline style="float:left;color:#0094D3;"）── */
.os-title {
    float: left;
    color: #B8963C;
}

/* ── 內文（原 <g style='font-size: 14pt;'>）── */
g.os-text {
    font-size: 14pt;
}

/* ── 主導覽列目前頁面反白（HTML 版由 current-menu-item 提供）── */
nav .menu li:first-child {
    background: #f6f6f6;
    border-bottom: 4px solid #B8963C;
}
