.navigation-container {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'KswYos', sans-serif; /* 使用自定義字體 */
    font-weight: bold;
}

.navigation-icon {
    /* 圖標大小將通過JavaScript設置 */
}

.navigation-text {
    /* 文字大小將通過JavaScript設置 */
    margin-top: 10px; /* 文字與圖標間距 */
}
