/* 隱藏 footer 直式連結列表 */
footer .foocol.third {
    display: none !important;
}

/* 隱藏 footer 分類區塊 */
footer .foocol.last {
    display: none !important;
}

/* WhatsApp → LINE：替換 icon */
.sprite-whatsapp i.fa-whatsapp::before {
    content: "\f3c0" !important;
    font-family: "Font Awesome 6 Brands" !important;
}

/* Footer：隱藏 WhatsApp span，改顯示 LINE */
.footer_icons .sprite-whatsapp span { display: none !important; }
.footer_icons .sprite-whatsapp a::after {
    content: "LINE" !important;
    margin-left: 10px !important;
    letter-spacing: 2px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* Footer social icon hover 變色 */
/* RSS hover → #f9dd00（原本正確不改） */
#footer ul.social-menu li.sprite-rss a:hover {
    background-color: #f9dd00 !important;
    color: #f18b00 !important;
}
#footer ul.social-menu li.sprite-rss a:hover span,
#footer ul.social-menu li.sprite-rss a:hover::after {
    color: #f18b00 !important;
}
/* Facebook hover → #0866FF */
#footer ul.social-menu li.sprite-facebook a:hover {
    background-color: #0866FF !important;
    color: #ffffff !important;
}
#footer ul.social-menu li.sprite-facebook a:hover span,
#footer ul.social-menu li.sprite-facebook a:hover::after {
    color: #ffffff !important;
}
/* LINE hover → #00B900 */
#footer ul.social-menu li.sprite-line a:hover {
    background-color: #00B900 !important;
    color: #ffffff !important;
}
#footer ul.social-menu li.sprite-line a:hover span,
#footer ul.social-menu li.sprite-line a:hover::after {
    color: #ffffff !important;
}

/* Header "前往揪里嗨" 按鈕樣式 */
#navigation .menu-btn-official > a {
    background-color: #f9dd00 !important;
    color: #f18b00 !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}
#navigation .menu-btn-official > a:hover {
    background-color: #e5c900 !important;
    color: #f18b00 !important;
}

/* 前往揪里嗨：縮小文字、加高方塊、文字白色、垂直置中 */
#navigation .menu-btn-official > a {
    font-size: 14px !important;
    color: #ffffff !important;
    background-color: #f18b00 !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 28px !important;
}
#navigation .menu-btn-official > a:hover {
    color: #ffffff !important;
    background-color: #d97a00 !important;
}
/* Header social icon hover：Facebook #0866FF、LINE #00B900 */
.header_block_right_inner ul.social-menu li.sprite-facebook a:hover {
    background-color: #0866FF !important;
    color: #ffffff !important;
}
.header_block_right_inner ul.social-menu li.sprite-line a:hover {
    background-color: #00B900 !important;
    color: #ffffff !important;
}
.header_block_right_inner ul.social-menu li.sprite-facebook a:hover span,
.header_block_right_inner ul.social-menu li.sprite-line a:hover span {
    color: #ffffff !important;
}