﻿/* 將樣式限定在 .pcd 範圍內 */
/*.pcd .activity-container {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-top: 20px;
}*/

.pcd {
    padding-top:10px;
}

/* 1. 樣式重置：限定在 .pcd 內，強制覆蓋全域 .fa 的樣式影響 */
.pcd .status-icon-inner .fa {
    font-size: 10px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    display: inline-block !important;
    color: #fff !important;
}

/* 2. 雙層圓圈容器 - 黃色外圈 */
.pcd .status-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: #ffc107;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/* 3. 內部圓圈 - 綠色或紅色底 */
.pcd .status-icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

/* 狀態顏色定義 */
.pcd .status-met {
    background-color: #2e7d32;
}

.pcd .status-not-met {
    background-color: #999;
}

/* 4. 列表文字與間距 */
.pcd .activity-item {
    padding: 3px 10px !important;
    font-size: 14px;
    line-height: 22px;
}

.pcd .text-primary {
    color: #337ab7 !important;
}

.pcd .text-muted {
    color: #999 !important;
}

.pcd .promo-text {
    font-weight: 500;
    margin-left: 5px;
}

.pcd strong {
    vertical-align: middle;
}
