/*洗車券使用倒數用*/
.barcode-prefix {
    font-size: 20px; /* 前段文字大小 */
    fill: black; /* 前段文字顏色 */
}
.barcode-suffix { 
    font-size: 36px; /* 後六碼文字大小 */
    fill: red; /* 後六碼文字顏色 */
    font-weight: bold; /* 可選：加粗 */
}
