/* 使用 !important 確保低對比樣式應用 */
.readonly-field {
    background-color: #f5f5f5 !important; /* 淺灰色背景 */
    color: #aaa !important; /* 淺灰色文字 */
    cursor: not-allowed !important; /* 禁止操作的光標 */
}