﻿/* ========================================
   DownloadCenter.aspx 專用樣式
   ======================================== */

/* 基本字型設定 */
body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Microsoft JhengHei";
}

/* THCS 字型樣式 */
.thcs_font1 {
    font-size: 1.125em;
    font-weight: bold;
}

/* 清單樣式 */
ul, li {
    margin-top: 5px;
    list-style: none;
}

/* 清除浮動 */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* 表格儲存格樣式 */
.auto-style1 {
    height: 31px;
}

.auto-style2 {
    width: 120px;
}

.auto-style3 {
    height: 31px;
    width: 120px;
}

/* 焦點樣式 */
a:focus {
    outline: 2px solid #0056b3 !important;
    outline-offset: 2px;
    position: relative;
    z-index: 9999;
}

/* 連結按鈕樣式 */
.link-style {
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    padding: 0;
}

/* 移除 Bootstrap 預設的下拉箭頭背景 */
.dropdown-toggle::after {
    display: none !important;
}

/* 確保兩個按鈕 padding、圓角一致 */
.btn.btn-danger {
    border-radius: 0px;
    padding: 0.375rem 0.75rem;
}

/* 下拉選單容器 */
.dropdown {
    position: relative;
    display: inline-block;
}

/* 子選單 */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    z-index: 1050;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 展開條件 */
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown.open .dropdown-menu {
    display: block;
}

/* 子選單項目 */
.dropdown-item {
    padding: 8px 16px;
    display: block;
    color: black;
    text-decoration: none;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #f1f1f1;
        outline: none;
    }

/* ========================================
   容器與排版
   ======================================== */

/* 頂部工具列容器 */
.top-toolbar-container {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

/* 頂部工具列內容 */
.top-toolbar-content {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0px 0px;
}

/* 字型調整按鈕樣式 */
.font-adjust-btn {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* 搜尋輸入框樣式 */
.site-search-input {
    max-width: 180px;
}

/* 搜尋按鈕樣式 */
.site-search-btn {
    vertical-align: middle;
}

/* ========================================
   標題圖片
   ======================================== */

.title-img {
    width: 100%;
    height: 100%;
}

/* ========================================
   導覽標籤與卡片樣式
   ======================================== */

/* 導覽標籤字型大小 */
.nav-tab-font {
    font-size: 0.875em;
}

/* 卡片字型大小 */
.card-font-sm {
    font-size: 0.875em;
}

/* 卡片內容背景 */
.card-body-white {
    background-color: white;
    color: black;
}

/* 注意事項圖片 */
.precautions-img {
    width: 500px;
    height: 235px;
}

/* 表格欄位寬度 */
.col-width-160 {
    width: 160px;
}

.col-width-90 {
    width: 90px;
}

.col-width-180 {
    width: 180px;
}

/* ========================================
   頁尾樣式
   ======================================== */

/* 頁尾文字樣式 */
.footer-text {
    font-size: 0.875em;
}

.footer-text-sm {
    font-size: 0.75em;
}

/* 頁尾 Logo */
.footer-logo {
    width: 110px;
    height: 73px;
}

/* 頁尾 Logo 文字間距 */
.footer-logo-text {
    letter-spacing: 6px;
}

/* 頁尾連結樣式 */
.footer-link {
    color: white;
}

/* 無障礙圖示 */
.accessibility-img {
    border: 0;
    width: 88px;
    height: 31px;
}

.gov-img {
    width: 31px;
    height: 31px;
}

/* ========================================
   下載專區標題樣式
   ======================================== */

.download-section-title {
    color: black;
    font-size: 0.563em;
}
