/* === 強化版購物 - 前台樣式 === */

/* 點數異動顏色 (語意色，可由主題覆寫) */
.nibill-points-earn { color: #2e7d32; font-weight: 700; }
.nibill-points-use  { color: #c62828; font-weight: 700; }

/* 點數紀錄滾動容器 */
.nibill-points-history-wrap {
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 1em;
}
.nibill-points-history-wrap table.shop_table {
    margin-bottom: 0;
}
/* 在行動版響應式模式下，時間欄位縮小以避免過長 */
.nibill-points-history-wrap table.shop_table td:first-child {
    font-size: 12px;
    color: var(--theme-text-color, inherit);
    opacity: 0.75;
}

/* 會員中心：兩個區塊之間的分隔線 */
.nibill-section-divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 2.5em 0;
}

/* 購物車 / 結帳頁點數折抵區塊 */
.nibill-points-redemption-wrapper {
    margin-bottom: 1em;
}
.nibill-points-redemption {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background: var(--theme-palette-color-8, #f8f9fa);
}
.nibill-points-redemption h4 {
    margin: 0 0 8px;
    font-size: 15px;
}
.nibill-points-redemption p {
    margin-bottom: 10px;
    font-size: 14px;
}
.nibill-points-redemption .nibill-points-input-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.nibill-points-redemption .nibill-points-input-row input {
    flex: 1;
    min-width: 130px;
}
