@charset "utf-8";

.breadcrumb { justify-content:flex-start;}

/* 發佈日期 */
.date-info {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.SocialNerwork { display:flex; justify-content:flex-end; gap:10px;}
.SocialNerwork img { display:block;}

/* 附件下載區塊 */
.btn-wrap {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.btn-wrap span {
    font-weight: bold;
    min-width: 85px;
    margin-top: 5px;
}

.btn-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-wrap ul li a {
    display: inline-block;
    padding: 6px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #444;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-wrap ul li a:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}



/* 針對 Flex 佈局的輔助 class */
.flex { display: flex; }
.flex-f-s { align-items: flex-start; }

html.Font-Large .date-info { font-size:calc( 0.9rem * 1.1 ); }
html.Font-Small .date-info { font-size:calc( 0.9rem * 0.9 ); }
html.Font-Large .btn-wrap ul li a { font-size:calc( 0.9rem * 1.1 ); }
html.Font-Small .btn-wrap ul li a { font-size:calc( 0.9rem * 0.9 ); }