/*
 * English Version Styles
 * 英文版專用樣式覆蓋
 * 當 URL 包含 /en/ 時自動加載
 */

/* Footer 一級標題字體縮小 */
.inno-ft-title {
	font-size: 14px;
    min-height: 56px;
}

/* Footer 二級鏈接字體縮小 */
.inno-ft-list a {
	font-size: 12px;
}
.inno-ft-social-title {
    font-size: 14px;
}
.ingd-ind-badge {
    font-size: 14px;
}
.ingd-ind-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* 移動端 .ingd-bubble-desc 字體大小 */
@media screen and (max-width: 768px) {
    .ingd-bubble-desc {
        font-size: 12px !important;
    }
}