/*
 * AWAN Product Page Custom Styles
 */

/* 確保數值標籤永遠可見，並覆蓋主題可能存在的隱藏樣式 */
#pitch, #yaw, #roll, #rotation-x, #rotation-y, #rotation-z {
    visibility: visible !important;
    display: block !important;
}

/* 將您原始的顏色和字重樣式加回來 */
#roll {
    color: red;
    font-weight: bold;
}

#pitch {
    color: orange;
    font-weight: bold;
}

#yaw {
    color: blue;
    font-weight: bold;
}