/* Twitter X 樣式覆蓋 */
/* 將Twitter按鈕背景色改為黑色 */
.otherLogin li.twitter a {
    background-color: #000000 !important;
}

/* 使用X圖示替代Twitter鳥形圖示 */
.otherLogin li.twitter a::before {
    background: url(../images/icon_x.png) no-repeat center center !important;
    background-size: 26px auto !important;
}

/* 確保hover效果也使用黑色背景 */
.otherLogin li.twitter a:hover {
    background-color: #000000 !important;
}
